From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Cc: Thomas Huth <thuth@redhat.com>
Subject: [PULL 1/5] target/i386: sgx: mark device not user creatable
Date: Thu, 11 Nov 2021 08:36:03 +0100 [thread overview]
Message-ID: <20211111073607.195697-2-pbonzini@redhat.com> (raw)
In-Reply-To: <20211111073607.195697-1-pbonzini@redhat.com>
The device is created by the machine based on the sgx-epc property.
It should not be created by users.
Reported-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
hw/i386/sgx-epc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/i386/sgx-epc.c b/hw/i386/sgx-epc.c
index 55e2217eae..e508827e78 100644
--- a/hw/i386/sgx-epc.c
+++ b/hw/i386/sgx-epc.c
@@ -154,6 +154,7 @@ static void sgx_epc_class_init(ObjectClass *oc, void *data)
dc->realize = sgx_epc_realize;
dc->unrealize = sgx_epc_unrealize;
dc->desc = "SGX EPC section";
+ dc->user_creatable = false;
device_class_set_props(dc, sgx_epc_properties);
mdc->get_addr = sgx_epc_md_get_addr;
--
2.33.1
next prev parent reply other threads:[~2021-11-11 7:39 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-11 7:36 [PULL 0/5] x86, RCU/TCG patches for QEMU 6.2-rc1 Paolo Bonzini
2021-11-11 7:36 ` Paolo Bonzini [this message]
2021-11-11 7:36 ` [PULL 2/5] rcu: Introduce force_rcu notifier Paolo Bonzini
2021-11-11 7:36 ` [PULL 3/5] accel/tcg: Register a " Paolo Bonzini
2021-11-11 7:36 ` [PULL 4/5] numa: avoid crash with SGX and "info numa" Paolo Bonzini
2021-11-11 7:36 ` [PULL 5/5] sgx: Reset the vEPC regions during VM reboot Paolo Bonzini
2021-11-11 11:01 ` [PULL 0/5] x86, RCU/TCG patches for QEMU 6.2-rc1 Richard Henderson
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=20211111073607.195697-2-pbonzini@redhat.com \
--to=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).