summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1917161
blob: 5315ab46a5e0b01d062ffe6df66ee07fa40d2c6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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.