From: Annie Li Date: Tue, 22 Nov 2011 01:58:06 +0000 (+0800) Subject: xen/granttable: Introducing grant table V2 stucture X-Git-Tag: v3.3-rc1~129^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f9f5a9588468cddeccc9146b86798492c7cd4f5;p=pandora-kernel.git xen/granttable: Introducing grant table V2 stucture This patch introduces new structures of grant table V2, grant table V2 is an extension from V1. Grant table is shared between guest and Xen, and Xen is responsible to do corresponding work for grant operations, such as: figure out guest's grant table version, perform different actions based on different grant table version, etc. Although full-page structure of V2 is different from V1, it play the same role as V1. Acked-by: Ian Campbell Signed-off-by: Annie Li Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed