Re: [PATCH 1/2] system: Move 'exec/confidential-guest-support.h' to system/

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

 



On 18/12/2024 16.59, Philippe Mathieu-Daudé wrote:
"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: Thomas Huth <thuth@xxxxxxxxxx>





[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux