]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xen/pvh: Use ballooning to allocate grant table pages [v2]
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 4 Mar 2013 15:34:03 +0000 (10:34 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 4 Mar 2013 15:37:01 +0000 (10:37 -0500)
commitc417722b9109e856f2e228d7e58be5f69765c311
tree9e55f486a1d56c3fc4a22ac608214fd73396a39d
parent929ae465247fd2746e564238c605d9002b80fe91
xen/pvh: Use ballooning to allocate grant table pages [v2]

This patch fixes a fixme in Linux to use alloc_xenballooned_pages() to
allocate pfns for grant table pages instead of kmalloc. This also
simplifies add to physmap on the xen side a bit.

Signed-off-by: Mukesh Rathor <mukesh.rathor@oracle.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
[v1: Rebase on xen/grant-table: correctly initialize grant table version 1]
drivers/xen/grant-table.c