WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] RFC: drop frontend support for relative pointer

To: Markus Armbruster <armbru@xxxxxxxxxx>
Subject: Re: [Xen-devel] RFC: drop frontend support for relative pointer
From: Jean Guyader <jean.guyader@xxxxxxxxx>
Date: Mon, 12 Oct 2009 19:02:28 +0100
Cc: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>, "Daniel P. Berrange" <berrange@xxxxxxxxxx>, Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Delivery-date: Mon, 12 Oct 2009 11:02:53 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=U/lXXVvJfvvG/fzmSZog961HUy2z3vOk0+k4GU/c7lc=; b=Gul1zE1xbj1/l6F6Z9MWIMnqAXJvyz3/aKcKNE5WXUDIOWkBwDf1EX7tzewzdUSP0R BL0Zf5y0bMxPLeoVwND2+YYZRMkJeQ6ZHVqWNkbu3h0Fr2oZAxn4XsxbPamvV+eBj5UT SZLV+wB4ZE8XOjcuBC/mGU4+iGORIOit/8hoA=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=H5ni94YHiqML8HprWGtvqJ11rin1ZAe/sxZFVg6BKk4Ng1602DRtTW7ZDNI4fyI733 OIx6k2KNNx5ORYXUpDW1osn5zSC7bBEcZ0eMSCmHRt0nnC/YNfWWpD0Vjww0NVqLacWi HmIwyPOscFpysYpo5Cqv3c60d2lLALKPGJNdE=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <87skduoxbo.fsf@xxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <87vdirw2d8.fsf@xxxxxxxxxxxxxxxxx> <alpine.DEB.2.00.0910071829490.25583@kaball-desktop> <20091007200124.GD2270@xxxxxxxxxx> <alpine.DEB.2.00.0910081221070.11437@kaball-desktop> <87skduoxbo.fsf@xxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
2009/10/8 Markus Armbruster <armbru@xxxxxxxxxx>:
> Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> writes:
>
>> On Wed, 7 Oct 2009, Daniel P. Berrange wrote:
>>> That's good to know - stubdom was one area I was concerned about. To the
>>> best of my knowledge the only backend that ever sent relative mouse events
>>> was the old PVFB we had in Fedora 6 which was the original code before
>>> the eventual merge into official xen-devel trees. So official repos have
>>> always defaulted to absolute mode.  Hopefully no one out there has gone
>>> and re-implemented the PVFB backend in any other fork of Xen and dropped
>>> ABS mode or made REL the default ???
>>>
>>> IMHO if ABS mode is able to work correctly, then there's absolutely no
>>> benefit in having a REL mode at all, so its best deleted / removed.
>>
>> I guess keeping around unused code doesn't make much sense but I was just
>> being cautious, given that for example XCI is currently using relative
>> coordinates so they are not dead just yet.
>
> Just to avoid misunderstandings:
>
> * Does XCI set feature-abs-pointer in xenstore?
>
> * If it does, does it read request-abs-pointer from xenstore?
>
> * Under what circumstances (if any) does it send XENKBD_TYPE_MOTION, and
>  under what circumstances (if any) does it send XENKBD_TYPE_POS?
>

Hi,

I just checked and we have feature-abs-pointer and request-abs-pointer
set to 1 xenstore.
The function we use to inject mouse/keyboard event in the guess is
kbd_mouse_event and it works with xenkbd.

Jean

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>