On Wed, Feb 19, 2020 at 02:09:03PM +0100, Jiri Denemark wrote:
This patch show a bug in our code: the <model
vendor_id="Libvirt QEMU"/>
s/show/shows/
element present in the source XML is lost when the parsed CPU
definition
is formatted back to XML.
https://bugzilla.redhat.com/show_bug.cgi?id=1804549
Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
---
.../cpu-host-model-vendor.xml | 28 +++++++++++++++++++
tests/qemuxml2xmltest.c | 1 +
2 files changed, 29 insertions(+)
create mode 100644 tests/qemuxml2xmloutdata/cpu-host-model-vendor.xml
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano