These patches are intended to allow PV frontends, like the Windows
frontend to use the backend provided by Qemu. The Windows frontend(1)
requires absolute mouse coordinates in a fixed range, which is not
possible under HVM guests, where the vfb and Qemu console is not
guaranteed to be available or report constant dimmensions.

(1) git://xenbits.xen.org/pvdrivers/win/xenvkbd.git

Fixes since v2:
  Rebased to master
  Reworked the input handler callbacks, simplifying the state
    tracking and input event mapping.

Owen Smith (2):
  xenfb: Use Input Handlers directly
  xenfb: Add [feature|request]-raw-pointer

 hw/display/xenfb.c | 412 +++++++++++++++++++++++++++++++++--------------------
 1 file changed, 258 insertions(+), 154 deletions(-)

-- 
2.1.4


Reply via email to