
4 Nov
2020
4 Nov
'20
5:24 p.m.
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@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@redhat.com> Jano