qapi: Add HV_BALLOON_STATUS_REPORT event and its QMP query command
authorMaciej S. Szmigiero <maciej.szmigiero@oracle.com>
Wed, 23 Aug 2023 21:34:14 +0000 (23:34 +0200)
committerMaciej S. Szmigiero <maciej.szmigiero@oracle.com>
Mon, 6 Nov 2023 13:08:10 +0000 (14:08 +0100)
commit259ebed45a2cd2ae6a5820fbc2e51578d2ad4eb7
treeb79f2d9b57cdf58408a26880a23ce79836936e38
parent16dff2f9bb877bd1e147b5c5d9966d5a1d336c8c
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>
hw/hyperv/hv-balloon-stub.c [new file with mode: 0644]
hw/hyperv/hv-balloon.c
hw/hyperv/meson.build
monitor/monitor.c
qapi/machine.json
tests/qtest/qmp-cmd-test.c