From: Jeremy Fitzhardinge Date: Wed, 18 Jul 2007 01:37:06 +0000 (-0700) Subject: xen: Add grant table support X-Git-Tag: v2.6.23-rc1~498^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad9a86121f5a374b48ce2924f8a9d7e94a04db27;p=pandora-kernel.git xen: Add grant table support Add Xen 'grant table' driver which allows granting of access to selected local memory pages by other virtual machines and, symmetrically, the mapping of remote memory pages which other virtual machines have granted access to. This driver is a prerequisite for many of the Xen virtual device drivers, which grant the 'device driver domain' restricted and temporary access to only those memory pages that are currently involved in I/O operations. Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Ian Pratt Signed-off-by: Christian Limpach Signed-off-by: Chris Wright --- Reading git-diff-tree failed