Re: [libvirt] [PATCHv4 2/4] qemu: fix blkiotune --live --config

2011-11-29 Thread Daniel P. Berrange
On Mon, Nov 14, 2011 at 09:30:00PM -0700, Eric Blake wrote: 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 |5 - 1 files

Re: [libvirt] [PATCHv4 2/4] qemu: fix blkiotune --live --config

2011-11-29 Thread Eric Blake
On 11/29/2011 09:26 AM, Daniel P. Berrange wrote: On Mon, Nov 14, 2011 at 09:30:00PM -0700, Eric Blake wrote: Without this, 'virsh blkiotune --live --config --weight=n' only affected live. * src/qemu/qemu_driver.c (qemuDomainSetBlkioParameters): Allow setting both configurations at once.

[libvirt] [PATCHv4 2/4] qemu: fix blkiotune --live --config

2011-11-14 Thread Eric Blake
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 |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git