]> xenbits.xensource.com Git - libvirt.git/commit
qemu: fix blkiotune --live --config
authorEric Blake <eblake@redhat.com>
Tue, 15 Nov 2011 00:18:15 +0000 (17:18 -0700)
committerEric Blake <eblake@redhat.com>
Tue, 29 Nov 2011 17:54:29 +0000 (10:54 -0700)
commit659ded58eda816ecd451f933984b25a2bb3db47c
treefa2639bb3857d9d067642991a4b8d1b632f20e17
parent51727c1dc0b57165cb5c959e23dfc3cf9c4dbc6f
qemu: fix blkiotune --live --config

Without this,  'virsh blkiotune --live --config --weight=n'
only affected live.

* src/qemu/qemu_driver.c (qemuDomainSetBlkioParameters): Allow
setting both configurations at once.
src/qemu/qemu_driver.c