summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_missing/host_missing/accel_missing/1018
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/1018
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/1018')
-rw-r--r--gitlab/issues_text/target_missing/host_missing/accel_missing/101823
1 files changed, 0 insertions, 23 deletions
diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/1018 b/gitlab/issues_text/target_missing/host_missing/accel_missing/1018
deleted file mode 100644
index 77835c67f..000000000
--- a/gitlab/issues_text/target_missing/host_missing/accel_missing/1018
+++ /dev/null
@@ -1,23 +0,0 @@
-virtio-scsi-pci with iothread results in 100% CPU in qemu 7.0.0
-Description of problem:
-Top reports constant 100% host CPU usage by `qemu-system-x86`. I have narrowed the issue down to the following section of the config:
-```
-        -object iothread,id=t0 \
-        -device virtio-scsi-pci,iothread=t0,num_queues=4 \
-```
-If this is replaced by
-```
-        -device virtio-scsi-pci \
-```
-Then CPU usage is normal (near 0%). 
-
-This problem doesn't appear with qemu 6.2.0 where CPU usage is near 0% even with iothread in the qemu options.
-Steps to reproduce:
-1. Download Kubuntu 22.04 LTS ISO (https://cdimage.ubuntu.com/kubuntu/releases/22.04/release/kubuntu-22.04-desktop-amd64.iso),
-2. Create a root virtual drive for the guest with 'qemu-img create -f qcow2 -o cluster_size=4k kubuntu.img 256G',
-3. Start the guest with the config given above,
-4. Connect to the guest (using spicy for example, password 'p'), select "try kubuntu" in grub menu AND later in the GUI, let it boot to plasma desktop, monitor host CPU usage using 'top'.
-
-(there could be a faster way to reproduce it)
-Additional information:
-