Re: [Qemu-devel] [PATCH v7 26/26] qmp: add query-sev-launch-measure command

2018-02-07 Thread Brijesh Singh
On 02/07/2018 10:29 AM, Eric Blake wrote: ... +# +# Since: 2.12 +# +# Notes: If measurement is not available then a null measurement is returned. Null measurement, as in empty string?  Would it be better to have query-sev-launch-measure return an error instead of an SevLaunchMeasureInfo w

Re: [Qemu-devel] [PATCH v7 26/26] qmp: add query-sev-launch-measure command

2018-02-07 Thread Eric Blake
On 02/07/2018 10:06 AM, Brijesh Singh wrote: The command can be used by libvirt to retrieve the measurement of SEV guest. This measurement is a signature of the memory contents that was encrypted through the LAUNCH_UPDATE_DATA. Cc: "Daniel P. Berrangé" Cc: "Dr. David Alan Gilbert" Cc: Markus A

[Qemu-devel] [PATCH v7 26/26] qmp: add query-sev-launch-measure command

2018-02-07 Thread Brijesh Singh
The command can be used by libvirt to retrieve the measurement of SEV guest. This measurement is a signature of the memory contents that was encrypted through the LAUNCH_UPDATE_DATA. Cc: "Daniel P. Berrangé" Cc: "Dr. David Alan Gilbert" Cc: Markus Armbruster Signed-off-by: Brijesh Singh --- q