On 10/09/2013 10:13 AM, Daniel P. Berrange wrote:
On Tue, Oct 08, 2013 at 07:19:05PM +0530, Pranavkumar Sawargaonkar
wrote:
> This patchset extends libvirt for AArch64 (armv8a).
>
> All patches have been tested on APM X-Gene SoC and we are able
> to run libvirtd on APM X-Gene SOC and spawn VMs remotely using
> virsh and virt-manager.
What is the state of QEMU support for AArch64 ? I see various
patches in GIT related to AArch64, but no aarch64-softmmu
emulator binary appears to be created.
Daniel
I think the current aarch64 support in qemu is for running on an aarch64 machine.
But there's patches posted for everything else: build qemu-system-aarch64,
aarch64 emulation, and aarch64 kvm. The qemu-system-aarch64 bit may land
before everything else actually, but it won't be much different from
qemu-system-arm.
- Cole