Description of problem: Please extend the support for SMBIOS in Qemu for smbios type 2 ( Baseboard/Module ) as described in Page # 34 of DMTF standard document v3.0.0 here : http://www.dmtf.org/sites/default/files/standards/documents/DSP0134_3.0.0.pdf Version-Release number of selected component (if applicable): libvirt 1.2.15 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Patches proposed upstream: https://www.redhat.com/archives/libvir-list/2015-May/msg00362.html
Another try: https://www.redhat.com/archives/libvir-list/2015-June/msg00564.html
I've pushed the firt part: commit a9a27e602cf790a1513e9bb07f70acebc3d2fb3b Author: Michal Privoznik <mprivozn> AuthorDate: Tue May 12 16:47:49 2015 +0200 Commit: Michal Privoznik <mprivozn> CommitDate: Thu Jun 18 10:10:26 2015 +0200 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> v1.2.16-203-ga9a27e6
sounds like this is fixed