diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/2584.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/2584.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/2584.toml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2584.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2584.toml new file mode 100644 index 00000000..049b368d --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/2584.toml @@ -0,0 +1,26 @@ +id = 2584 +title = "nbd URI wrong export name (regression in qemu 9.1)" +state = "closed" +created_at = "2024-09-22T19:38:48.529Z" +closed_at = "2024-09-24T07:55:57.930Z" +labels = [] +url = "https://gitlab.com/qemu-project/qemu/-/issues/2584" +host-os = "Fedora 42" +host-arch = "x86_64" +qemu-version = "qemu-img-9.1.0-2.fc42.x86_64" +guest-os = "n/a" +guest-arch = "n/a" +description = """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.""" +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 +```""" +additional = "n/a" |