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 +

-------------------------------------------------------------------------
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
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to