PVH guest is actually an translated guest. It should be able to manipulate page table for other domains when acting as Dom0.
Signed-off-by: Wei Liu <wei.l...@citrix.com> --- Cc: Jan Beulich <jbeul...@suse.com> Cc: Andrew Cooper <andrew.coop...@citrix.com> Cc: Roger Pau Monné <roger....@citrix.com> --- xen/arch/x86/mm.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/xen/arch/x86/mm.c b/xen/arch/x86/mm.c index a6b2649cda..3635764df8 100644 --- a/xen/arch/x86/mm.c +++ b/xen/arch/x86/mm.c @@ -3041,12 +3041,6 @@ static struct domain *get_pg_owner(domid_t domid) goto out; } - if ( unlikely(paging_mode_translate(curr)) ) - { - MEM_LOG("Cannot mix foreign mappings with translated domains"); - goto out; - } - switch ( domid ) { case DOMID_IO: -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel