xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Owen Smith <owen.smith@citrix.com>
To: qemu-devel@nongnu.org
Cc: anthony.perard@citrix.com, xen-devel@lists.xenproject.org,
	sstabellini@kernel.org, Owen Smith <owen.smith@citrix.com>
Subject: [PATCH 0/2 v3] xenfb: rework xen vkbd backend
Date: Wed, 26 Jul 2017 15:10:29 +0000	[thread overview]
Message-ID: <1501081831-9587-1-git-send-email-owen.smith@citrix.com> (raw)

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


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

             reply	other threads:[~2017-07-26 15:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-26 15:10 Owen Smith [this message]
2017-07-26 15:10 ` [PATCH 1/2 v3] xenfb: Use Input Handlers directly Owen Smith
2017-08-21 23:12   ` Stefano Stabellini
2017-08-23  9:11     ` Owen Smith
2017-09-07 14:56     ` Anthony PERARD
2017-09-20 17:15       ` Stefano Stabellini
2017-07-26 15:10 ` [PATCH 2/2 v3] xenfb: Add [feature|request]-raw-pointer Owen Smith
2017-08-21 23:13   ` Stefano Stabellini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1501081831-9587-1-git-send-email-owen.smith@citrix.com \
    --to=owen.smith@citrix.com \
    --cc=anthony.perard@citrix.com \
    --cc=qemu-devel@nongnu.org \
    --cc=sstabellini@kernel.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).