qemu-devel
[Top][All Lists]
Advanced

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

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


From: Philippe Mathieu-Daudé
Subject: [PATCH 0/4] hw/i386/sgx: Housekeeping around SGX
Date: Thu, 7 Oct 2021 19:56:08 +0200

- 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]