From: Ryan Harper <ryanh@us.ibm.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 0 of 3] Add SMBIOS/DMI table generation to PC machine
Date: Fri, 07 Dec 2007 14:45:51 -0600 [thread overview]
Message-ID: <patchbomb.1197060351@localhost.localdomain> (raw)
This patchset introduces SMBIOS/DMI table generation to qemu for PC machines.
The intial patch includes all changes needed to create the tables and load
them into memory. This patch depends on libuuid. The subsequent patches
detect for libuuid and optionally link to the library if present. The final
patch adds a -uuid option for a user to specify their own uuid.
These patches should apply against qemu-cvs. Tested on target x86_64-softmmu.
Signed-off-by: Ryan Harper <ryanh@us.ibm.com>
7 files changed, 821 insertions(+), 5 deletions(-)
Makefile.target | 9
configure | 26 ++
hw/pc.c | 47 ++++
smbios.c | 540 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
smbios_types.h | 182 ++++++++++++++++++
sysemu.h | 4
vl.c | 18 +
next reply other threads:[~2007-12-07 20:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-07 20:45 Ryan Harper [this message]
2007-12-07 20:45 ` [Qemu-devel] [PATCH 1 of 3] export SMBIOS/DMI tables to PC machines Ryan Harper
2007-12-07 20:45 ` [Qemu-devel] [PATCH 2 of 3] Optionally link against libuuid if present Ryan Harper
2007-12-07 20:45 ` [Qemu-devel] [PATCH 3 of 3] Add -uuid command line flag Ryan Harper
-- strict thread matches above, loose matches on Subject: below --
2007-12-11 20:08 [Qemu-devel] [PATCH 0 of 3] Add SMBIOS/DMI table generation to PC machine Ryan Harper
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=patchbomb.1197060351@localhost.localdomain \
--to=ryanh@us.ibm.com \
--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).