This repository was archived by the owner on Jan 28, 2023. It is now read-only.

Description
I'm trying to load Ubuntu bionic cloud image with QEmu and HAX acceleration.
Usually the image loads correctly, while once HAX is enabled the boot hangs without any details.
QEMU version: v4.1.0-11789-g013a2ecf4f-dirty
QEMU command line: qemu-system-x86_64 -d guest_errors -m 1024 -drive file=cloud_image.qcow2,if=virtio -no-acpi -no-hpet -display gtk -boot c -drive file=cloud-init.iso,media=cdrom -serial stdio -machine accel=hax
OS Host: Windows 10 64bit : Hyper-V disabled (VT support -- yes; NX support -- yes)
OS Guest: Linux 4.15.0-72-generic #81-Ubuntu x86_64
On output I just see: "HAX is working and emulator runs in fast virt mode." and nothing more.