]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virSysinfo: Introduce SMBIOS type 2 support
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 12 May 2015 14:47:49 +0000 (16:47 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 18 Jun 2015 08:10:26 +0000 (10:10 +0200)
commita9a27e602cf790a1513e9bb07f70acebc3d2fb3b
tree7b3692d77b7df556eb5f2be2607131d175c34f05
parentbeca509e437b51b68ff42494cc67919d306876ea
virSysinfo: Introduce SMBIOS type 2 support

https://bugzilla.redhat.com/show_bug.cgi?id=1220527

This type of information defines attributes of a system
baseboard. With one exception: board type is yet not implemented
in qemu so it's not introduced here either.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/libvirt_private.syms
src/qemu/qemu_command.c
src/util/virsysinfo.c
src/util/virsysinfo.h
tests/qemuxml2argvdata/qemuxml2argv-smbios-multiple-type2.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-smbios.args
tests/qemuxml2argvdata/qemuxml2argv-smbios.xml
tests/qemuxml2xmltest.c