qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] hw/i386: Move SGX under KVM and use QDev API
@ 2024-02-15 14:20 Philippe Mathieu-Daudé
  2024-02-15 14:20 ` [PATCH v2 1/3] MAINTAINERS: Cover hw/i386/kvm/ in 'X86 KVM CPUs' section Philippe Mathieu-Daudé
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-02-15 14:20 UTC (permalink / raw)
  To: qemu-devel
  Cc: Michael S. Tsirkin, Eduardo Habkost, Richard Henderson,
	Paolo Bonzini, kvm, Marcelo Tosatti, Marcel Apfelbaum,
	Philippe Mathieu-Daudé

- Update MAINTAINERS
- Move SGX files with KVM ones
- Use QDev API

Supersedes: <20240213071613.72566-1-philmd@linaro.org>

Philippe Mathieu-Daudé (3):
  MAINTAINERS: Cover hw/i386/kvm/ in 'X86 KVM CPUs' section
  hw/i386: Move SGX files within the kvm/ directory
  hw/i386/sgx: Use QDev API

 MAINTAINERS                  |  1 +
 hw/i386/{ => kvm}/sgx-epc.c  |  0
 hw/i386/{ => kvm}/sgx-stub.c |  0
 hw/i386/{ => kvm}/sgx.c      | 14 ++++++--------
 hw/i386/kvm/meson.build      |  3 +++
 hw/i386/meson.build          |  2 --
 6 files changed, 10 insertions(+), 10 deletions(-)
 rename hw/i386/{ => kvm}/sgx-epc.c (100%)
 rename hw/i386/{ => kvm}/sgx-stub.c (100%)
 rename hw/i386/{ => kvm}/sgx.c (95%)

-- 
2.41.0



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

end of thread, other threads:[~2024-02-21 21:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-15 14:20 [PATCH v2 0/3] hw/i386: Move SGX under KVM and use QDev API Philippe Mathieu-Daudé
2024-02-15 14:20 ` [PATCH v2 1/3] MAINTAINERS: Cover hw/i386/kvm/ in 'X86 KVM CPUs' section Philippe Mathieu-Daudé
2024-02-15 14:20 ` [PATCH v2 2/3] hw/i386: Move SGX files within the kvm/ directory Philippe Mathieu-Daudé
2024-02-15 14:20 ` [PATCH v2 3/3] hw/i386/sgx: Use QDev API Philippe Mathieu-Daudé
2024-02-21 21:17 ` [PATCH v2 0/3] hw/i386: Move SGX under KVM and use " Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).