qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] SMBIOS type 9 descriptor implementation
@ 2024-02-21 17:00 Nabih Estefan
  2024-02-21 17:00 ` [PATCH 1/2] Implement base of SMBIOS type 9 descriptor Nabih Estefan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Nabih Estefan @ 2024-02-21 17:00 UTC (permalink / raw)
  To: peter.maydell
  Cc: qemu-arm, qemu-devel, qemu-block, its, kbusch, eric.auger, mst,
	imammedo, anisinha, flwu, nabihestefan

This patch series implements SMBIOS type 9 descriptor, system slots.
For each system slot, we can assign one descriptor for it if needed.
In versions later than 2.6, a new PCI device field was added to make sure the
descriptor is associated with a certain device, if provided.
For ease of usage, qemu-options.hx was updated.

Felix Wu (2):
  Implement base of SMBIOS type 9 descriptor.
  Implement SMBIOS type 9 v2.6

 hw/smbios/smbios.c           | 142 +++++++++++++++++++++++++++++++++++
 include/hw/firmware/smbios.h |  17 +++++
 qemu-options.hx              |   3 +
 3 files changed, 162 insertions(+)

-- 
2.44.0.rc0.258.g7320e95886-goog



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

end of thread, other threads:[~2024-03-04 21:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-21 17:00 [PATCH 0/2] SMBIOS type 9 descriptor implementation Nabih Estefan
2024-02-21 17:00 ` [PATCH 1/2] Implement base of SMBIOS type 9 descriptor Nabih Estefan
2024-02-21 17:00 ` [PATCH 2/2] Implement SMBIOS type 9 v2.6 Nabih Estefan
2024-03-04 21:11 ` [PATCH 0/2] SMBIOS type 9 descriptor implementation Nabih Estefan

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).