[PATCH 00/10] PS/2 controller related fixes

Volker Rümelin posted 10 patches 2 years, 11 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/aed90d92-4e34-6f33-005f-10cf176e5483@t-online.de
There is a newer version of this series
hw/input/pckbd.c | 293 ++++++++++++++++++++++++++++++++++-------------
hw/input/ps2.c   |  11 +-
2 files changed, 223 insertions(+), 81 deletions(-)
[PATCH 00/10] PS/2 controller related fixes
Posted by Volker Rümelin 2 years, 11 months ago
This patch series fixes two different PS/2 mouse stream corruptions
and adds a feature that allows some old misbehaving DOS programs to
have a working keyboard. With the last few patches, the PS/2 con-
troller behaves more like a real controller.

Volker Rümelin (10):
   ps2: fix mouse stream corruption
   ps2: don't raise an interrupt if queue is full
   ps2: don't deassert irq twice if queue is empty
   pckbd: split out interrupt line changing code
   pckbd: don't update OBF flags if KBD_STAT_OBF is set
   pckbd: PS/2 keyboard throttle
   pckbd: add state variable for interrupt source
   pckbd: add controller response queue
   pckbd: correctly disable PS/2 communication
   pckbd: remove duplicated keyboard and mouse defines

  hw/input/pckbd.c | 293 ++++++++++++++++++++++++++++++++++-------------
  hw/input/ps2.c   |  11 +-
  2 files changed, 223 insertions(+), 81 deletions(-)

-- 
2.26.2