Qemu after v5.0.0 breaks macos guests
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
QEMU |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
The Debian Sid 5.0-6 qemu-kvm package can no longer get further than the Clover bootloader whereas 5.0-6 and earlier worked fine.
So I built qemu master from github and it has the same problem, whereas git tag v5.0.0 (or 4.2.1) does not, so something between v5.0.0 release and the last few days has caused the problem.
Here's my qemu script, pretty standard macOS-Simple-KVM setup on a Xeon host:
qemu-system-x86_64 \
-enable-kvm \
-m 4G \
-machine q35,accel=kvm \
-smp 4,sockets=
-cpu
Penryn,
\
-device
isa-applesmc,
\
-smbios type=2 \
-drive if=pflash,
-drive if=pflash,
-vga qxl \
-device ich9-ahci,id=sata \
-drive id=ESP,
-device ide-hd,
-drive id=InstallMedia
-device ide-hd,
-drive id=SystemDisk,
-device ide-hd,
-usb -device usb-kbd -device usb-mouse
Perhaps something has changed in Penryn support recently, as that's required for macos?
See also https:/
Also on a related note, kernel 5.6/5.7 (on Debian) hard crashes the host when I try GPU passthrough on macos, whereas Ubuntu20/Win10 work fine - as does 5.5 kernel.
See also https:/
CVE References
no longer affects: | debian |
Is this not the place to report qemu bugs?