summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1917161
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/launchpad-without-comments/1917161')
-rw-r--r--results/scraper/launchpad-without-comments/191716110
1 files changed, 10 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1917161 b/results/scraper/launchpad-without-comments/1917161
new file mode 100644
index 00000000..5315ab46
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1917161
@@ -0,0 +1,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.
\ No newline at end of file