Re: [PATCH v1 00/14] tests/vm: Add support for aarch64 VMs

2020-02-07 Thread Alex Bennée
Robert Foley writes: > This is version 1 of the patch series to > add support for 2 aarch64 VMs. > - Ubuntu 18.04 aarch64 VM > - CentOS 8 aarch64 VM Testing under TCG with: make vm-build-ubuntu.aarch64 V=1 QEMU=aarch64-softmmu/qemu-system-aarch64 I'm seeing it hang:

[PATCH v1 00/14] tests/vm: Add support for aarch64 VMs

2020-02-05 Thread Robert Foley
This is version 1 of the patch series to add support for 2 aarch64 VMs. - Ubuntu 18.04 aarch64 VM - CentOS 8 aarch64 VM Changes in version 1 - Added environment variable QEMU_LOCAL=1 which means use the appropriate QEMU binary from the current build. - Improved support of aarch64 VMs to