: Use the qemu-img tool to create a dynamically expanding disk: qemu-img create -f qcow2 win10_arm.qcow2 64 G Use code with caution. Copied to clipboard

qemu-system-aarch64 \ -M virt \ -cpu cortex-a57 \ -m 4G \ -bios QEMU_EFI.fd \ -device virtio-blk-device,drive=hd0 \ -drive if=none,file=windows10-arm.qcow2,id=hd0 \ -device virtio-gpu-pci \ -cdrom win10arm.iso

Key features: