All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] system/confidential-guest-support: Header cleanups
@ 2024-12-18 15:59 Philippe Mathieu-Daudé
  2024-12-18 15:59 ` [PATCH 1/2] system: Move 'exec/confidential-guest-support.h' to system/ Philippe Mathieu-Daudé
  2024-12-18 15:59 ` [PATCH 2/2] target/i386/sev: Reduce system specific declarations Philippe Mathieu-Daudé
  0 siblings, 2 replies; 11+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-12-18 15:59 UTC (permalink / raw)
  To: qemu-devel
  Cc: Eric Farman, kvm, Marcelo Tosatti, David Hildenbrand,
	Ilya Leoshkevich, Nicholas Piggin, Daniel Henrique Barboza,
	Richard Henderson, Thomas Huth, Paolo Bonzini, qemu-ppc, Zhao Liu,
	qemu-s390x, Yanan Wang, Christian Borntraeger, Eduardo Habkost,
	Marcel Apfelbaum, Harsh Prateek Bora, Philippe Mathieu-Daudé,
	Michael S. Tsirkin, Halil Pasic

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-12-18 16:22 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-18 15:59 [PATCH 0/2] system/confidential-guest-support: Header cleanups Philippe Mathieu-Daudé
2024-12-18 15:59 ` [PATCH 1/2] system: Move 'exec/confidential-guest-support.h' to system/ Philippe Mathieu-Daudé
2024-12-18 16:02   ` Thomas Huth
2024-12-18 16:30   ` Zhao Liu
2024-12-18 16:16     ` Philippe Mathieu-Daudé
2024-12-18 15:59 ` [PATCH 2/2] target/i386/sev: Reduce system specific declarations Philippe Mathieu-Daudé
2024-12-18 16:04   ` Thomas Huth
2024-12-18 16:17   ` Daniel P. Berrangé
2024-12-18 16:22     ` Philippe Mathieu-Daudé
2024-12-18 16:18   ` Philippe Mathieu-Daudé
2024-12-18 16:34   ` Zhao Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.