diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:00 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:33 +0000 |
| commit | 9aba81d8eb048db908c94a3c40c25a5fde0caee6 (patch) | |
| tree | b765e7fb5e9a3c2143c68b0414e0055adb70e785 /results/classifier/118/socket/2584 | |
| parent | b89a938452613061c0f1f23e710281cf5c83cb29 (diff) | |
| download | qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip | |
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/socket/2584')
| -rw-r--r-- | results/classifier/118/socket/2584 | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/results/classifier/118/socket/2584 b/results/classifier/118/socket/2584 new file mode 100644 index 000000000..169df8524 --- /dev/null +++ b/results/classifier/118/socket/2584 @@ -0,0 +1,46 @@ +socket: 0.966 +debug: 0.866 +graphic: 0.816 +network: 0.728 +device: 0.684 +performance: 0.592 +semantic: 0.486 +hypervisor: 0.386 +kernel: 0.384 +i386: 0.350 +boot: 0.335 +virtual: 0.314 +vnc: 0.313 +register: 0.262 +x86: 0.229 +mistranslation: 0.223 +ppc: 0.202 +peripherals: 0.194 +permissions: 0.191 +KVM: 0.185 +PID: 0.179 +risc-v: 0.176 +VMM: 0.174 +files: 0.171 +architecture: 0.144 +user-level: 0.135 +arm: 0.123 +TCG: 0.103 +assembly: 0.054 + +nbd URI wrong export name (regression in qemu 9.1) +Description of problem: +qemu with an nbd URI seems to pass the wrong export name to the server, if the exportname is `.`. This seems +to be a regression in qemu 9.1, because it didn't happen in 9.0. +Steps to reproduce: +``` +$ nbdkit -fv -U - null --run 'qemu-img info "nbd+unix:///.?socket=$unixsocket"' +... +nbdkit: null[1]: debug: null: open readonly=0 exportname="" tls=0 +``` + +In qemu 9.0 this was correct: + +``` +nbdkit: null[1]: debug: null: open readonly=0 exportname="." tls=0 +``` |