]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Allow enabling/disabling features with host-passthrough
authorMartin Kletzander <mkletzan@redhat.com>
Mon, 5 Jan 2015 16:03:58 +0000 (17:03 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 13 Jan 2015 07:51:01 +0000 (08:51 +0100)
commitadff345e1ec9a6f528731ae40168a76b8e7620e0
tree9de9c0bc6b725140462233a747e7f5e16cfc61cd
parentf7a30375bd672986a0e670ea33038e7b9c728e03
qemu: Allow enabling/disabling features with host-passthrough

QEMU supports feature specification with -cpu host and we just skip
using that.  Since QEMU developers themselves would like to use this
feature, this patch modifies the code to work.

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

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/cpu_conf.c
src/qemu/qemu_command.c
tests/qemuxml2argvdata/qemuxml2argv-cpu-host-passthrough-features-invalid.args [deleted file]
tests/qemuxml2argvdata/qemuxml2argv-cpu-host-passthrough-features-invalid.xml [deleted file]
tests/qemuxml2argvdata/qemuxml2argv-cpu-host-passthrough-features.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cpu-host-passthrough-features.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/qemuxml2xmltest.c