From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43641) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjwiu-0008L0-LW for qemu-devel@nongnu.org; Tue, 13 Sep 2016 19:02:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjwip-0004rr-MM for qemu-devel@nongnu.org; Tue, 13 Sep 2016 19:02:39 -0400 Received: from mail-wm0-f53.google.com ([74.125.82.53]:35010) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjwip-0004rj-GC for qemu-devel@nongnu.org; Tue, 13 Sep 2016 19:02:35 -0400 Received: by mail-wm0-f53.google.com with SMTP id i130so19844321wmf.0 for ; Tue, 13 Sep 2016 16:02:35 -0700 (PDT) Sender: Paolo Bonzini References: <147377800565.11859.4411044563640180545.stgit@brijesh-build-machine> <147377813927.11859.13242503366595564820.stgit@brijesh-build-machine> From: Paolo Bonzini Message-ID: <88ee7dbb-4e2b-4388-3ad1-72aa0b4e11f3@redhat.com> Date: Wed, 14 Sep 2016 01:01:31 +0200 MIME-Version: 1.0 In-Reply-To: <147377813927.11859.13242503366595564820.stgit@brijesh-build-machine> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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, rth@twiddle.net On 13/09/2016 16:48, Brijesh Singh wrote: > # > +# @sev: true if SEV is active You should add "(Since 2.8.0)" here. Paolo > # Since: 0.14.0 > ## > -{ 'struct': 'KvmInfo', 'data': {'enabled': 'bool', 'present': 'bool'} } > +{ 'struct': 'KvmInfo', 'data': {'enabled': 'bool', 'present': 'bool', 'sev' : 'bool'} } >