QEMU 给出错误:设备需要 64mb(67108864 字节),块后端提供 4gb(4437121024 字节)

QEMU 给出错误:设备需要 64mb(67108864 字节),块后端提供 4gb(4437121024 字节)

当我运行此命令时: qemu-system-aarch64 -M virt,accel=hvf -device ramfb -cpu host -smp 8 -m 8G -device VGA,vgamem_mb=256 -device qemu-xhci -device usb-kbd -device usb-tablet -rtc base=localtime,clock=host -drive id=boot,if=none,file=/Users/brandon/windows.img,format=raw -drive file=windows.iso,format=raw,if=pflash,index=1 -bios ./QEMU_EFI.fd -device nvme,drive=boot,serial=boot -device ich9-intel-hda -device hda-duplex -device virtio-net,netdev=vmnic -netdev user,id=vmnic,我看到一条错误消息qemu-system-aarch64: device requires 67108864 bytes, block backend provides 4437121024 bytes: 。之前,我使用 .img 创建了一个大小为 64G 的名为 windows.img 的驱动器qemu-img create windows.img 64G。输出“格式化'windows.img',fmt =原始大小= 68719476736”。我目前使用的是最新版本的 macOS Ventura 和最新版本的 qemu-8.0。我正在运行带有arm64 Windows 11 iso和64GB磁盘映像的arm64机器。

相关内容