qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/2] SMBIOS type 9 descriptor implementation


From: Nabih Estefan
Subject: [PATCH 0/2] SMBIOS type 9 descriptor implementation
Date: Wed, 21 Feb 2024 17:00:25 +0000

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]