THE HARD WAY i) Download and extract latest qemu wget https://download.qemu.org/qemu-6.2.0.tar.xz unxz qemu-6.2.0.tar.xz tar -xpvf qemu-6.2.0.tar ii) Apply latest patch cat ../qemuv6.patch | patch -p1 (Fix up a few minor rejected hunks, few files moved, have extra lines etc) iii) Build ../qemu_configure make -j12 THE EASY WAY (There is now an all in one archive - this is stale) extract this to /media/fat on mister tar -zxpvf qemu_system_test_6.1.tar.gz to start cpu run qemu_system_test/go to quit cpu type quit enter (There is a script on mister forum to do this automatically) NB: Needs kernel module and custom core