On 28 April 2016 at 07:03, RAVINDRA KUMAR SANDE <[email protected]> wrote: > I have another query, for Arm32 host with KVM enabled. > I see that "qemu-system-arm -enable-kvm -machine vexpress-a9 ..." gives > error > kmv_init_vcpu (IOCtl on /dev/kvm) failed, guest not supported. > > Is there any way to emulate vexpress-a9 with -enable-kvm on qemu ?
No. You can only emulate a CPU of the same type as the host you're using, and the vexpress-a9 must use a Cortex-A9 CPU, so it can't be used under virtualization. thanks -- PMM
