[PATCH v2 0/3] hw/i386: Move SGX under KVM and use QDev API

Philippe Mathieu-Daudé posted 3 patches 9 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240215142035.73331-1-philmd@linaro.org
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Marcelo Tosatti <mtosatti@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>
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%)
[PATCH v2 0/3] hw/i386: Move SGX under KVM and use QDev API
Posted by Philippe Mathieu-Daudé 9 months, 2 weeks ago
- 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


Re: [PATCH v2 0/3] hw/i386: Move SGX under KVM and use QDev API
Posted by Philippe Mathieu-Daudé 9 months, 1 week ago
On 15/2/24 15:20, Philippe Mathieu-Daudé wrote:
> - 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

Ping?