[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 3/5] acpi: implement ospm_status() method for PI
From: |
Eric Blake |
Subject: |
Re: [Qemu-devel] [PATCH 3/5] acpi: implement ospm_status() method for PIIX4/ICH9_LPC devices |
Date: |
Mon, 16 Jun 2014 10:14:16 -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:
> ... using TYPE_ACPI_DEVICE_IF interface.
> Which provides status reporting of ACPI declared memory devices
>
> Signed-off-by: Igor Mammedov <address@hidden>
> ---
> v2:
> - set slot-type to DIMM
> - take into account that 'device' field could be optional
> ---
> hw/acpi/ich9.c | 7 +++++++
> hw/acpi/memory_hotplug.c | 31 +++++++++++++++++++++++++++++++
> hw/acpi/piix4.c | 11 +++++++++++
> hw/isa/lpc_ich9.c | 3 +++
> include/hw/acpi/ich9.h | 3 +++
> include/hw/acpi/memory_hotplug.h | 1 +
> 6 files changed, 56 insertions(+), 0 deletions(-)
>
> +void acpi_memory_ospm_status(MemHotplugState *mem_st, ACPIOSTInfoList
> ***list);
Triple indirection looks unusual, but that doesn't make it wrong :)
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
- Re: [Qemu-devel] [PATCH 3/5] acpi: implement ospm_status() method for PIIX4/ICH9_LPC devices,
Eric Blake <=
- [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 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