On 1/27/23 05:07, Jean-Philippe Brucker wrote:
Add a new RmeGuest object, inheriting from ConfidentialGuestSupport, to
support the Arm Realm Management Extension (RME). It is instantiated by
passing on the command-line:
-M virt,confidential-guest-support=<id>
-object guest-rme,id=<id>[,options...]
This is only the skeleton. Support will be added in following patches.
Signed-off-by: Jean-Philippe Brucker<jean-phili...@linaro.org>
---
docs/system/confidential-guest-support.rst | 1 +
qapi/qom.json | 3 +-
target/arm/kvm-rme.c | 48 ++++++++++++++++++++++
target/arm/meson.build | 7 +++-
4 files changed, 57 insertions(+), 2 deletions(-)
create mode 100644 target/arm/kvm-rme.c
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~