Hi, This patch series makes qemu generate smbios tables for 2.1 & newer machine types. Most patches are created by Gabriel L. Somlo. For the new machine type I've picked mst's patch though, so git should have an easier job sorting things in case the same thing comes in through another branch.
please pull, Gerd The following changes since commit e2da502c003b9a91b4aea7684959192bd07c1f1d: Merge remote-tracking branch 'remotes/otubo/seccomp' into staging (2014-04-28 14:14:35 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-smbios-1 for you to fetch changes up to 3b17c3b4b58b4528e9097ac5d40b7b70060a1016: SMBIOS: Build aggregate smbios tables and entry point (2014-04-29 13:48:48 +0200) ---------------------------------------------------------------- smbios: make qemu generate smbios tables. ---------------------------------------------------------------- Gabriel L. Somlo (6): E820: Add interface for accessing e820 table SMBIOS: Rename symbols to better reflect future use SMBIOS: Update header file definitions SMBIOS: Use macro to set smbios defaults SMBIOS: Use bitmaps to prevent incompatible comand line options SMBIOS: Build aggregate smbios tables and entry point Michael S. Tsirkin (1): pc: add 2.1 machine type hw/i386/pc.c | 39 ++- hw/i386/pc_piix.c | 44 ++- hw/i386/pc_q35.c | 38 ++- hw/i386/smbios.c | 789 +++++++++++++++++++++++++++++++++++++++++++---- include/hw/i386/pc.h | 2 + include/hw/i386/smbios.h | 99 ++++-- 6 files changed, 902 insertions(+), 109 deletions(-)