[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1300198274-1325-1-git-send-email-konrad.wilk@oracle.com>
Date: Tue, 15 Mar 2011 10:11:11 -0400
From: Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>
To: linux-kernel@...r.kernel.org,
Jeremy Fitzhardinge <jeremy@...p.org>,
Dmitry Torokhov <dmitry.torokhov@...il.com>
Cc: xen-devel@...ts.xensource.com,
Konrad Rzeszutek Wilk <konrad@...nel.org>,
Stefano Stabellini <stefano.stabellini@...citrix.com>,
Ian Campbell <Ian.Campbell@...rix.com>, dgdegra@...ho.nsa.gov
Subject: [PATCH] Add grant references for fbfront/kbdfront
This patchset is proposed for 2.6.39.
The patchset description from:
http://lists.colo.xensource.com/archives/html/xen-devel/2011-03/msg00381.html
This series fixes the interface for the fbfront and kbdfront devices,
which were storing MFNs in xenstore rather than creating grant table
entries. To maintain backwards compatibility, a different xenstore key
is used (page-gref instead of page-ref) and the use of grants must be
requested for fbfront (because two levels of page references are
embedded within the shared page). This makes it possible to move a
display server out of dom0 without giving the display domain full access
to other domain's memory.
Changes since v1:
Updated xenstore key to "feature-grants"
Updated frontend patch has been sent to qemu-devel.
drivers/input/xen-kbdfront.c | 39 +++++++++----
drivers/video/xen-fbfront.c | 126 ++++++++++++++++++++++++++++++++++-------
2 files changed, 132 insertions(+), 33 deletions(-)
Daniel De Graaf (3):
xen-fbfront: Read width/height from backend
xen-kbdfront: Add grant reference for shared page
xen-fbfront: Use grant references when requested
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists