summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_missing/host_missing/accel_missing/1841
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/1841
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/1841')
-rw-r--r--gitlab/issues_text/target_missing/host_missing/accel_missing/184112
1 files changed, 0 insertions, 12 deletions
diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/1841 b/gitlab/issues_text/target_missing/host_missing/accel_missing/1841
deleted file mode 100644
index c18cb8e00..000000000
--- a/gitlab/issues_text/target_missing/host_missing/accel_missing/1841
+++ /dev/null
@@ -1,12 +0,0 @@
-qemu version with 7.2.5 or earlier than 7.2.5 with nvme disk has  I/O QID 22 timeout, Aborting errors
-Description of problem:
-When I use the 7.2.5 version of qemu or versions earlier than 7.2.5 to compile and start the virtual machine, the machine has an nvme disk which is SAMSUNG MZQL23T8HCLS-00B7C and passed through by VFIO. When i use fio to perform pressure test on the nvme disk in vm, dmesg shows message like this nvme nvme0: I/O QID 22 timeout, Aborting, the picture below shows its details. Howerver, when i use 8.0.0 version of qemu to compile and start vm, and using fio to perform pressure test on the nvme disk in vm, it does not have the problem like that. I have using different kernel version, however, the probelem persists, so i think this is not a kernel issue, but a qemu problem.
-
-
-if the irqbalance is running in vm, the problem happens very often, however if the irqbalance is stopped, the problem disappear.
-
-![image](/uploads/180a13da3a29032e4f07f5eb83da959c/image.png)
-Steps to reproduce:
-1. using the 7.2.5 or versions earlier than 7.2.5 and start vm which has an nvme disk 
-2. the nvme disk is passed through by VFIO
-3. using FIO to perform pressure test on the nvme disk in vm