summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/1391.toml
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1391.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/1391.toml36
1 files changed, 0 insertions, 36 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1391.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1391.toml
deleted file mode 100644
index 10686b69..00000000
--- a/gitlab/issues/target_missing/host_missing/accel_missing/1391.toml
+++ /dev/null
@@ -1,36 +0,0 @@
-id = 1391
-title = "virtio-blk: BDRV_REQ_REGISTERED_BUF optimization hint crashes on macOS"
-state = "opened"
-created_at = "2022-12-24T07:48:58.905Z"
-closed_at = "n/a"
-labels = ["Storage", "hostos: macOS"]
-url = "https://gitlab.com/qemu-project/qemu/-/issues/1391"
-host-os = "macOS 13.0.1"
-host-arch = "ARM64"
-qemu-version = "7.2.0"
-guest-os = "Ubuntu 22.04"
-guest-arch = "ARM64"
-description = """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."""
-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 = """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;
-    };
-}
-```"""