On 03/08/2017 02:52 PM, Brijesh Singh wrote: > update 'info kvm' to display the memory encryption support. > > (qemu) info kvm > kvm support: enabled > memory encryption: disabled > > Signed-off-by: Brijesh Singh <[email protected]> > ---
> +++ b/qapi-schema.json
> @@ -185,9 +185,12 @@
> #
> # @present: true if KVM acceleration is built into this executable
> #
> +# @mem-encryption: true if Memory Encryption is active (since 2.8)
You've missed 2.8, and probably even 2.9, unless you can argue that this
is a bug-fix appropriate during soft freeze. So this should be since 2.10.
> +#
> # Since: 0.14.0
> ##
> -{ 'struct': 'KvmInfo', 'data': {'enabled': 'bool', 'present': 'bool'} }
> +{ 'struct': 'KvmInfo', 'data': {'enabled': 'bool', 'present': 'bool',
> + 'mem-encryption' : 'bool'} }
>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
