From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Yang Zhong" <yang.zhong@intel.com>,
"Eduardo Habkost" <ehabkost@redhat.com>,
"Michael S. Tsirkin" <mst@redhat.com>,
"Richard Henderson" <richard.henderson@linaro.org>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Philippe Mathieu-Daudé" <philmd@redhat.com>
Subject: [PATCH 0/4] hw/i386/sgx: Housekeeping around SGX
Date: Thu, 7 Oct 2021 19:56:08 +0200 [thread overview]
Message-ID: <20211007175612.496366-1-philmd@redhat.com> (raw)
- 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
next reply other threads:[~2021-10-07 18:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-07 17:56 Philippe Mathieu-Daudé [this message]
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é
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211007175612.496366-1-philmd@redhat.com \
--to=philmd@redhat.com \
--cc=ehabkost@redhat.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
--cc=yang.zhong@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.