From: John Haxby <john.haxby@oracle.com>
To: xen-devel@lists.xensource.com
Subject: [Patch 0/2] Fix request-abs-pointer (again)
Date: Wed, 7 Jul 2010 14:40:00 +0100 [thread overview]
Message-ID: <1278510002-20735-1-git-send-email-john.haxby@oracle.com> (raw)
A little while ago, Jeremy Fitzhardinge has a problem that was preventing
request-abs-pointer from being honoured. A simple fix for this in
805ed3b20492d2f4bb465bfda65cedd286e23209 actually turned out to be wrong.
Konrad Rzeszutek Wilk and Stefano Stabellini suggested a different
approach: introduce a new hook in xen_backend that, if defined, is called
when the frontend is connected. The first of these two patches does just
that (the old connect hook is now called "initialise" and the new hook is
called "connected"). The second patch uses this to set up the pointer at
the right time. I haven't been able to test this in a Xen 4.0
environment, but it works properly in a Xen 3.4 environment.
jch
next reply other threads:[~2010-07-07 13:40 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-07 13:40 John Haxby [this message]
2010-07-07 13:40 ` [PATCH 1/2] Introduce a new 'connected' xendev op called when Connected John Haxby
2010-07-07 16:40 ` Stefano Stabellini
2010-07-07 13:40 ` [PATCH 2/2] Move the xenfb pointer handler to the connected method John Haxby
2010-07-07 16:41 ` Stefano Stabellini
2010-07-07 15:55 ` [Patch 0/2] Fix request-abs-pointer (again) Konrad Rzeszutek Wilk
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=1278510002-20735-1-git-send-email-john.haxby@oracle.com \
--to=john.haxby@oracle.com \
--cc=xen-devel@lists.xensource.com \
/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).