A followup to
https://www.redhat.com/archives/libvir-list/2017-November/msg00720.html
The QEMU patch is now merged (for next 2.12 release).
Since v2:
- Remove redundant error message report
- Split QEMU from XML parts of patch
Daniel P. Berrange (2):
conf: add support for setting OEM strings SMBIOS data fields
qemu: add support for generating SMBIOS OEM strings command line
docs/formatdomain.html.in | 13 ++++++++++
docs/schemas/domaincommon.rng | 9 +++++++
src/conf/domain_conf.c | 47 +++++++++++++++++++++++++++++++++++++
src/qemu/qemu_command.c | 28 ++++++++++++++++++++++
src/util/virsysinfo.c | 33 ++++++++++++++++++++++++++
src/util/virsysinfo.h | 10 ++++++++
tests/qemuxml2argvdata/smbios.args | 2 ++
tests/qemuxml2argvdata/smbios.xml | 5 ++++
tests/qemuxml2xmloutdata/smbios.xml | 5 ++++
9 files changed, 152 insertions(+)
--
2.14.3