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