[libvirt] [PATCH 0/3] Introduce yet another type to SMBIOS

Michal Privoznik mprivozn at redhat.com
Tue May 12 14:56:21 UTC 2015


The specification is here:

http://www.dmtf.org/sites/default/files/standards/documents/DSP0134_3.0.0.pdf

The first two patches rework the code a bit, and the last one adds something
useful.

Michal Privoznik (3):
  virSysinfoDef: Exempt BIOS variables
  virSysinfoDef: Exempt SYSTEM variables
  virSysinfo: Introduce SMBIOS type 2 support

 docs/formatdomain.html.in                       |  37 +-
 docs/schemas/domaincommon.rng                   |  24 ++
 src/conf/domain_conf.c                          | 252 ++++++++---
 src/libvirt_private.syms                        |   3 +
 src/qemu/qemu_command.c                         | 112 +++--
 src/util/virsysinfo.c                           | 528 +++++++++++++++++++-----
 src/util/virsysinfo.h                           |  51 ++-
 tests/qemuxml2argvdata/qemuxml2argv-smbios.args |   2 +
 tests/qemuxml2argvdata/qemuxml2argv-smbios.xml  |   9 +
 9 files changed, 804 insertions(+), 214 deletions(-)

-- 
2.3.6




More information about the libvir-list mailing list