qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0 of 3] Add SMBIOS/DMI table generation to PC machine
@ 2007-12-11 20:08 Ryan Harper
  2007-12-11 20:08 ` [Qemu-devel] [PATCH 1 of 3] export SMBIOS/DMI tables to PC machines Ryan Harper
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Ryan Harper @ 2007-12-11 20:08 UTC (permalink / raw)
  To: qemu-devel; +Cc: kvm-devel

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 

^ permalink raw reply	[flat|nested] 16+ messages in thread
* [Qemu-devel] [PATCH 0 of 3] Add SMBIOS/DMI table generation to PC machine
@ 2007-12-07 20:45 Ryan Harper
  2007-12-07 20:45 ` [Qemu-devel] [PATCH 1 of 3] export SMBIOS/DMI tables to PC machines Ryan Harper
  0 siblings, 1 reply; 16+ messages in thread
From: Ryan Harper @ 2007-12-07 20:45 UTC (permalink / raw)
  To: qemu-devel

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 +

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2008-01-20 17:01 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-11 20:08 [Qemu-devel] [PATCH 0 of 3] Add SMBIOS/DMI table generation to PC machine Ryan Harper
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
2007-12-07 20:45 ` [Qemu-devel] [PATCH 1 of 3] export SMBIOS/DMI tables to PC machines Ryan Harper

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).