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 <[EMAIL PROTECTED]>

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 +


Reply via email to