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@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Release-acked-by: Julien Grall <julien.grall@linaro.org>
if ( p2m_is_paged(p2mt) )
{
ASSERT(!page);
- p2m_mem_paging_populate(pg_owner, gmfn);
+ p2m_mem_paging_populate(pt_owner, gmfn);
rc = -ENOENT;
break;
}