Re: [libvirt] [PATCH 3/3] qemu: caps: Advertise arm 32-on-64 KVM option

2015-06-08 Thread Cole Robinson
On 06/08/2015 04:46 AM, Daniel P. Berrange wrote: On Sat, Jun 06, 2015 at 07:06:42PM -0400, Cole Robinson wrote: On 05/28/2015 07:31 AM, Daniel P. Berrange wrote: On Thu, May 21, 2015 at 07:03:28PM -0400, Cole Robinson wrote: We need to use qemu-system-aarch64 to run armv7l KVM VMs on an

Re: [libvirt] [PATCH 3/3] qemu: caps: Advertise arm 32-on-64 KVM option

2015-06-08 Thread Daniel P. Berrange
On Sat, Jun 06, 2015 at 07:06:42PM -0400, Cole Robinson wrote: On 05/28/2015 07:31 AM, Daniel P. Berrange wrote: On Thu, May 21, 2015 at 07:03:28PM -0400, Cole Robinson wrote: We need to use qemu-system-aarch64 to run armv7l KVM VMs on an aarch64 host. --- src/qemu/qemu_capabilities.c

Re: [libvirt] [PATCH 3/3] qemu: caps: Advertise arm 32-on-64 KVM option

2015-06-06 Thread Cole Robinson
On 05/28/2015 07:31 AM, Daniel P. Berrange wrote: On Thu, May 21, 2015 at 07:03:28PM -0400, Cole Robinson wrote: We need to use qemu-system-aarch64 to run armv7l KVM VMs on an aarch64 host. --- src/qemu/qemu_capabilities.c | 42 ++ 1 file changed, 22

Re: [libvirt] [PATCH 3/3] qemu: caps: Advertise arm 32-on-64 KVM option

2015-05-28 Thread Daniel P. Berrange
On Thu, May 21, 2015 at 07:03:28PM -0400, Cole Robinson wrote: We need to use qemu-system-aarch64 to run armv7l KVM VMs on an aarch64 host. --- src/qemu/qemu_capabilities.c | 42 ++ 1 file changed, 22 insertions(+), 20 deletions(-) diff --git

[libvirt] [PATCH 3/3] qemu: caps: Advertise arm 32-on-64 KVM option

2015-05-21 Thread Cole Robinson
We need to use qemu-system-aarch64 to run armv7l KVM VMs on an aarch64 host. --- src/qemu/qemu_capabilities.c | 42 ++ 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/src/qemu/qemu_capabilities.c b/src/qemu/qemu_capabilities.c index