summary refs log tree commit diff stats
path: root/results/classifier/108/socket/1837651
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/socket/1837651
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloademulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/108/socket/1837651')
-rw-r--r--results/classifier/108/socket/183765136
1 files changed, 0 insertions, 36 deletions
diff --git a/results/classifier/108/socket/1837651 b/results/classifier/108/socket/1837651
deleted file mode 100644
index 860b6400..00000000
--- a/results/classifier/108/socket/1837651
+++ /dev/null
@@ -1,36 +0,0 @@
-socket: 0.931
-performance: 0.775
-network: 0.766
-graphic: 0.712
-device: 0.659
-vnc: 0.598
-other: 0.597
-PID: 0.444
-permissions: 0.441
-debug: 0.426
-semantic: 0.408
-files: 0.399
-boot: 0.299
-KVM: 0.067
-
--netdev socket uses 100% cpu on Windows host
-
-On Windows hosts, any `-netdev socket` option (tcp listen, tcp connect, udp passing a fd) causes qemu to use 100% cpu. The guest still runs, but only sluggishly.
-
-A simple testcase is:
-
-> qemu-system-i386.exe -netdev socket,listen=:8000,id=n
-
-And, in another command prompt:
-
-> echo foo | nc.exe localhost 8000
-
-Where nc.exe is netcat.
-
-Tested on qemu 3.1 (from https://qemu.weilnetz.de/w64/) and 4.0 (self compiled).
-
-The QEMU project is currently considering to move its bug tracking to another system. For this we need to know which bugs are still valid and which could be closed already. Thus we are setting older bugs to "Incomplete" now.
-If you still think this bug report here is valid, then please switch the state back to "New" within the next 60 days, otherwise this report will be marked as "Expired". Or mark it as "Fix Released" if the problem has been solved with a newer version of QEMU already. Thank you and sorry for the inconvenience.
-
-[Expired for QEMU because there has been no activity for 60 days.]
-