Re: [libvirt] [PATCH] qemu: Set arch to i686 if qemu-system-i386 is found

2012-10-18 Thread Guido Günther
On Thu, Oct 18, 2012 at 09:34:17PM -0600, Eric Blake wrote: > On 10/18/2012 05:24 PM, Guido Günther wrote: > > If we can't probe the architecture from QMP we parse the architecture > > from the qemu binaries name. This results in the architecture being i386 > > instead of i686 which then results in

Re: [libvirt] [PATCH] qemu: Set arch to i686 if qemu-system-i386 is found

2012-10-18 Thread Eric Blake
On 10/18/2012 05:24 PM, Guido Günther wrote: > If we can't probe the architecture from QMP we parse the architecture > from the qemu binaries name. This results in the architecture being i386 > instead of i686 which then results in QEMU_CAPS_PCI_MULTIBUS being unset > which gives a broken qemu comm

[libvirt] [PATCH] qemu: Set arch to i686 if qemu-system-i386 is found

2012-10-18 Thread Guido Günther
If we can't probe the architecture from QMP we parse the architecture from the qemu binaries name. This results in the architecture being i386 instead of i686 which then results in QEMU_CAPS_PCI_MULTIBUS being unset which gives a broken qemu command line. This probably didn't show up earlier since