summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/network/2584
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/network/2584')
-rw-r--r--results/classifier/deepseek-2-tmp/output/network/258417
1 files changed, 0 insertions, 17 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/network/2584 b/results/classifier/deepseek-2-tmp/output/network/2584
deleted file mode 100644
index f650c1c2a..000000000
--- a/results/classifier/deepseek-2-tmp/output/network/2584
+++ /dev/null
@@ -1,17 +0,0 @@
-
-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
-```