Windows XP slow on Apple M1 Qemu installed by using brew install qemu -s on M1 QEMU emulator version 5.2.0 XP image from: https://archive.org/details/WinXPProSP3x86 Commands run: $ qemu-img create -f qcow2 xpsp3.img 10G $ qemu-system-i386 -m 512 -hda xpsp3.img -cdrom WinXPProSP3x86/en_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-73974.iso -boot d It's taken 3 days now with qemu running at around 94% CPU and installation hasn't finished. The mouse pointer moves and occasionally changes between the pointer and hourglass so it doesn't seem to have frozen. Is the install that slow on some other hardware (useful comparisons: x86 Mac; x86 Linux; AArch64 Linux) ? On 28/01/2021 10:33, Peter Maydell wrote: > Is the install that slow on some other hardware (useful comparisons: x86 > Mac; x86 Linux; AArch64 Linux) ? Could it be related to excess TLB flushing? Possible related bug report here: https://bugs.launchpad.net/qemu/+bug/1883593. ATB, Mark. Did you compile QEMU on your own? If so, which parameters did you use for the "configure" script? The bug report says: "Qemu installed by using brew install qemu -s on M1" so I think it's whatver options homebrew used: https://formulae.brew.sh/formula/qemu I just realised that I was using an x86 build of qemu on my M1. When I run the arm64 version I get "Could not allocate dynamic translator buffer" Try a newer version from git -- the patches to support emulation on the M1 only went into git very recently. (There are still some issues on this hardware with further patches on list and/or testsuite failures being investigated.) > On Jan 29, 2021, at 1:20 AM,