summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_missing/host_missing/accel_KVM/849
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_KVM/849
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_KVM/849')
-rw-r--r--gitlab/issues_text/target_missing/host_missing/accel_KVM/84922
1 files changed, 0 insertions, 22 deletions
diff --git a/gitlab/issues_text/target_missing/host_missing/accel_KVM/849 b/gitlab/issues_text/target_missing/host_missing/accel_KVM/849
deleted file mode 100644
index 4e70ea93e..000000000
--- a/gitlab/issues_text/target_missing/host_missing/accel_KVM/849
+++ /dev/null
@@ -1,22 +0,0 @@
-High mouse polling rate stutters some applications
-Description of problem:
-There are couple of instances where moving the mouse would slow down some applications, especially for games
-
-https://www.reddit.com/r/VFIO/comments/ect3sd/having_an_issue_with_my_vm_where_games_stutter/
-
-https://www.reddit.com/r/VFIO/comments/n9hwtg/game_fps_drop_on_mouse_input/
-
-https://www.reddit.com/r/VFIO/comments/ln1uwb/evdev_mouse_passthrough_with_1000hz_mouse_causes/
-
-https://www.reddit.com/r/VFIO/comments/se92rq/looking_for_advice_on_poor_gpu_passthrough/
-
-I myself included, is impacted by this mysterious issue, I'm not pretty sure whether this is related to VFIO or QEMU or both, but I'm definitely sure this is a kind of regression in between since I had no such issue before.
-Steps to reproduce:
-1. Do a GPU passthrough
-2. Get a mouse capable of outputting high polling rate like 1000Hz, usually they are categorized as gaming mouses
-3. Start any 3D applications, including stuff like Unreal Engine 4 Editor or any games
-4. See mysterious stuttering
-Additional information:
-I'm using an AMD Ryzen 7 3700X CPU as the host, but I have made scripts that pins CPU to the VM to get better performance speculatively by putting the threads on the same CCX to minimize memory latency as much as possible. This alleviated some terrible lag, but not by much. (like 11 FPS to 20 FPS if you move your mouse which is still crappy compared to 90+ FPS when static)
-
-I suspect there is something wrong with the USB subsystem.