[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 5/5] qmp: add ACPI_DEVICE_OST event handling
From: |
Eric Blake |
Subject: |
Re: [Qemu-devel] [PATCH 5/5] qmp: add ACPI_DEVICE_OST event handling |
Date: |
Mon, 16 Jun 2014 10:25:55 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 |
On 06/05/2014 08:36 AM, Igor Mammedov wrote:
> emmits event when ACPI OSPM evaluates _OST method
s/emmits/emits/
> of ACPI device.
>
> Signed-off-by: Igor Mammedov <address@hidden>
> ---
> v2:
> - move event decription at the beginning of file
s/decription/description/ (but typos in the changelog don't matter :)
> to preserve alphabet ordering in file
> - fix example json
> ---
> docs/qmp/qmp-events.txt | 10 ++++++++++
> hw/acpi/memory_hotplug.c | 29 ++++++++++++++++++++++++++++-
> include/monitor/monitor.h | 1 +
> monitor.c | 1 +
> 4 files changed, 40 insertions(+), 1 deletions(-)
It's a race to see whether this gets merged first, or whether Wenchao's
event-as-QAPI series gets merged first (still waiting for v7 on that
series; v6 was here[1]). Loser has to rebase :)
[1]https://lists.gnu.org/archive/html/qemu-devel/2014-06/msg01222.html
If this goes in first, and you can fix the typo in the commit message,
Reviewed-by: Eric Blake <address@hidden>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- [Qemu-devel] [PATCH 0/5] ACPI memory hotplug: QMP interfaces, Igor Mammedov, 2014/06/05
- [Qemu-devel] [PATCH 1/5] qmp: add query-memory-devices command, Igor Mammedov, 2014/06/05
- [Qemu-devel] [PATCH 2/5] acpi: introduce TYPE_ACPI_DEVICE_IF interface, Igor Mammedov, 2014/06/05
- [Qemu-devel] [PATCH 3/5] acpi: implement ospm_status() method for PIIX4/ICH9_LPC devices, Igor Mammedov, 2014/06/05
- [Qemu-devel] [PATCH 4/5] qmp: add query-acpi-ospm-status command, Igor Mammedov, 2014/06/05
- [Qemu-devel] [PATCH 5/5] qmp: add ACPI_DEVICE_OST event handling, Igor Mammedov, 2014/06/05
- Re: [Qemu-devel] [PATCH 5/5] qmp: add ACPI_DEVICE_OST event handling,
Eric Blake <=
- Re: [Qemu-devel] [PATCH 0/5] ACPI memory hotplug: QMP interfaces, Igor Mammedov, 2014/06/16
- Re: [Qemu-devel] [PATCH 0/5] ACPI memory hotplug: QMP interfaces, Michael S. Tsirkin, 2014/06/16