From: Oliver Steffen <osteffen@redhat.com>
To: qemu-devel@nongnu.org
Cc: Paolo Bonzini <pbonzini@redhat.com>,
Joerg Roedel <joerg.roedel@amd.com>,
"Michael S. Tsirkin" <mst@redhat.com>,
Gerd Hoffmann <kraxel@redhat.com>,
Marcel Apfelbaum <marcel.apfelbaum@gmail.com>,
Eduardo Habkost <eduardo@habkost.net>,
Stefano Garzarella <sgarzare@redhat.com>,
Richard Henderson <richard.henderson@linaro.org>,
Oliver Steffen <osteffen@redhat.com>
Subject: [RFC 1/2] hw/uefi: Add hardware-info ID for virtio mmio devices for SVSM
Date: Tue, 1 Jul 2025 14:18:14 +0200 [thread overview]
Message-ID: <20250701121815.523896-2-osteffen@redhat.com> (raw)
In-Reply-To: <20250701121815.523896-1-osteffen@redhat.com>
Add a hardware-info device ID for virtio mmio devices intended for use by an SVSM.
The ID has already been reserved in edk2, see edk2 commit f25e3d0d2c55.
Signed-off-by: Oliver Steffen <osteffen@redhat.com>
---
include/hw/uefi/hardware-info.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/hw/uefi/hardware-info.h b/include/hw/uefi/hardware-info.h
index 94c38cff20..d688af0e8a 100644
--- a/include/hw/uefi/hardware-info.h
+++ b/include/hw/uefi/hardware-info.h
@@ -14,6 +14,7 @@ typedef enum {
HardwareInfoTypeUndefined = 0,
HardwareInfoTypeHostBridge = 1,
HardwareInfoQemuUefiVars = 2,
+ HardwareInfoVirtioMmioSvsm = 0x1000,
} HARDWARE_INFO_TYPE;
typedef struct {
--
2.50.0
next prev parent reply other threads:[~2025-07-01 12:20 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-01 12:18 [RFC 0/2] Add SVSM virtio-mmio device slots (q35) Oliver Steffen
2025-07-01 12:18 ` Oliver Steffen [this message]
2025-08-01 13:29 ` [RFC 1/2] hw/uefi: Add hardware-info ID for virtio mmio devices for SVSM Stefano Garzarella
2025-07-01 12:18 ` [RFC 2/2] q35: add virtio-mmio slots Oliver Steffen
2025-08-01 13:38 ` Stefano Garzarella
2025-08-01 13:55 ` Daniel P. Berrangé
2025-08-04 13:47 ` Gerd Hoffmann
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=20250701121815.523896-2-osteffen@redhat.com \
--to=osteffen@redhat.com \
--cc=eduardo@habkost.net \
--cc=joerg.roedel@amd.com \
--cc=kraxel@redhat.com \
--cc=marcel.apfelbaum@gmail.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
--cc=sgarzare@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 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.