qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0 of 3] Add SMBIOS/DMI table generation to PC machin


From: Ryan Harper
Subject: [Qemu-devel] [PATCH 0 of 3] Add SMBIOS/DMI table generation to PC machine
Date: Fri, 07 Dec 2007 14:45:51 -0600

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 <address@hidden>

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

[Prev in Thread] Current Thread [Next in Thread]