]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Ignore CPU features without a model for host-passthrough
authorJán Tomko <jtomko@redhat.com>
Fri, 5 Dec 2014 13:03:58 +0000 (14:03 +0100)
committerJán Tomko <jtomko@redhat.com>
Thu, 11 Dec 2014 11:03:36 +0000 (12:03 +0100)
commit15abebdecb35308ddd4d2967efa6dffa4842fac9
treee563591f578fcd71c9f5b18182a133544e86eeb0
parentdd324bb2703b9cf619c521b2a04f186cd9734f0a
Ignore CPU features without a model for host-passthrough

This fixes reverting to snapshots created by older libvirt
and allows libvirt not to lose track of a domain that
has this in its live status XML (such as a domain
restored from managedsave)

https://bugzilla.redhat.com/show_bug.cgi?id=1030793
https://bugzilla.redhat.com/show_bug.cgi?id=1151885
src/conf/cpu_conf.c
tests/qemuxml2argvdata/qemuxml2argv-cpu-host-passthrough-features-invalid.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cpu-host-passthrough-features-invalid.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c