All of lore.kernel.org
 help / color / mirror / Atom feed
From: Owen smith <owen.smith@citrix.com>
To: qemu-devel@nongnu.org
Cc: stefano.stabellini@eu.citrix.com,
	Owen smith <owen.smith@citrix.com>,
	xen-devel@lists.xen.org
Subject: [Qemu-devel] [PATCH 0/3] xenfb: Add support for Windows PV frontend
Date: Wed, 10 Sep 2014 14:42:23 +0100	[thread overview]
Message-ID: <1410356546-22264-1-git-send-email-owen.smith@citrix.com> (raw)

This patch series contains improvments for the Xen vkbd backend
to support a Windows PV frontend mouse and keyboard. This allows 
VNC connections to have an absolute pointer without the USB tablet
device enabled, and any unneccessary polling associated with the USB
devices.

This patch series contains the following patches

1-2) Fixes to the vkbd device model
3) Adds a feature to not scale axes to DisplaySurface size

Owen smith (3):
  xenfb: Unregister keyboard event handler correctly
  xenfb: Add option to use grant ref instead of mfn for shared page.
  xenfb: Add "feature-no-abs-rescale" for Windows PV frontend

 hw/display/xenfb.c | 104 +++++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 77 insertions(+), 27 deletions(-)

-- 
2.1.0

WARNING: multiple messages have this Message-ID (diff)
From: Owen smith <owen.smith@citrix.com>
To: qemu-devel@nongnu.org
Cc: stefano.stabellini@eu.citrix.com,
	Owen smith <owen.smith@citrix.com>,
	xen-devel@lists.xen.org
Subject: [PATCH 0/3] xenfb: Add support for Windows PV frontend
Date: Wed, 10 Sep 2014 14:42:23 +0100	[thread overview]
Message-ID: <1410356546-22264-1-git-send-email-owen.smith@citrix.com> (raw)

This patch series contains improvments for the Xen vkbd backend
to support a Windows PV frontend mouse and keyboard. This allows 
VNC connections to have an absolute pointer without the USB tablet
device enabled, and any unneccessary polling associated with the USB
devices.

This patch series contains the following patches

1-2) Fixes to the vkbd device model
3) Adds a feature to not scale axes to DisplaySurface size

Owen smith (3):
  xenfb: Unregister keyboard event handler correctly
  xenfb: Add option to use grant ref instead of mfn for shared page.
  xenfb: Add "feature-no-abs-rescale" for Windows PV frontend

 hw/display/xenfb.c | 104 +++++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 77 insertions(+), 27 deletions(-)

-- 
2.1.0

             reply	other threads:[~2014-09-10 13:43 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-10 13:42 Owen smith [this message]
2014-09-10 13:42 ` [PATCH 0/3] xenfb: Add support for Windows PV frontend Owen smith
2014-09-10 13:42 ` [Qemu-devel] [PATCH 1/3] xenfb: Unregister keyboard event handler correctly Owen smith
2014-09-10 13:42   ` Owen smith
2014-09-11  0:33   ` Stefano Stabellini
2014-09-11  0:33   ` [Qemu-devel] " Stefano Stabellini
2014-09-11 11:32     ` Owen Smith
2014-09-11 11:32     ` [Qemu-devel] " Owen Smith
2014-09-10 13:42 ` [Qemu-devel] [PATCH 2/3] xenfb: Add option to use grant ref for shared page Owen smith
2014-09-10 13:42   ` Owen smith
2014-09-11  1:01   ` Stefano Stabellini
2014-09-11  1:01   ` [Qemu-devel] " Stefano Stabellini
2014-09-11 11:33     ` Owen Smith
2014-09-11 18:01       ` Stefano Stabellini
2014-09-11 18:01       ` [Qemu-devel] " Stefano Stabellini
2014-09-11 11:33     ` Owen Smith
2014-09-10 13:42 ` [Qemu-devel] [PATCH 3/3] xenfb: Add "feature-no-abs-rescale" for Windows PV frontend Owen smith
2014-09-10 13:42   ` Owen smith
2014-09-11  1:23   ` [Qemu-devel] " Stefano Stabellini
2014-09-11 11:34     ` Owen Smith
2014-09-11 11:34     ` [Qemu-devel] " Owen Smith
2014-09-11 18:04       ` Stefano Stabellini
2014-09-11 18:04       ` [Qemu-devel] " Stefano Stabellini
2014-09-29 12:20     ` [Qemu-devel] [Xen-devel] " Ian Campbell
2014-09-29 12:20       ` Ian Campbell
2014-09-11  1:23   ` 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=1410356546-22264-1-git-send-email-owen.smith@citrix.com \
    --to=owen.smith@citrix.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=xen-devel@lists.xen.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.