]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Add the group name option to the iotune command line
authorJohn Ferlan <jferlan@redhat.com>
Sat, 1 Oct 2016 13:35:09 +0000 (09:35 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 5 Dec 2016 23:30:38 +0000 (18:30 -0500)
commit1ff38366b875027ba65519c39c4f5af9306c9b1a
treea6102c706b5e79bb2b2f47c0a05b144d5cfd11b1
parent32d99cb772df5e1a1d58c862a9fb83ccc2980316
qemu: Add the group name option to the iotune command line

Add in the block I/O throttling group parameter to the command line
if supported. If not supported, fail command creation.

Add the xml2argvtest for testing.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_command.c
tests/qemuxml2argvdata/qemuxml2argv-blkdeviotune-group-num.args [new file with mode: 0644]
tests/qemuxml2argvtest.c