diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-01 21:35:14 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-01 21:35:14 +0200 |
| commit | 3e4c5a6261770bced301b5e74233e7866166ea5b (patch) | |
| tree | 9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_missing/host_missing/accel_missing/1888 | |
| parent | e5634e2806195bee44407853c4bf8776f7abfa4f (diff) | |
| download | qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip | |
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/1888')
| -rw-r--r-- | gitlab/issues_text/target_missing/host_missing/accel_missing/1888 | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/1888 b/gitlab/issues_text/target_missing/host_missing/accel_missing/1888 deleted file mode 100644 index d91223c4a..000000000 --- a/gitlab/issues_text/target_missing/host_missing/accel_missing/1888 +++ /dev/null @@ -1,12 +0,0 @@ -megasas: Buffer I/O error on dev sda / critical target error, dev sda, sector 0 op 0x0:(READ) -Description of problem: -Since QEMU 7.2.0 when using `megasas` device the guest kernel is unable to I/O with the device (Input/output error) also producing errors messages in `dmesg` like these: -``` -[ 18.739344] critical target error, dev sda, sector 0 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2 -[ 18.739925] Buffer I/O error on dev sda, logical block 0, async page read -[ 18.740374] Dev sda: unable to read RDB block 0 -``` - -Relevant options are: `-device megasas -blockdev driver=null-co,read-zeroes=on,node-name=null -device scsi-hd,drive=null` then in guest `modprobe megaraid-sas`. With qcow2 images - errors are the same. - -I also tested that the same commands produce no errors on QEMU 6.0.0 - 7.1.0. |