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: Brijesh Singh
Subject: Re: [Qemu-devel] [RFC PATCH v1 13/22] hmp: update 'info kvm' to display SEV status
Date: Wed, 14 Sep 2016 11:16:12 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

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.



reply via email to

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