Re: [Qemu-devel] [PATCH v12 23/28] qmp: add query-sev-launch-measure command

2018-03-08 Thread Daniel P . Berrangé
On Thu, Mar 08, 2018 at 06:48:56AM -0600, 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

[Qemu-devel] [PATCH v12 23/28] qmp: add query-sev-launch-measure command

2018-03-08 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 Reviewed-by: Eric Blake Signed-off-