On Thu, 21 Feb 2019 at 14:20, Auger Eric <eric.au...@redhat.com> wrote: > My qemu cmd line is: > > qemu-system-aarch64 -M virt,gic-version=3 -cpu host -smp 2 -m 4G > -display none --enable-kvm -serial tcp:localhost:4444,server -qmp > unix:/home/augere/TEST/QEMU/qmp-sock,server,nowait -device > virtio-blk-pci,bus=pcie.0,scsi=off,drive=drv0,id=virtio-disk0,bootindex=1,werror=stop,rerror=stop > -drive > file=aarch64-vm0-rhel-alt-7.6.qcow2,format=qcow2,if=none,cache=writethrough,id=drv0 > -device virtio-net-pci,bus=pcie.0,netdev=nic0,mac=6a:f5:10:b1:3d:d2 > -netdev > tap,id=nic0,script=/home/augere/TEST/SCRIPTS/qemu-ifup,downscript=/home/augere/TEST/SCRIPTS/qemu-ifdown > -bios > /home/augere/UPSTREAM/edk2/Build/ArmVirtQemu-AARCH64/DEBUG_GCC5/FV/QEMU_EFI.fd > -net none -d guest_errors
Does the bug still occur if you get rid of all the network/disk related command line options here (hopefully it does, to reduce the size of the test case) ? Can you provide the QEMU_EFI.fd ? thanks -- PMM