diff options
Diffstat (limited to 'results/classifier/118/socket/1923692')
| -rw-r--r-- | results/classifier/118/socket/1923692 | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/results/classifier/118/socket/1923692 b/results/classifier/118/socket/1923692 new file mode 100644 index 00000000..a728a362 --- /dev/null +++ b/results/classifier/118/socket/1923692 @@ -0,0 +1,46 @@ +socket: 0.872 +network: 0.800 +device: 0.733 +architecture: 0.480 +mistranslation: 0.439 +vnc: 0.352 +graphic: 0.346 +semantic: 0.345 +files: 0.341 +risc-v: 0.327 +arm: 0.323 +i386: 0.314 +boot: 0.305 +ppc: 0.303 +virtual: 0.293 +PID: 0.271 +kernel: 0.267 +register: 0.256 +x86: 0.255 +peripherals: 0.200 +VMM: 0.188 +permissions: 0.180 +debug: 0.156 +TCG: 0.155 +hypervisor: 0.136 +KVM: 0.116 +performance: 0.096 +assembly: 0.058 +user-level: 0.037 + +qemu 5.2.0: Add reconnect option support for netdev socket + +Most of qemu socket accepting options (such as chardev) accept among other things a "reconnect" option. + +netdev socket however returns: Invalid parameter 'reconnect' + +It would make sense that available options for socket links be at least partially normalized (also see issue https://bugs.launchpad.net/qemu/+bug/1903470 which was closed without resolution). + + +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/323 + + |