]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: Use -machine accel=tcg|kvm when available
authorJiri Denemark <jdenemar@redhat.com>
Tue, 23 Apr 2013 14:17:08 +0000 (16:17 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 23 Apr 2013 19:19:35 +0000 (21:19 +0200)
commit6d4804858e114fb2f630d1b618be503683fbf320
tree4adb18f3816f410fa2a6d072728dd3c24af5b37e
parentcfe24c1a1867a223abc7cfe1cd94fc428b1280e0
qemu: Use -machine accel=tcg|kvm when available

This is a better interface to choose accelerator than guessing whether
we should enable or disable kvm to get the right one.
src/qemu/qemu_command.c
tests/qemuxml2argvdata/qemuxml2argv-kvm.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-kvm.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-machine-core-off.args
tests/qemuxml2argvdata/qemuxml2argv-machine-core-on.args
tests/qemuxml2argvdata/qemuxml2argv-machine-usb-opt.args
tests/qemuxml2argvtest.c