On a Thursday in 2020, Brian Turek wrote:
Add logic to validate and then pass through 'fmode' and
'dmode' to the
QEMU call.
Signed-off-by: Brian Turek <brian.turek(a)gmail.com>
---
src/qemu/qemu_command.c | 6 +++
src/qemu/qemu_validate.c | 18 ++++++++
.../virtio-9p-createmode.x86_64-latest.args | 46 +++++++++++++++++++
tests/qemuxml2argvtest.c | 1 +
4 files changed, 71 insertions(+)
create mode 100644 tests/qemuxml2argvdata/virtio-9p-createmode.x86_64-latest.args
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano