qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2 v3] xenfb: rework xen vkbd backend


From: Owen Smith
Subject: [Qemu-devel] [PATCH 0/2 v3] xenfb: rework xen vkbd backend
Date: Wed, 26 Jul 2017 15:10:29 +0000

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

[Prev in Thread] Current Thread [Next in Thread]