diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:07 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:17 +0200 |
| commit | 9260319e7411ff8281700a532caa436f40120ec4 (patch) | |
| tree | 2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_missing/host_missing/accel_missing/1193.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.tar.gz qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1193.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1193.toml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1193.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1193.toml deleted file mode 100644 index 917ab0698..000000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/1193.toml +++ /dev/null @@ -1,24 +0,0 @@ -id = 1193 -title = "io_uring / iothread regression 7.1.0" -state = "closed" -created_at = "2022-09-04T21:43:28.056Z" -closed_at = "2022-10-31T10:11:49.427Z" -labels = ["Storage", "workflow::Triaged"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/1193" -host-os = "Arch Linux" -host-arch = "x86_64" -qemu-version = "7.1.0" -guest-os = "All" -guest-arch = "x86-64" -description = """After upgrading to 7.1.0, some of my libvirt VM's failed to boot. I have narrowed down the issue to the combination of: - -- io_uring -- iothread""" -reproduce = """1. set up a VM with iothread and io_uring -2. try to boot and watch it "hang"""" -additional = """Here's the relevant command line from the libvirt log: -``` --blockdev '{"driver":"file","filename":"/mnt/data/VMs/Arch-Linux-x86_64-basic.qcow2","aio":"io_uring","node-name":"libvirt-1-storage","auto-read-only":true,"discard":"unmap"}' \\ --blockdev '{"node-name":"libvirt-1-format","read-only":false,"driver":"qcow2","file":"libvirt-1-storage","backing":null}' \\ --device '{"driver":"virtio-blk-pci","iothread":"iothread1","bus":"pci.4","addr":"0x0","drive":"libvirt-1-format","id":"virtio-disk0","bootindex":1 }' \\ -```""" |