summaryrefslogtreecommitdiffstats
path: root/results/classifier/118/network/1574327
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/118/network/1574327
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloademulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/118/network/1574327')
-rw-r--r--results/classifier/118/network/157432750
1 files changed, 0 insertions, 50 deletions
diff --git a/results/classifier/118/network/1574327 b/results/classifier/118/network/1574327
deleted file mode 100644
index 521e8f4c..00000000
--- a/results/classifier/118/network/1574327
+++ /dev/null
@@ -1,50 +0,0 @@
-x86: 0.995
-network: 0.940
-architecture: 0.884
-device: 0.849
-performance: 0.842
-mistranslation: 0.786
-graphic: 0.732
-ppc: 0.689
-vnc: 0.612
-semantic: 0.571
-files: 0.539
-permissions: 0.514
-kernel: 0.511
-socket: 0.504
-boot: 0.469
-TCG: 0.460
-PID: 0.457
-arm: 0.455
-register: 0.451
-user-level: 0.395
-debug: 0.379
-VMM: 0.357
-peripherals: 0.341
-hypervisor: 0.322
-virtual: 0.316
-risc-v: 0.284
-KVM: 0.139
-assembly: 0.043
-i386: 0.009
-
-qemu-system-x86_64 -net nic,model=help outputs to stderr instead of std
-
-qemu-system-x86_64 -net nic,model=help
-
-output comes to stderr instead of std
-
-
-qemu-system-x86_64 -net nic,model=help -> stdout
-qemu-system-x86_64 -machine help -> stdout
-qemu-system-x86_64 -cpu help -> stdout
-
-as of https://github.com/qemu/qemu/blob/044d65525f6ac2093042ae18dbf8c1300b5c1c18/net/net.c#L831
-
-I run qemu 2.5 on x86_64
-
-kind regards
-
-Finally fixed here:
-https://git.qemu.org/?p=qemu.git;a=commitdiff;h=7b71e03af98fd7b5e1
-