On 09/13/2016 09:48 AM, Brijesh Singh wrote: > Update the 'info kvm' monitor command to display the SEV status. > > (qemu) info kvm > kvm support: enabled > sev support: enabled (running) > > Signed-off-by: Brijesh Singh <brijesh.si...@amd.com> > ---
> +++ 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. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature