]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xen/granttable: Introducing grant table V2 stucture
authorAnnie Li <annie.li@oracle.com>
Tue, 22 Nov 2011 01:58:06 +0000 (09:58 +0800)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 2 Feb 2012 19:06:01 +0000 (14:06 -0500)
commit99864ff3b03782d635d632b037db98de4e2f08d5
tree3461c2903973ada8956f15184b51682506a330f6
parent5de2b14e3fdd19756a390b141d2d06d4a1be75ec
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 <ian.campbell@citrix.com>
Signed-off-by: Annie Li <annie.li@oracle.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/grant-table.c
drivers/xen/grant-table.c
include/xen/grant_table.h
include/xen/interface/grant_table.h
include/xen/interface/xen.h