Re: [RFC PATCH 10/16] target/arm/kvm-rme: Add measurement algorithm property
On 1/27/23 05:07, Jean-Philippe Brucker wrote: +object_class_property_add_str(oc, "measurement-algo", + rme_get_measurement_algo, + rme_set_measurement_algo); +object_class_property_set_description(oc, "measurement-algo", +
[RFC PATCH 10/16] target/arm/kvm-rme: Add measurement algorithm property
This option selects which measurement algorithm to use for attestation. Supported values are sha256 and sha512. Signed-off-by: Jean-Philippe Brucker --- qapi/qom.json| 14 - target/arm/kvm-rme.c | 71 2 files changed, 84 insertions(+),