All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] hw/i386/sgx: Housekeeping around SGX
@ 2021-10-07 17:56 Philippe Mathieu-Daudé
  2021-10-07 17:56 ` [PATCH 1/4] MAINTAINERS: Cover SGX documentation file with X86/KVM section Philippe Mathieu-Daudé
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-10-07 17:56 UTC (permalink / raw)
  To: qemu-devel
  Cc: Yang Zhong, Eduardo Habkost, Michael S. Tsirkin,
	Richard Henderson, Paolo Bonzini, Philippe Mathieu-Daudé

- 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




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

end of thread, other threads:[~2021-10-09  6:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-07 17:56 [PATCH 0/4] hw/i386/sgx: Housekeeping around SGX Philippe Mathieu-Daudé
2021-10-07 17:56 ` [PATCH 1/4] MAINTAINERS: Cover SGX documentation file with X86/KVM section Philippe Mathieu-Daudé
2021-10-07 17:56 ` [PATCH 2/4] hw/i386/sgx: Have sgx_epc_get_section() return a boolean Philippe Mathieu-Daudé
2021-10-09  6:14   ` Yang Zhong
2021-10-07 17:56 ` [PATCH 3/4] hw/i386/sgx: Move qmp_query_sgx_capabilities() to hw/i386/sgx.c Philippe Mathieu-Daudé
2021-10-07 17:56 ` [PATCH 4/4] hw/i386/sgx: Move qmp_query_sgx() and hmp_info_sgx() " Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.