Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260707224306.1202330-1-mathieu.poirier@linaro.org
Maintainers: "Daniel P. Berrangé" <berrange@redhat.com>, Kashyap Chamarthy <kchamart@redhat.com>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>, Peter Maydell <peter.maydell@linaro.org>, "Michael S. Tsirkin" <mst@redhat.com>, Cornelia Huck <cohuck@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>
docs/interop/firmware.json | 5 +-
docs/system/arm/virt.rst | 9 +-
docs/system/confidential-guest-support.rst | 1 +
hw/arm/boot.c | 74 ++++-
hw/arm/virt.c | 138 +++++++--
hw/core/loader.c | 15 +
include/hw/arm/boot.h | 9 +
include/hw/arm/virt.h | 2 +-
include/hw/core/loader.h | 17 ++
linux-headers/asm-arm64/kvm.h | 9 +
linux-headers/linux/kvm.h | 21 +-
qapi/qom.json | 1 +
target/arm/arm-qmp-cmds.c | 1 +
target/arm/cpu.c | 5 +
target/arm/cpu.h | 10 +
target/arm/cpu64.c | 122 ++++++++
target/arm/kvm-rme.c | 335 +++++++++++++++++++++
target/arm/kvm-stub.c | 23 ++
target/arm/kvm.c | 194 +++++++++++-
target/arm/kvm_arm.h | 47 +++
target/arm/meson.build | 5 +-
21 files changed, 990 insertions(+), 53 deletions(-)
create mode 100644 target/arm/kvm-rme.c