[PATCH 0/4] hw/i386/sgx: Housekeeping around SGX

Philippe Mathieu-Daudé posted 4 patches 2 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211007175612.496366-1-philmd@redhat.com
include/hw/i386/sgx-epc.h |  2 +-
include/hw/i386/sgx.h     | 12 ------------
hw/i386/sgx-stub.c        | 16 ++++++++++++----
hw/i386/sgx.c             | 35 +++++++++++++++++++++++++++++------
target/i386/monitor.c     | 32 --------------------------------
MAINTAINERS               |  1 +
6 files changed, 43 insertions(+), 55 deletions(-)
delete mode 100644 include/hw/i386/sgx.h
[PATCH 0/4] hw/i386/sgx: Housekeeping around SGX
Posted by Philippe Mathieu-Daudé 2 years, 6 months ago
- Update MAINTAINERS
- Have sgx_epc_get_section() return a boolean
- Move QMP commands from target/i386 to hw/i386 (suggested by Paolo)

Based-on: <20211007161716.453984-1-philmd@redhat.com>

Philippe Mathieu-Daudé (4):
  MAINTAINERS: Cover SGX documentation file with X86/KVM section
  hw/i386/sgx: Have sgx_epc_get_section() return a boolean
  hw/i386/sgx: Move qmp_query_sgx_capabilities() to hw/i386/sgx.c
  hw/i386/sgx: Move qmp_query_sgx() and hmp_info_sgx() to hw/i386/sgx.c

 include/hw/i386/sgx-epc.h |  2 +-
 include/hw/i386/sgx.h     | 12 ------------
 hw/i386/sgx-stub.c        | 16 ++++++++++++----
 hw/i386/sgx.c             | 35 +++++++++++++++++++++++++++++------
 target/i386/monitor.c     | 32 --------------------------------
 MAINTAINERS               |  1 +
 6 files changed, 43 insertions(+), 55 deletions(-)
 delete mode 100644 include/hw/i386/sgx.h

-- 
2.31.1