]> Git Repo - qemu.git/commit - hw/i386/pc_q35.c
smbios: add smbios 3.0 support
authorWei Huang <[email protected]>
Mon, 7 Sep 2015 09:39:28 +0000 (10:39 +0100)
committerPeter Maydell <[email protected]>
Mon, 7 Sep 2015 09:39:28 +0000 (10:39 +0100)
commit86299120060f734a2f7c1137a46de0b8c78135b7
tree05219d7fd808878b8dbe9702d05f642e31ace097
parent8012c84ff92a36d05dfe61af9b24dd01a7ea25e4
smbios: add smbios 3.0 support

This patch adds support for SMBIOS 3.0 entry point. When caller invokes
smbios_set_defaults(), it can specify entry point as 2.1 or 3.0. Then
smbios_get_tables() will return the entry point table in right format.

Acked-by: Gabriel Somlo <[email protected]>
Tested-by: Gabriel Somlo <[email protected]>
Tested-by: Leif Lindholm <[email protected]>
Signed-off-by: Wei Huang <[email protected]>
Reviewed-by: Laszlo Ersek <[email protected]>
Message-id: 1440615870[email protected]
Signed-off-by: Peter Maydell <[email protected]>
hw/i386/pc_piix.c
hw/i386/pc_q35.c
hw/smbios/smbios.c
include/hw/smbios/smbios.h
tests/bios-tables-test.c
This page took 0.026975 seconds and 4 git commands to generate.