mbox series

[0/2] SMBIOS type 9 descriptor implementation

Message ID 20240221170027.1027325-1-nabihestefan@google.com (mailing list archive)
Headers show
Series SMBIOS type 9 descriptor implementation | expand

Message

Nabih Estefan Feb. 21, 2024, 5 p.m. UTC
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(+)

Comments

Nabih Estefan March 4, 2024, 9:11 p.m. UTC | #1
Friendly ping on review for this patchset!

It's been ~2 weeks since it was sent out, please let us know if
there's any changes that should be done to upstream it!

Thanks,
Nabih Estefan

Nabih Estefan (he/him) |  Software Engineer |
nabihestefan@google.com |  857-308-9574



On Wed, Feb 21, 2024 at 9:00 AM Nabih Estefan <nabihestefan@google.com> wrote:
>
> 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
>