summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_missing/host_missing/accel_missing/1391
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
commit3e4c5a6261770bced301b5e74233e7866166ea5b (patch)
tree9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_missing/host_missing/accel_missing/1391
parente5634e2806195bee44407853c4bf8776f7abfa4f (diff)
downloadqemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz
qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/1391')
-rw-r--r--gitlab/issues_text/target_missing/host_missing/accel_missing/139128
1 files changed, 0 insertions, 28 deletions
diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/1391 b/gitlab/issues_text/target_missing/host_missing/accel_missing/1391
deleted file mode 100644
index b601002c7..000000000
--- a/gitlab/issues_text/target_missing/host_missing/accel_missing/1391
+++ /dev/null
@@ -1,28 +0,0 @@
-virtio-blk: BDRV_REQ_REGISTERED_BUF optimization hint crashes on macOS
-Description of problem:
-When using QEMU 7.2.0 on macOS with the virtio-blk drive, the process will exit and QMP shows a `BLOCK_IO_ERROR` event. This appears to be caused by this line: https://gitlab.com/qemu-project/qemu/-/blob/master/hw/block/virtio-blk.c#L405 introduced in https://gitlab.com/qemu-project/qemu/-/commit/baf422684d73c7bf38e2c18815e18d44fcf395b6
-
-Commenting that line out fixes the issue.
-Steps to reproduce:
-1. Run the QEMU command above with a Ubuntu 22.04 server ISO image.
-2. Follow the installer and try to get to the end.
-3. The process will crash before you can finish installing.
-Additional information:
-Following event appears on QMP:
-```
-{
-    data =     {
-        action = report;
-        device = "drive437EC806-41A4-4CCE-A747-713352E7C27C";
-        "node-name" = "#block785";
-        nospace = 0;
-        operation = write;
-        reason = "Invalid argument";
-    };
-    event = "BLOCK_IO_ERROR";
-    timestamp =     {
-        microseconds = 808474;
-        seconds = 1671867673;
-    };
-}
-```