On Wed, Dec 18, 2024 at 04:59:12PM +0100, Philippe Mathieu-Daudé wrote: > Date: Wed, 18 Dec 2024 16:59:12 +0100 > From: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx> > Subject: [PATCH 1/2] system: Move 'exec/confidential-guest-support.h' to > system/ > X-Mailer: git-send-email 2.45.2 > > "exec/confidential-guest-support.h" is specific to system > emulation, so move it under the system/ namespace. > Mechanical change doing: > > $ sed -i \ > -e 's,exec/confidential-guest-support.h,sysemu/confidential-guest-support.h,' \ > $(git grep -l exec/confidential-guest-support.h) > > Signed-off-by: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx> > --- > include/{exec => system}/confidential-guest-support.h | 6 +++--- > target/i386/confidential-guest.h | 2 +- > target/i386/sev.h | 2 +- > backends/confidential-guest-support.c | 2 +- > hw/core/machine.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 +- > 10 files changed, 12 insertions(+), 12 deletions(-) > rename include/{exec => system}/confidential-guest-support.h (96%) > Reviewed-by: Zhao Liu <zhao1.liu@xxxxxxxxx> (MAINTAINERS is missed to change? :-))