From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWRz2-0000yS-0L for qemu-devel@nongnu.org; Mon, 31 Aug 2015 12:31:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWRyw-0000fE-BF for qemu-devel@nongnu.org; Mon, 31 Aug 2015 12:30:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50530) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWRyw-0000f6-27 for qemu-devel@nongnu.org; Mon, 31 Aug 2015 12:30:54 -0400 References: <1441018834-8993-1-git-send-email-cornelia.huck@de.ibm.com> <1441018834-8993-6-git-send-email-cornelia.huck@de.ibm.com> From: Eric Blake Message-ID: <55E4813C.1050707@redhat.com> Date: Mon, 31 Aug 2015 10:30:52 -0600 MIME-Version: 1.0 In-Reply-To: <1441018834-8993-6-git-send-email-cornelia.huck@de.ibm.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="wx3pSRfCWmVtE9qXHeQULIV8LVhg18CJT" Subject: Re: [Qemu-devel] [PATCH v3 5/8] s390x: Dump-skeys hmp support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck , qemu-devel@nongnu.org Cc: borntraeger@de.ibm.com, jfrei@linux.vnet.ibm.com, agraf@suse.de, jjherne@linux.vnet.ibm.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --wx3pSRfCWmVtE9qXHeQULIV8LVhg18CJT Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 08/31/2015 05:00 AM, Cornelia Huck wrote: > From: "Jason J. Herne" >=20 > Add dump-skeys command to the human monitor. >=20 > Reviewed-by: Thomas Huth > Reviewed-by: David Hildenbrand > Signed-off-by: Jason J. Herne > Signed-off-by: Cornelia Huck > --- > hmp-commands.hx | 16 ++++++++++++++++ > hw/s390x/s390-skeys.c | 12 ++++++++++++ > include/hw/s390x/storage-keys.h | 2 ++ > monitor.c | 4 ++++ > 4 files changed, 34 insertions(+) >=20 > diff --git a/hmp-commands.hx b/hmp-commands.hx > index d3b7932..803ff91 100644 > --- a/hmp-commands.hx > +++ b/hmp-commands.hx > @@ -1053,6 +1053,22 @@ gdb. Without -z|-l|-s, the dump format is ELF. > together with begin. > ETEXI > =20 > +#if defined(TARGET_S390X) > + { > + .name =3D "dump-skeys", Most HMP commands use '_', not '-', for word separation. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --wx3pSRfCWmVtE9qXHeQULIV8LVhg18CJT Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJV5IE8AAoJEKeha0olJ0NqE30H/0xC6uDLv1ODOXheo2q0Fesu lK90RROSDu4hz+LhndrihCTiYoNyKp3vb43VdF10Setbq/Wp8RN23aITgXxW3Ib+ JLd5WamxV6gEnJRM/yZgckTXYOFXYavp/p6GzvZSQhXvuygqV85oqiwuQMNFQvvM 1Yxgs/DPvdp0iJuLMknv7PUK9tgWNkOC7Vse7f47N4dPfL3su/7A8Y9S+DgDbVLY GzfM37jwMYseTBIY51XIGirZ4LN4sPX+3KwgsXdRGryfftgiOFvIN1lIBtEQpJzk T75U03iAWEaBYgJJ6kt+XwlZkAnCiYFcWBHH7I6n+KT5t0Q7JJ+TTFdDjE+oxrI= =g+AB -----END PGP SIGNATURE----- --wx3pSRfCWmVtE9qXHeQULIV8LVhg18CJT--