From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjqGu-0001m4-DI for qemu-devel@nongnu.org; Tue, 13 Sep 2016 12:09:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjqGq-0006jX-JD for qemu-devel@nongnu.org; Tue, 13 Sep 2016 12:09:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23513) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjqGq-0006iq-Be for qemu-devel@nongnu.org; Tue, 13 Sep 2016 12:09:16 -0400 References: <147377800565.11859.4411044563640180545.stgit@brijesh-build-machine> <147377813927.11859.13242503366595564820.stgit@brijesh-build-machine> From: Eric Blake Message-ID: Date: Tue, 13 Sep 2016 11:09:14 -0500 MIME-Version: 1.0 In-Reply-To: <147377813927.11859.13242503366595564820.stgit@brijesh-build-machine> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Lwfws20jV1GkvX0D1sRLxhTOvWBljoDng" Subject: Re: [Qemu-devel] [RFC PATCH v1 13/22] hmp: update 'info kvm' to display SEV status List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Brijesh Singh , ehabkost@redhat.com, crosthwaite.peter@gmail.com, armbru@redhat.com, mst@redhat.com, p.fedin@samsung.com, qemu-devel@nongnu.org, lcapitulino@redhat.com, pbonzini@redhat.com, rth@twiddle.net This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Lwfws20jV1GkvX0D1sRLxhTOvWBljoDng From: Eric Blake To: Brijesh Singh , ehabkost@redhat.com, crosthwaite.peter@gmail.com, armbru@redhat.com, mst@redhat.com, p.fedin@samsung.com, qemu-devel@nongnu.org, lcapitulino@redhat.com, pbonzini@redhat.com, rth@twiddle.net Message-ID: Subject: Re: [Qemu-devel] [RFC PATCH v1 13/22] hmp: update 'info kvm' to display SEV status References: <147377800565.11859.4411044563640180545.stgit@brijesh-build-machine> <147377813927.11859.13242503366595564820.stgit@brijesh-build-machine> In-Reply-To: <147377813927.11859.13242503366595564820.stgit@brijesh-build-machine> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 09/13/2016 09:48 AM, Brijesh Singh wrote: > Update the 'info kvm' monitor command to display the SEV status. >=20 > (qemu) info kvm > kvm support: enabled > sev support: enabled (running) >=20 > Signed-off-by: Brijesh Singh > --- > +++ b/qapi-schema.json > @@ -99,9 +99,11 @@ > # > # @present: true if KVM acceleration is built into this executable > # > +# @sev: true if SEV is active Worth expanding what the acronym stands for. Also needs a '(since 2.8)' designator. > +# > # Since: 0.14.0 > ## > -{ 'struct': 'KvmInfo', 'data': {'enabled': 'bool', 'present': 'bool'} = } > +{ 'struct': 'KvmInfo', 'data': {'enabled': 'bool', 'present': 'bool', = 'sev' : 'bool'} } Long line; please wrap to keep it under 80 columns. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --Lwfws20jV1GkvX0D1sRLxhTOvWBljoDng 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/ iQEcBAEBCAAGBQJX2CSqAAoJEKeha0olJ0NqqDoH/37YGS3hDncDpum684+Ido5w jC5VKuf207kRpuw0ACdifLMmS33oqEcBCWCBwqJ5/BSu7KtH5TNfOGQsGLCbjq04 I9CaiUiFD9JKEmyJpGwSY9SNoc6IPemgyc9Lmoz91ozlG84dD8RQtFjBJTRG/S4M 6jrcTuvGUFcXwpEQG+Kglf5NeT85AMgAGVl7lUcXkGsMKF5uqQHUlwFT/2L1TRwe v4K/KZ7x/78Wce6hDTprp8AuR1jKIFCLl2RHnkxE7o80VWVzPXH7lWMDs1pdlF9t CeuROKUImvYDMYg21N1Yidl00z6Vgpmy8LtPu6QqrGtcg/vFv5Pnqd4vrg4V1t8= =guP2 -----END PGP SIGNATURE----- --Lwfws20jV1GkvX0D1sRLxhTOvWBljoDng--