[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 1/3] x86: request page table page-in for the correct domain
The domain passed to p2m_mem_paging_populate() should match the one passed to the corresponding get_page_from_gfn(). Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> --- a/xen/arch/x86/mm.c +++ b/xen/arch/x86/mm.c @@ -3287,7 +3287,7 @@ long do_mmu_update( if ( p2m_is_paged(p2mt) ) { ASSERT(!page); - p2m_mem_paging_populate(pg_owner, gmfn); + p2m_mem_paging_populate(pt_owner, gmfn); rc = -ENOENT; break; } _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |