[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] system/confidential-guest-support: Header cleanups
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH 0/2] system/confidential-guest-support: Header cleanups |
Date: |
Wed, 18 Dec 2024 16:59:11 +0100 |
Restrict "confidential-guest-support.h" to system
emulation, remove few SEV declarations on user mode.
Philippe Mathieu-Daudé (2):
system: Move 'exec/confidential-guest-support.h' to system/
target/i386/sev: Reduce system specific declarations
.../confidential-guest-support.h | 6 ++--
target/i386/confidential-guest.h | 2 +-
target/i386/sev.h | 29 ++++++++++---------
backends/confidential-guest-support.c | 2 +-
hw/core/machine.c | 2 +-
hw/i386/pc_sysfw.c | 2 +-
hw/ppc/pef.c | 2 +-
hw/ppc/spapr.c | 2 +-
hw/s390x/s390-virtio-ccw.c | 2 +-
system/vl.c | 2 +-
target/s390x/kvm/pv.c | 2 +-
11 files changed, 28 insertions(+), 25 deletions(-)
rename include/{exec => system}/confidential-guest-support.h (96%)
--
2.45.2
- [PATCH 0/2] system/confidential-guest-support: Header cleanups,
Philippe Mathieu-Daudé <=