[PATCH 0/2] SMBIOS type 9 descriptor implementation

Nabih Estefan posted 2 patches 9 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240221170027.1027325-1-nabihestefan@google.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Ani Sinha <anisinha@redhat.com>
hw/smbios/smbios.c           | 142 +++++++++++++++++++++++++++++++++++
include/hw/firmware/smbios.h |  17 +++++
qemu-options.hx              |   3 +
3 files changed, 162 insertions(+)
[PATCH 0/2] SMBIOS type 9 descriptor implementation
Posted by Nabih Estefan 9 months, 1 week ago
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
Re: [PATCH 0/2] SMBIOS type 9 descriptor implementation
Posted by Nabih Estefan 8 months, 3 weeks ago
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
>