diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-30 12:24:58 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-30 12:27:06 +0000 |
| commit | 33606b41d35115f887ea688b1a16f2ff85bf2fe4 (patch) | |
| tree | 406b2c7b19a087ba437c68f3dbf0b589fa1d6150 /results/scraper/launchpad-without-comments/1832877 | |
| parent | adedf8771bc4de3113041ca21bd4d0d1c0014b6a (diff) | |
| download | emulator-bug-study-33606b41d35115f887ea688b1a16f2ff85bf2fe4.tar.gz emulator-bug-study-33606b41d35115f887ea688b1a16f2ff85bf2fe4.zip | |
add launchpad bug reports without comments
Diffstat (limited to 'results/scraper/launchpad-without-comments/1832877')
| -rw-r--r-- | results/scraper/launchpad-without-comments/1832877 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1832877 b/results/scraper/launchpad-without-comments/1832877 new file mode 100644 index 00000000..a86c7995 --- /dev/null +++ b/results/scraper/launchpad-without-comments/1832877 @@ -0,0 +1,29 @@ +qemu-bridge-helper undocumented and broken + +qemu output: + +access denied by acl file +qemu-system-ppc64: bridge helper failed + +Option description: + + -netdev bridge,id=id[,br=bridge][,helper=helper] + Connect a host TAP network interface to a host bridge device. + + Use the network helper helper to configure the TAP interface and attach it to the bridge. The default network + helper executable is /path/to/qemu-bridge-helper and the default bridge device is br0. + + Examples: + + #launch a QEMU instance with the default network helper to + #connect a TAP device to bridge br0 + qemu-system-i386 linux.img -netdev bridge,id=n1 -device virtio-net,netdev=n1 + + + + #launch a QEMU instance with the default network helper to + #connect a TAP device to bridge qemubr0 + qemu-system-i386 linux.img -netdev bridge,br=qemubr0,id=n1 -device virtio-net,netdev=n1 + + +What is the acl file? What is the interface to qemu-bridge-helper? \ No newline at end of file |