Re: [libvirt] [PATCHv6 4/7] Implement virDomain{Set, Get}BlockIoTune for the qemu driver

2011-12-01 Thread Lei Li
On 12/01/2011 02:15 AM, Eric Blake wrote: On 11/23/2011 02:44 PM, Eric Blake wrote: From: Lei Li Implement the block I/O throttle setting and getting support to qemu driver. Signed-off-by: Lei Li Signed-off-by: Zhi Yong Wu Signed-off-by: Eric Blake +qemuDomainSetBlockIoTune(virDomainPtr dom, +

Re: [libvirt] [PATCHv6 4/7] Implement virDomain{Set, Get}BlockIoTune for the qemu driver

2011-11-30 Thread Eric Blake
On 11/23/2011 02:44 PM, Eric Blake wrote: > From: Lei Li > > Implement the block I/O throttle setting and getting support to qemu > driver. > > Signed-off-by: Lei Li > Signed-off-by: Zhi Yong Wu > Signed-off-by: Eric Blake > +qemuDomainSetBlockIoTune(virDomainPtr dom, > +

[libvirt] [PATCHv6 4/7] Implement virDomain{Set, Get}BlockIoTune for the qemu driver

2011-11-23 Thread Eric Blake
From: Lei Li Implement the block I/O throttle setting and getting support to qemu driver. Signed-off-by: Lei Li Signed-off-by: Zhi Yong Wu Signed-off-by: Eric Blake --- src/qemu/qemu_command.c | 31 src/qemu/qemu_driver.c | 340 ++ s