[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v5 0/5] pvh/dom0/shadow/amd fixes
The remaining set of patches contain changes to the p2m code that could affect HVM guests. Note that without those changes a PVH dom0 running on AMD hardware will be unable to create guests. Overall the patches are a nice cleanup to the handling of p2m_ioreq_server and p2m_map_foreign types IMO. The series can also be found at: git://xenbits.xen.org/people/royger/xen.git fixes-v5 Thanks, Roger. Roger Pau Monne (5): x86/p2m: pass the p2m to write_p2m_entry handlers x86/mm: split p2m ioreq server pages special handling into helper p2m: change write_p2m_entry to return an error code x86/mm: handle foreign mappings in p2m_entry_modify npt/shadow: allow getting foreign page table entries xen/arch/x86/mm/hap/hap.c | 17 ++++- xen/arch/x86/mm/hap/nested_hap.c | 4 +- xen/arch/x86/mm/p2m-ept.c | 106 ++++++--------------------- xen/arch/x86/mm/p2m-pt.c | 118 ++++++++++++++++++------------- xen/arch/x86/mm/paging.c | 12 ++-- xen/arch/x86/mm/shadow/common.c | 18 ++++- xen/arch/x86/mm/shadow/none.c | 7 +- xen/arch/x86/mm/shadow/private.h | 6 +- xen/include/asm-x86/p2m.h | 62 +++++++++++++++- xen/include/asm-x86/paging.h | 9 +-- 10 files changed, 204 insertions(+), 155 deletions(-) -- 2.17.2 (Apple Git-113) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |