We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4053b6 commit fdfb99eCopy full SHA for fdfb99e
env/darwin/aws/qemu.sh
@@ -23,9 +23,10 @@ args=(
23
-cpu host
24
-machine q35
25
-usb -device usb-kbd -device usb-tablet
26
- # macOS only likes a power-of-two number of cores, but odd socket count is
27
- # fine.
28
- -smp cpus=6,sockets=3,cores=2,threads=1
+ # QEMU scales poorly with CPU count on macOS (see
+ # https://go.dev/issue/48945#issuecomment-1378850381). Increasing CPU count
+ # also increases boot time.
29
+ -smp cpus=4
30
-device usb-ehci,id=ehci
31
-device nec-usb-xhci,id=xhci
32
-global nec-usb-xhci.msi=off
0 commit comments