Re: [Qemu-devel] [PATCH v6 17/23] qapi: add SEV_MEASUREMENT event

2018-02-01 Thread Eric Blake
On 02/01/2018 09:25 AM, Brijesh Singh wrote: >>> +{ 'event' : 'SEV_MEASUREMENT', >>> +  'data' : { 'value' : 'str' } } >> >> New event -> automatic question: do we need a way to poll for this >> information?  Say when an event could get lost during a libvirt restart. >> > > > In our initial SEV

Re: [Qemu-devel] [PATCH v6 17/23] qapi: add SEV_MEASUREMENT event

2018-02-01 Thread Brijesh Singh
On 01/31/2018 11:45 AM, Markus Armbruster wrote: Brijesh Singh writes: Add SEV_MEASUREMENT event which can be used by libvirt to get the measurement of the memory regions encrypted through the SEV launch flow. The measurement value is base64 encoded. Cc: Daniel P. Berrange Cc: Eric Blake

Re: [Qemu-devel] [PATCH v6 17/23] qapi: add SEV_MEASUREMENT event

2018-01-31 Thread Markus Armbruster
Brijesh Singh writes: > Add SEV_MEASUREMENT event which can be used by libvirt to get the > measurement of the memory regions encrypted through the SEV launch > flow. The measurement value is base64 encoded. > > Cc: Daniel P. Berrange > Cc: Eric Blake > Cc: Markus Armbruster > Signed-off-by: B