qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Nabih Estefan <nabihestefan@google.com>
To: peter.maydell@linaro.org
Cc: qemu-arm@nongnu.org, qemu-devel@nongnu.org,
	qemu-block@nongnu.org,  its@irrelevant.dk, kbusch@kernel.org,
	eric.auger@redhat.com, mst@redhat.com,  imammedo@redhat.com,
	anisinha@redhat.com, flwu@google.com,  nabihestefan@google.com
Subject: [PATCH 0/2] SMBIOS type 9 descriptor implementation
Date: Wed, 21 Feb 2024 17:00:25 +0000	[thread overview]
Message-ID: <20240221170027.1027325-1-nabihestefan@google.com> (raw)

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	other threads:[~2024-02-21 17:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-21 17:00 Nabih Estefan [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240221170027.1027325-1-nabihestefan@google.com \
    --to=nabihestefan@google.com \
    --cc=anisinha@redhat.com \
    --cc=eric.auger@redhat.com \
    --cc=flwu@google.com \
    --cc=imammedo@redhat.com \
    --cc=its@irrelevant.dk \
    --cc=kbusch@kernel.org \
    --cc=mst@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).