Re: [Qemu-devel] [PATCH RFC for-2.3 1/6] qga: introduce three guest memory block commands with stubs

2014-12-22 Thread zhanghailiang
On 2014/12/22 4:10, Michael Roth wrote: Quoting zhanghailiang (2014-12-06 00:59:14) Introduce three new guest commands: guest-get-memory-blocks, guest-set-memory-blocks, guest-get-memory-block-size. With these three commands, we can support online/offline guest's memory block (logical memory ho

Re: [Qemu-devel] [PATCH RFC for-2.3 1/6] qga: introduce three guest memory block commands with stubs

2014-12-21 Thread Michael Roth
Quoting zhanghailiang (2014-12-06 00:59:14) > Introduce three new guest commands: > guest-get-memory-blocks, guest-set-memory-blocks, guest-get-memory-block-size. > > With these three commands, we can support online/offline guest's memory block > (logical memory hotplug/unplug) as required from ho

[Qemu-devel] [PATCH RFC for-2.3 1/6] qga: introduce three guest memory block commands with stubs

2014-12-05 Thread zhanghailiang
Introduce three new guest commands: guest-get-memory-blocks, guest-set-memory-blocks, guest-get-memory-block-size. With these three commands, we can support online/offline guest's memory block (logical memory hotplug/unplug) as required from host. Signed-off-by: zhanghailiang --- qga/commands-p