From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48670) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRiBQ-0001LV-Fi for qemu-devel@nongnu.org; Wed, 10 Sep 2014 09:43:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XRiBI-0000XA-5T for qemu-devel@nongnu.org; Wed, 10 Sep 2014 09:43:40 -0400 Received: from smtp.citrix.com ([66.165.176.89]:19074) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRiBI-0000Wt-1q for qemu-devel@nongnu.org; Wed, 10 Sep 2014 09:43:32 -0400 From: Owen smith Date: Wed, 10 Sep 2014 14:42:23 +0100 Message-ID: <1410356546-22264-1-git-send-email-owen.smith@citrix.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH 0/3] xenfb: Add support for Windows PV frontend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: stefano.stabellini@eu.citrix.com, Owen smith , xen-devel@lists.xen.org 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Owen smith Subject: [PATCH 0/3] xenfb: Add support for Windows PV frontend Date: Wed, 10 Sep 2014 14:42:23 +0100 Message-ID: <1410356546-22264-1-git-send-email-owen.smith@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: qemu-devel@nongnu.org Cc: stefano.stabellini@eu.citrix.com, Owen smith , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org 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