From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkO3C-0006Lv-Q5 for qemu-devel@nongnu.org; Thu, 15 Sep 2016 00:13:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bkO38-0007QV-El for qemu-devel@nongnu.org; Thu, 15 Sep 2016 00:13:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkO38-0007OO-84 for qemu-devel@nongnu.org; Thu, 15 Sep 2016 00:13:22 -0400 Date: Thu, 15 Sep 2016 07:13:18 +0300 From: "Michael S. Tsirkin" Message-ID: <20160915071247-mutt-send-email-mst@kernel.org> References: <147377800565.11859.4411044563640180545.stgit@brijesh-build-machine> <147377813927.11859.13242503366595564820.stgit@brijesh-build-machine> <5f3e0c93-1c13-63f3-98ee-bd2e625e86dd@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5f3e0c93-1c13-63f3-98ee-bd2e625e86dd@amd.com> 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 Cc: Eric Blake , ehabkost@redhat.com, crosthwaite.peter@gmail.com, armbru@redhat.com, p.fedin@samsung.com, qemu-devel@nongnu.org, lcapitulino@redhat.com, pbonzini@redhat.com, rth@twiddle.net On Wed, Sep 14, 2016 at 11:16:12AM -0500, Brijesh Singh wrote: > Hi Eric, > > Thanks for feedback. > > > > # @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. > > > will fix in v2. > > > > +# > > > # 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. > > > will fix in v2. So memory-encryption : bool Etc everywhere. -- MST