From: Ryan Harper <ryanh@us.ibm.com>
To: qemu-devel@nongnu.org
Cc: kvm-devel@lists.sourceforge.net
Subject: [Qemu-devel] [PATCH 0 of 3] Add SMBIOS/DMI table generation to PC machine
Date: Tue, 11 Dec 2007 14:08:50 -0600 [thread overview]
Message-ID: <patchbomb.1197403730@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.
Updates:
- moved smbios.o into i386 target section
- removed open segment in hw/pc.c and moved variable declaration
- removed some uneeded externs from smbios.c
- added uuid_parse implementation allowing -uuid to be available with or without linking against libuuid.
- reduced the number of CONFIG_UUID defines
Signed-off-by: Ryan Harper <ryanh@us.ibm.com>
7 files changed, 848 insertions(+), 11 deletions(-)
Makefile.target | 9
configure | 26 ++
hw/pc.c | 45 ++++
smbios.c | 584 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
smbios_types.h | 182 +++++++++++++++++
sysemu.h | 5
vl.c | 8
next reply other threads:[~2007-12-11 20:11 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-11 20:08 Ryan Harper [this message]
2007-12-11 20:08 ` [Qemu-devel] [PATCH 1 of 3] export SMBIOS/DMI tables to PC machines Ryan Harper
2007-12-11 20:08 ` [Qemu-devel] [PATCH 2 of 3] Optionally link against libuuid if present Ryan Harper
2007-12-11 21:19 ` Filip Navara
2007-12-12 22:51 ` Fabrice Bellard
2008-01-03 19:55 ` Ryan Harper
2008-01-20 13:17 ` Filip Navara
2008-01-20 14:25 ` Paul Brook
2008-01-20 15:26 ` Filip Navara
2008-01-20 16:20 ` [kvm-devel] " Alexander Graf
2008-01-20 16:37 ` Filip Navara
2008-01-20 16:53 ` Alexander Graf
2008-01-20 17:01 ` Filip Navara
2007-12-11 21:21 ` Filip Navara
2007-12-11 20:08 ` [Qemu-devel] [PATCH 3 of 3] Add -uuid command line flag Ryan Harper
-- strict thread matches above, loose matches on Subject: below --
2007-12-07 20:45 [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.1197403730@localhost.localdomain \
--to=ryanh@us.ibm.com \
--cc=kvm-devel@lists.sourceforge.net \
--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).