libvirt/src/qemu
Steve Yarmie b827338a72 qemu-kvm needs -enable-kvm flag for VT optimization
Recent qemu releases require command option '-enable-qemu' in order
for the kvm functionality be activated. Libvirt needs to pass this flag
to qemu when starting a domain. Note that without the option,
even if both the kernel and qemu support KVM, KVM will not be activated
and VMs will be very slow.

* src/qemu/qemu_conf.h src/qemu/qemu_conf.c: parse the extra command
  line option from help and add it when running kvm
* tests/qemuhelptest.c: this modified the flags output for qemu-0.10.5
  and qemu-kvm-0.11.0-rc2 regression tests
2009-11-20 15:41:05 +01:00
..
libvirtd_qemu.aug Move config files to align with driver sources 2009-09-21 14:41:45 +01:00
qemu_bridge_filter.c Removes the ebtablesSaveRules() function 2009-11-09 15:30:15 +01:00
qemu_bridge_filter.h add MAC address based port filtering to qemu 2009-11-03 23:44:48 +01:00
qemu_conf.c qemu-kvm needs -enable-kvm flag for VT optimization 2009-11-20 15:41:05 +01:00
qemu_conf.h qemu-kvm needs -enable-kvm flag for VT optimization 2009-11-20 15:41:05 +01:00
qemu_driver.c Ensure driver lock is released when entering QEMU monitor 2009-11-18 17:04:33 +00:00
qemu_driver.h Move QEMU driver to src/qemu/ 2009-09-21 14:41:43 +01:00
qemu_monitor_text.c Fix typo in error message 2009-11-17 12:18:39 +01:00
qemu_monitor_text.h Fully asynchronous monitor I/O processing 2009-11-10 13:27:18 +00:00
qemu_monitor.c Fix incorrect reference counting logic in qemu monitor open 2009-11-13 15:10:55 +00:00
qemu_monitor.h Fully asynchronous monitor I/O processing 2009-11-10 13:27:18 +00:00
qemu.conf disable mac_filter config switch by default 2009-11-11 13:02:57 +01:00
test_libvirtd_qemu.aug Move config files to align with driver sources 2009-09-21 14:41:45 +01:00
THREADS.txt Release driver and domain lock when running monitor commands 2009-11-10 13:27:18 +00:00