summaryrefslogtreecommitdiffstats
path: root/results/classifier/108/none/1832877
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
commitdee4dcba78baf712cab403d47d9db319ab7f95d6 (patch)
tree418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/108/none/1832877
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloademulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/108/none/1832877')
-rw-r--r--results/classifier/108/none/183287769
1 files changed, 0 insertions, 69 deletions
diff --git a/results/classifier/108/none/1832877 b/results/classifier/108/none/1832877
deleted file mode 100644
index 42df5ef5..00000000
--- a/results/classifier/108/none/1832877
+++ /dev/null
@@ -1,69 +0,0 @@
-network: 0.473
-device: 0.375
-graphic: 0.334
-permissions: 0.311
-semantic: 0.243
-files: 0.235
-performance: 0.199
-socket: 0.183
-PID: 0.180
-boot: 0.145
-vnc: 0.086
-other: 0.085
-debug: 0.079
-KVM: 0.045
-
-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?
-
-Also this is what bridge.conf contains:
-
-# Access control file for qemu bridge helper
-# Syntax consists of:
-# # comment (ignored)
-# allow all
-# allow <bridge_name>
-# deny all
-# deny <bridge_name>
-# include /path/to/additional/ACL/file
-# Users are blacklisted by default and 'deny' takes precedence over 'allow'.
-# Including additional ACL files allows file access permissions to be used as
-# a component of the policy to allow access or deny access to specific bridges.
-
-How are users specified? Or is the mention of users bogus?
-
-
-This is an automated cleanup. This bug report has been moved to QEMU's
-new bug tracker on gitlab.com and thus gets marked as 'expired' now.
-Please continue with the discussion here:
-
- https://gitlab.com/qemu-project/qemu/-/issues/177
-
-