]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xen/pvh linux: Use ballooning to allocate grant table pages
authorMukesh Rathor <mukesh.rathor@oracle.com>
Fri, 1 Feb 2013 02:30:15 +0000 (18:30 -0800)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 6 Feb 2013 15:42:48 +0000 (10:42 -0500)
commit40f633eb0deffa3069bee0c971319118790765b3
treef7d170d6ad43eb6b06bd6678d2a6407333ab7846
parent62ae58ba5ebf9f55107bb4a09edafaaec7c79226
xen/pvh linux: Use ballooning to allocate grant table pages

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