]> Git Repo - qemu.git/commit
qga: introduce three guest memory block commmands with stubs
authorzhanghailiang <[email protected]>
Thu, 22 Jan 2015 02:40:02 +0000 (10:40 +0800)
committerMichael Roth <[email protected]>
Tue, 17 Feb 2015 22:15:30 +0000 (16:15 -0600)
commita065aaa9204ecd4a0d18f5eae49aa350a5f76b63
tree4dbee168ae97693db3f103fc94d4676072fe60f9
parentfa193594fbc27fde7c9062b3bf5c232534887ec7
qga: introduce three guest memory block commmands with stubs

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 <[email protected]>
*generalized guest-get-memory-block-size to get-get-memory-block-info
 for future extensibility

Signed-off-by: Michael Roth <[email protected]>
qga/commands-posix.c
qga/commands-win32.c
qga/qapi-schema.json
This page took 0.026499 seconds and 4 git commands to generate.