diff options
| author | Igor Mammedov | 2014-06-16 19:12:29 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin | 2014-06-19 17:44:22 +0200 |
| commit | 02edd407f3f1a1c3aaf5247d131735cf71657d8b (patch) | |
| tree | 84f933faab0ea243e6c4e4bf6d5c5837c4f9d722 /include | |
| parent | qmp: add query-acpi-ospm-status command (diff) | |
| download | qemu-02edd407f3f1a1c3aaf5247d131735cf71657d8b.tar.gz qemu-02edd407f3f1a1c3aaf5247d131735cf71657d8b.tar.xz qemu-02edd407f3f1a1c3aaf5247d131735cf71657d8b.zip | |
qmp: add ACPI_DEVICE_OST event handling
emits event when ACPI OSPM evaluates _OST method
of ACPI device.
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/monitor/monitor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/monitor/monitor.h b/include/monitor/monitor.h index 1c1f56f36b..97696ea693 100644 --- a/include/monitor/monitor.h +++ b/include/monitor/monitor.h @@ -51,6 +51,7 @@ typedef enum MonitorEvent { QEVENT_BLOCK_IMAGE_CORRUPTED, QEVENT_QUORUM_FAILURE, QEVENT_QUORUM_REPORT_BAD, + QEVENT_ACPI_OST, /* Add to 'monitor_event_names' array in monitor.c when * defining new events here */ |
