]> git.baikalelectronics.ru Git - kernel.git/commit
xen/pvh: Update E820 to work with PVH (v2)
authorMukesh Rathor <mukesh.rathor@oracle.com>
Fri, 13 Dec 2013 18:02:58 +0000 (13:02 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 6 Jan 2014 15:44:13 +0000 (10:44 -0500)
commit776f8c009cce5817fce5a0f4edd7399f8dad0541
tree769c296bcd52c6789b991eda94af42d5ec4c053a
parentb43a060fbdc856cd959d98333fada2f68dd469db
xen/pvh: Update E820 to work with PVH (v2)

In xen_add_extra_mem() we can skip updating P2M as it's managed
by Xen. PVH maps the entire IO space, but only RAM pages need
to be repopulated.

Signed-off-by: Mukesh Rathor <mukesh.rathor@oracle.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Reviewed-by: David Vrabel <david.vrabel@citrix.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
arch/x86/xen/setup.c