mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
qapi: Add HV_BALLOON_STATUS_REPORT event and its QMP query command
Used by the hv-balloon driver for (optional) guest memory status reports. Acked-by: David Hildenbrand <david@redhat.com> Signed-off-by: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
This commit is contained in:
parent
16dff2f9bb
commit
259ebed45a
6 changed files with 113 additions and 2 deletions
|
@ -45,6 +45,7 @@ static int query_error_class(const char *cmd)
|
|||
{ "query-acpi-ospm-status", ERROR_CLASS_GENERIC_ERROR },
|
||||
{ "query-balloon", ERROR_CLASS_DEVICE_NOT_ACTIVE },
|
||||
{ "query-hotpluggable-cpus", ERROR_CLASS_GENERIC_ERROR },
|
||||
{ "query-hv-balloon-status-report", ERROR_CLASS_GENERIC_ERROR },
|
||||
{ "query-vm-generation-id", ERROR_CLASS_GENERIC_ERROR },
|
||||
/* Only valid with a USB bus added */
|
||||
{ "x-query-usb", ERROR_CLASS_GENERIC_ERROR },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue