mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
qmp: convert ACPI_DEVICE_OST event
... using new QAPI event infrastructure Signed-off-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
7cfadb6b52
commit
5f41fbba90
5 changed files with 18 additions and 40 deletions
|
@ -497,7 +497,6 @@ static const char *monitor_event_names[] = {
|
|||
[QEVENT_BLOCK_IMAGE_CORRUPTED] = "BLOCK_IMAGE_CORRUPTED",
|
||||
[QEVENT_QUORUM_FAILURE] = "QUORUM_FAILURE",
|
||||
[QEVENT_QUORUM_REPORT_BAD] = "QUORUM_REPORT_BAD",
|
||||
[QEVENT_ACPI_OST] = "ACPI_DEVICE_OST",
|
||||
};
|
||||
QEMU_BUILD_BUG_ON(ARRAY_SIZE(monitor_event_names) != QEVENT_MAX)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue