]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xen/pvh: Use ballooning to allocate grant table pages [v2]
authorMukesh Rathor <mukesh.rathor@oracle.com>
Wed, 13 Feb 2013 15:09:35 +0000 (10:09 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 13 Feb 2013 15:20:53 +0000 (10:20 -0500)
commit4488096bd51f2559263dfb097c968a6864036eea
tree1d977ff61ea246ae8f3e8098573e5f43150c9f01
parent31661d1e13c67119da5f683f9327c27c8801411a
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>
drivers/xen/grant-table.c