From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwZY7-0004uW-Hy for qemu-devel@nongnu.org; Mon, 16 Jun 2014 12:14:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WwZY2-0007ym-GE for qemu-devel@nongnu.org; Mon, 16 Jun 2014 12:14:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49315) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwZY2-0007yT-6x for qemu-devel@nongnu.org; Mon, 16 Jun 2014 12:14:18 -0400 Message-ID: <539F17D8.7080903@redhat.com> Date: Mon, 16 Jun 2014 10:14:16 -0600 From: Eric Blake MIME-Version: 1.0 References: <1401978968-7733-1-git-send-email-imammedo@redhat.com> <1401978968-7733-4-git-send-email-imammedo@redhat.com> In-Reply-To: <1401978968-7733-4-git-send-email-imammedo@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="rVCfRah95wTab8G5jsCQTrB5TMnFavvV5" Subject: Re: [Qemu-devel] [PATCH 3/5] acpi: implement ospm_status() method for PIIX4/ICH9_LPC devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov , qemu-devel@nongnu.org Cc: vasilis.liaskovitis@profitbricks.com, lcapitulino@redhat.com, pkrempa@redhat.com, armbru@redhat.com, mst@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --rVCfRah95wTab8G5jsCQTrB5TMnFavvV5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 >=20 > Signed-off-by: Igor Mammedov > --- > 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(-) >=20 > +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 --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --rVCfRah95wTab8G5jsCQTrB5TMnFavvV5 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJTnxfYAAoJEKeha0olJ0NqCpoH/AgIr39cjJ/19c3kD4ro7ZpF exckKBQ4UjcuHSpo70HxFQD6cns6UWqAP4T6zAeKmpqVhOS0oweL5j4O3ULVt1HR D2P1spTeU2GomZThwJRxr7hDTTrFnQfUDZVUgO3+oO8mLWlZSSTdcWLAf3CK4E7b Ku4M10t0Rydau/jrWcDRFwNfqtaELHkwexao7Y9/XsFnHck7i5xDAerGF0C5IxTt LRQBTA5x3NxMtQua46F2wP8nN/chb8Z9qeZ2A8u3er93aW6d61sq/tWX6iEf0sT/ 2Dg6DuVwBwc2tnDCEElVEwbdCadDX7gkS6j0AhBI1i5YJHSRuq4UL4HXtsDniAg= =Y78W -----END PGP SIGNATURE----- --rVCfRah95wTab8G5jsCQTrB5TMnFavvV5--