Re: qemu arm virt64 hangs

2020-01-14 Thread Lucas Stach
Hi Wesley, Am Dienstag, den 14.01.2020, 12:36 -0500 schrieb Wesley Chow: > hi all! > > 64 bit virt doesn't appear to be working. > > $ ARCH=arm CROSS_COMPILE=/usr/bin/aarch64-linux-gnu- make > qemu_virt64_defconfig > ... > $ qemu-system-aarch64 -M virt -cpu cortex-a57 -nographic -kernel >

qemu arm virt64 hangs

2020-01-14 Thread Wesley Chow
hi all! 64 bit virt doesn't appear to be working. $ ARCH=arm CROSS_COMPILE=/usr/bin/aarch64-linux-gnu- make qemu_virt64_defconfig ... $ qemu-system-aarch64 -M virt -cpu cortex-a57 -nographic -kernel barebox (qemu hangs) I see here that at some point aarch64 had issues, but do these remain