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
