Re: [libvirt] [RFC PATCH 3/5] Implement virDomainBlockIoThrottle for the qemu driver

2011-10-13 Thread Zhi Yong Wu
On Wed, Oct 12, 2011 at 8:39 PM, Adam Litke a...@us.ibm.com wrote: On Wed, Oct 12, 2011 at 03:02:12PM +0800, Zhi Yong Wu wrote: On Tue, Oct 11, 2011 at 11:19 PM, Adam Litke a...@us.ibm.com wrote: On Mon, Oct 10, 2011 at 09:45:11PM +0800, Lei HH Li wrote: Summary here. Signed-off-by:

Re: [libvirt] [RFC PATCH 3/5] Implement virDomainBlockIoThrottle for the qemu driver

2011-10-12 Thread Zhi Yong Wu
On Tue, Oct 11, 2011 at 11:19 PM, Adam Litke a...@us.ibm.com wrote: On Mon, Oct 10, 2011 at 09:45:11PM +0800, Lei HH Li wrote: Summary here. Signed-off-by: Zhi Yong Wu wu...@linux.vnet.ibm.com ---  src/qemu/qemu_command.c      |   35 ++  src/qemu/qemu_driver.c       |   54

Re: [libvirt] [RFC PATCH 3/5] Implement virDomainBlockIoThrottle for the qemu driver

2011-10-12 Thread Adam Litke
On Wed, Oct 12, 2011 at 03:02:12PM +0800, Zhi Yong Wu wrote: On Tue, Oct 11, 2011 at 11:19 PM, Adam Litke a...@us.ibm.com wrote: On Mon, Oct 10, 2011 at 09:45:11PM +0800, Lei HH Li wrote: Summary here. Signed-off-by: Zhi Yong Wu wu...@linux.vnet.ibm.com ---  

Re: [libvirt] [RFC PATCH 3/5] Implement virDomainBlockIoThrottle for the qemu driver

2011-10-11 Thread Adam Litke
On Mon, Oct 10, 2011 at 09:45:11PM +0800, Lei HH Li wrote: Summary here. Signed-off-by: Zhi Yong Wu wu...@linux.vnet.ibm.com --- src/qemu/qemu_command.c | 35 ++ src/qemu/qemu_driver.c | 54 + src/qemu/qemu_migration.c| 16 +++---

[libvirt] [RFC PATCH 3/5] Implement virDomainBlockIoThrottle for the qemu driver

2011-10-10 Thread Lei Li
Signed-off-by: Zhi Yong Wu wu...@linux.vnet.ibm.com --- src/qemu/qemu_command.c | 35 ++ src/qemu/qemu_driver.c | 54 + src/qemu/qemu_migration.c| 16 +++--- src/qemu/qemu_monitor.c | 19 +++ src/qemu/qemu_monitor.h |6 ++