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/2388.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/2388.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/2388.toml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2388.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2388.toml deleted file mode 100644 index 9c0f71424..000000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/2388.toml +++ /dev/null @@ -1,27 +0,0 @@ -id = 2388 -title = "NVMe SQ processing gets stuck when IO queue size is small (for example 4)" -state = "closed" -created_at = "2024-06-12T21:21:02.609Z" -closed_at = "2024-11-08T14:46:11.812Z" -labels = ["block:NVMe"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/2388" -host-os = "Fedora Linux 37 (Workstation Edition)" -host-arch = "x86_64" -qemu-version = "QEMU emulator version 9.0.50 (v9.0.0-1388-g80e8f06021-dirty)" -guest-os = "OSv" -guest-arch = "x86_64" -description = "n/a" -reproduce = """1. Get OSv repo with the NVMe driver and build OSv with the 'Hello World' example: -``` -git clone https://github.com/wkozaczuk/osv.git -cd osv -git checkout nvme_refined -git submodule update --init --recursive -./scripts/setup.py -./scripts/build image=native-example fs=zfs -j$(nproc) -``` -2. Run OSv with NVme on and point to your version of QEMU built with tracing enabled: -``` -./scripts/run.py --qemu-path /home/wkozaczuk/projects/qemu/build/qemu-system-x86_64 --nics=0 --nvme -c 1 --pass-arg "--trace pci_nvme_*" -```""" -additional = """I am adding both full QEMU logs with NVMe tracing enabled and diff of my changes to QEMU code to add extra logging.""" |