public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0 of 3] Add SMBIOS/DMI table generation to PC machine
@ 2007-12-11 20:08 Ryan Harper
       [not found] ` <patchbomb.1197403730-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Ryan Harper @ 2007-12-11 20:08 UTC (permalink / raw)
  To: qemu-devel-qX2TKyscuCcdnm+yROfE0A
  Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

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-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>

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 

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php

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

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-11 20:08 [PATCH 0 of 3] Add SMBIOS/DMI table generation to PC machine Ryan Harper
     [not found] ` <patchbomb.1197403730-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2007-12-11 20:08   ` [PATCH 1 of 3] export SMBIOS/DMI tables to PC machines Ryan Harper
2007-12-11 20:08   ` [PATCH 2 of 3] Optionally link against libuuid if present Ryan Harper
2007-12-11 21:19     ` Filip Navara
     [not found]       ` <5b31733c0712111319s2109e935o19c9d51d091a4056-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-01-03 19:55         ` [Qemu-devel] " Ryan Harper
     [not found]           ` <20080103195542.GT23913-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2008-01-20 13:17             ` Filip Navara
     [not found]               ` <5b31733c0801200517m166d35aencd4a4233d5ac09cc-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-01-20 16:20                 ` Alexander Graf
     [not found]                   ` <CA9EF1A7-B046-4EF0-8DD2-0DB33F3F2042-r27SGEef+tmzQB+pC5nmwQ@public.gmane.org>
2008-01-20 16:37                     ` Filip Navara
     [not found]                       ` <5b31733c0801200837u2425876dyd2b05a565b7eb023-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-01-20 16:53                         ` Alexander Graf
     [not found]                           ` <EB2C2C51-0654-4872-98EC-F8EB4497CCAA-r27SGEef+tmzQB+pC5nmwQ@public.gmane.org>
2008-01-20 17:01                             ` Filip Navara
2007-12-11 21:21     ` Filip Navara
2007-12-11 20:08   ` [PATCH 3 of 3] Add -uuid command line flag Ryan Harper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox