
10 Dec
2019
10 Dec
'19
9:48 p.m.
On 12/2/19 9:26 AM, Michal Privoznik wrote:
Now, that we have everything prepared, we can generate command line for NVMe disks.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/qemu/qemu_block.c | 25 +++++++- src/qemu/qemu_command.c | 3 + src/qemu/qemu_process.c | 7 +++ .../disk-nvme.x86_64-latest.args | 63 +++++++++++++++++++ tests/qemuxml2argvtest.c | 1 + 5 files changed, 98 insertions(+), 1 deletion(-) create mode 100644 tests/qemuxml2argvdata/disk-nvme.x86_64-latest.args
Reviewed-by: Cole Robinson <crobinso@redhat.com> - Cole