Re: [libvirt] [PATCH] virQEMUCapsArch: openrisc vs or32

2015-06-12 Thread Daniel P. Berrange
On Fri, Jun 12, 2015 at 03:49:13PM +0200, Michal Privoznik wrote: > With a few exceptions, we assume that qemu binary for given > architecture has form of qemu-system-$arch. Well, openrisc is yet > another exception. It's binary is called qemu-system-or32. > > Signed-off-by: Michal Privoznik > --

[libvirt] [PATCH] virQEMUCapsArch: openrisc vs or32

2015-06-12 Thread Michal Privoznik
With a few exceptions, we assume that qemu binary for given architecture has form of qemu-system-$arch. Well, openrisc is yet another exception. It's binary is called qemu-system-or32. Signed-off-by: Michal Privoznik --- src/qemu/qemu_capabilities.c | 4 1 file changed, 4 insertions(+) dif