Re: [libvirt] [PATCH 2/2] qemu: Use -machine accel=tcg|kvm when available

2013-04-23 Thread Daniel P. Berrange
On Tue, Apr 23, 2013 at 05:11:55PM +0200, Jiri Denemark wrote: > 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| 141 > - > tests/qemuxml

[libvirt] [PATCH 2/2] qemu: Use -machine accel=tcg|kvm when available

2013-04-23 Thread Jiri Denemark
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| 141 - tests/qemuxml2argvdata/qemuxml2argv-kvm.args | 4 + tests/qemuxml2argvdata/qemuxm