qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC PATCH v1 13/22] hmp: update 'info kvm' to display


From: Eric Blake
Subject: Re: [Qemu-devel] [RFC PATCH v1 13/22] hmp: update 'info kvm' to display SEV status
Date: Tue, 13 Sep 2016 11:09:14 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

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 <address@hidden>
> ---

> +++ 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

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]