- 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-phi...@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