diff options
author | Mukesh Rathor <mukesh.rathor@oracle.com> | 2013-12-31 12:41:27 -0500 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2014-01-06 10:44:05 -0500 |
commit | 4e44e44b0bd25bc4ed23232f06fc7275f1e4e38d (patch) | |
tree | d76f4a107980e19e5abb6eefd6434cbfe594f3da /CREDITS | |
parent | b621e157ba48fb7d36945405de68c5fa25e7b73c (diff) |
xen/pvh: MMU changes for PVH (v2)
.. which are surprisingly small compared to the amount for PV code.
PVH uses mostly native mmu ops, we leave the generic (native_*) for
the majority and just overwrite the baremetal with the ones we need.
At startup, we are running with pre-allocated page-tables
courtesy of the tool-stack. But we still need to graft them
in the Linux initial pagetables. However there is no need to
unpin/pin and change them to R/O or R/W.
Note that the xen_pagetable_init due to 7836fec9d0994cc9c9150c5a33f0eb0eb08a335a
"xen/mmu/p2m: Refactor the xen_pagetable_init code." does not
need any changes - we just need to make sure that xen_post_allocator_init
does not alter the pvops from the default native one.
Signed-off-by: Mukesh Rathor <mukesh.rathor@oracle.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions