summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/kvm/1917161
blob: e889ea468e1614f507c1910f5acfcb00d9ed8c3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Parameter 'type' expects a netdev backend type

When using QEMU on an M1 Mac with Mac OS 11.1, I see this error message when trying to enable networking for a guest:

Parameter 'type' expects a netdev backend type

Example command:
qemu-system-i386 -m 700 -hda <Windows XP HD file> -netdev user,id=n0 -device rtl8139,netdev=n0

What should happen is networking should work when issuing the above command. What actually happens is QEMU exits immediately.