Re: [PATCH v2 14/22] target/arm/kvm-rme: Add Realm Personalization Value parameter

2024-04-23 Thread Markus Armbruster
Peter Maydell writes: > On Fri, 19 Apr 2024 at 16:59, Jean-Philippe Brucker > wrote: >> >> The Realm Personalization Value (RPV) is provided by the user to >> distinguish Realms that have the same initial measurement. >> >> The user provides up to 64 hexadecimal bytes. They are stored into the >

Re: [PATCH v2 14/22] target/arm/kvm-rme: Add Realm Personalization Value parameter

2024-04-23 Thread Daniel P . Berrangé
On Tue, Apr 23, 2024 at 01:20:20PM +0100, Peter Maydell wrote: > On Fri, 19 Apr 2024 at 16:59, Jean-Philippe Brucker > wrote: > > > > The Realm Personalization Value (RPV) is provided by the user to > > distinguish Realms that have the same initial measurement. > > > > The user provides up to 64 h

Re: [PATCH v2 14/22] target/arm/kvm-rme: Add Realm Personalization Value parameter

2024-04-23 Thread Peter Maydell
On Fri, 19 Apr 2024 at 16:59, Jean-Philippe Brucker wrote: > > The Realm Personalization Value (RPV) is provided by the user to > distinguish Realms that have the same initial measurement. > > The user provides up to 64 hexadecimal bytes. They are stored into the > RPV in the same order, zero-padd

Re: [PATCH v2 14/22] target/arm/kvm-rme: Add Realm Personalization Value parameter

2024-04-23 Thread Markus Armbruster
Jean-Philippe Brucker writes: > The Realm Personalization Value (RPV) is provided by the user to > distinguish Realms that have the same initial measurement. > > The user provides up to 64 hexadecimal bytes. They are stored into the > RPV in the same order, zero-padded on the right. > > Cc: Eric

[PATCH v2 14/22] target/arm/kvm-rme: Add Realm Personalization Value parameter

2024-04-19 Thread Jean-Philippe Brucker
The Realm Personalization Value (RPV) is provided by the user to distinguish Realms that have the same initial measurement. The user provides up to 64 hexadecimal bytes. They are stored into the RPV in the same order, zero-padded on the right. Cc: Eric Blake Cc: Markus Armbruster Cc: Daniel P.