system: Move 'exec/confidential-guest-support.h' to system/
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 22 Nov 2024 17:00:31 +0000 (18:00 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 20 Dec 2024 16:44:56 +0000 (17:44 +0100)
commit433442a75d04f446eae229d91d65b0afc9bf92fd
treeced7944bed1cb96dea646ca265f2d09bc051d8a0
parent32cad1ffb81dcecf6f4a8af56d6e5892682839b1
system: Move 'exec/confidential-guest-support.h' to system/

"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@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Message-Id: <20241218155913.72288-2-philmd@linaro.org>
backends/confidential-guest-support.c
hw/core/machine.c
hw/ppc/pef.c
hw/ppc/spapr.c
hw/s390x/s390-virtio-ccw.c
include/exec/confidential-guest-support.h [deleted file]
include/system/confidential-guest-support.h [new file with mode: 0644]
system/vl.c
target/i386/confidential-guest.h
target/s390x/kvm/pv.c