« Previous | Next » 

Revision 70a5f682

ID70a5f682f34c04d13164eb0d55241b7378f02030

Added by Peter Maydell over 10 years ago

configure: Enable KVM for aarch64 host/target combination

Enable KVM if the host and target CPU are both aarch64. Note
that host aarch64 + target arm is not valid for KVM acceleration:
the 64 bit kernel does not support the ioctl interface for
32 bit CPUs. 32 bit VMs on 64 bit hosts need to be created
using the 64 bit ioctl interface; when QEMU supports this it
will be on the arch64-softmmu target with a -cpu parameter for
a 32 bit CPU, which is still an aarch64/aarch64 combination
as far as configure is concerned.

Signed-off-by: Peter Maydell <>
Message-id:
Reviewed-by: Christoffer Dall <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences