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_i386/host_missing/accel_missing/752 | |
| parent | e5634e2806195bee44407853c4bf8776f7abfa4f (diff) | |
| download | qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip | |
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_i386/host_missing/accel_missing/752')
| -rw-r--r-- | gitlab/issues_text/target_i386/host_missing/accel_missing/752 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gitlab/issues_text/target_i386/host_missing/accel_missing/752 b/gitlab/issues_text/target_i386/host_missing/accel_missing/752 deleted file mode 100644 index a9b99b34d..000000000 --- a/gitlab/issues_text/target_i386/host_missing/accel_missing/752 +++ /dev/null @@ -1,13 +0,0 @@ -vmmouse device gets attached twice, one without i8042 associated -Description of problem: -I'm developing [a driver for the VMware mouse device](https://github.com/NattyNarwhal/vmwmouse). I know this works properly on VMware, but I'm trying it in QEMU too. - -[My full notes](https://github.com/NattyNarwhal/vmwmouse/issues/1), but most relevant is: - -* a vmmouse instance gets initialized twice (confirmed in qtree), one with i8042 the first time, one without the second time -* the second vmmouse instance is the one receiving the events, passing them to the i8042 device's fake event handler -* obviously, a crash because ISAKBDDevice should never be null -Steps to reproduce: -1. Load VMware mouse driver -2. Move cursor (I recommend waiting until Windows loads before doing so, it is very easy to corrupt the guest filesystem if you do it while Windows is loading) -3. Crash |