qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC PATCH 02/16] target/arm: Add confidential guest support


From: Richard Henderson
Subject: Re: [RFC PATCH 02/16] target/arm: Add confidential guest support
Date: Fri, 27 Jan 2023 09:50:47 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

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-philippe@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.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]