virtio: avoid implicit use of Linux page size in balloon interface
authorHollis Blanchard <hollisb@us.ibm.com>
Thu, 13 Nov 2008 21:48:33 +0000 (15:48 -0600)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 29 Dec 2008 22:56:04 +0000 (09:26 +1030)
Make the balloon interface always use 4K pages, and convert Linux pfns if
necessary. This patch assumes that Linux's PAGE_SHIFT will never be less than
12.

Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (modified)

No differences found