Re: [Qemu-devel] [PATCH v2] handle device help before accelerator set up

2012-08-09 Thread Blue Swirl
Thanks, applied. On Thu, Aug 9, 2012 at 6:47 PM, Bruce Rogers wrote: > A command line device probe using just -device "?" gets processed > after qemu-kvm initializes the accelerator. If /dev/kvm is not > present, the accelerator check will fail (kvm is defaulted to on), > which causes libvirt to

[Qemu-devel] [PATCH v2] handle device help before accelerator set up

2012-08-09 Thread Bruce Rogers
A command line device probe using just -device "?" gets processed after qemu-kvm initializes the accelerator. If /dev/kvm is not present, the accelerator check will fail (kvm is defaulted to on), which causes libvirt to not be set up to handle qemu guests. Moving the device help handling before th