From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50196) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwZjP-00033V-VO for qemu-devel@nongnu.org; Mon, 16 Jun 2014 12:26:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WwZjL-00048u-Jj for qemu-devel@nongnu.org; Mon, 16 Jun 2014 12:26:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58934) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwZjL-00048f-99 for qemu-devel@nongnu.org; Mon, 16 Jun 2014 12:25:59 -0400 Message-ID: <539F1A93.40701@redhat.com> Date: Mon, 16 Jun 2014 10:25:55 -0600 From: Eric Blake MIME-Version: 1.0 References: <1401978968-7733-1-git-send-email-imammedo@redhat.com> <1401978968-7733-6-git-send-email-imammedo@redhat.com> In-Reply-To: <1401978968-7733-6-git-send-email-imammedo@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="prTeNxtwvChjL8OV3nlGCnlbsWXSixIfg" Subject: Re: [Qemu-devel] [PATCH 5/5] qmp: add ACPI_DEVICE_OST event handling List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov , qemu-devel@nongnu.org Cc: pkrempa@redhat.com, mst@redhat.com, armbru@redhat.com, lcapitulino@redhat.com, vasilis.liaskovitis@profitbricks.com, Wenchao Xia This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --prTeNxtwvChjL8OV3nlGCnlbsWXSixIfg Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 06/05/2014 08:36 AM, Igor Mammedov wrote: > emmits event when ACPI OSPM evaluates _OST method s/emmits/emits/ > of ACPI device. >=20 > Signed-off-by: Igor Mammedov > --- > 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 --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --prTeNxtwvChjL8OV3nlGCnlbsWXSixIfg 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/ iQEcBAEBCAAGBQJTnxqTAAoJEKeha0olJ0NqHFoIAIGfjovnnvhoOopVVR95rG7S +lBkUEzMM1wNYyV+5TwjsJYwkCWGHGByEy5lv2SNa6rWG7L3kbLTSk0Hpy4j6rAf nPiQSXdyHR/ou8Jh68kUQcFP+x02JfvXiORiukhR5k97TtWAMwVJbb9txvr7UzlX Zip+D3JxkQbzo3BqbeSaMFXRSPsBd8U0TbhnvfcALC3TLwvabQSoOgW0X+00deXp 9EGTCb5l+8HUqioy0AL8BeryaShIE/pmmtzz73VPbJLw7Ub1TlSg5y89VHZjwFwY 1TeXU97Z3AwSNlVonLL7FdXpslJzwjsTbwo/mYuoy8107BBDJOemrHJTQ4uaqas= =jssa -----END PGP SIGNATURE----- --prTeNxtwvChjL8OV3nlGCnlbsWXSixIfg--