]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: Add support for host CPU modes
authorJiri Denemark <jdenemar@redhat.com>
Wed, 21 Dec 2011 12:47:17 +0000 (13:47 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 17 Jan 2012 11:22:19 +0000 (12:22 +0100)
commite7201afdf7648a3c2c654218a651ae8c967aa789
treea7bd2438d28a1047ee2493c20cc9c764b5252556
parentc8506d66620e55ae1d79ca94fb15230409e139eb
qemu: Add support for host CPU modes

This adds support for host-model and host-passthrough CPU modes to qemu
driver. The host-passthrough mode is mapped to -cpu host.
17 files changed:
src/libvirt_private.syms
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
src/qemu/qemu_command.c
tests/qemuhelptest.c
tests/qemuxml2argvdata/qemu-lib.sh [new file with mode: 0644]
tests/qemuxml2argvdata/qemu-supported-cpus.sh [new file with mode: 0755]
tests/qemuxml2argvdata/qemu.sh
tests/qemuxml2argvdata/qemuxml2argv-cpu-host-model-fallback.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cpu-host-model-fallback.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cpu-host-model-nofallback.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cpu-host-model.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cpu-host-model.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cpu-host-passthrough.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cpu-host-passthrough.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cpu-qemu-host-passthrough.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c