% Migration
-% Revision 1
+% Revision 2
\clearpage
# Areas for improvement
* Arm support
-* Linear P2M support for x86 PV
* Live looping parameters
# Known issues
* x86 HVM with nested-virt (no relevant information included in the
stream)
* x86 PV ballooning (P2M marked dirty, target frame not marked)
-* x86 PV P2M structure changes (not noticed, stale mappings used)
+* x86 PV P2M structure changes (not noticed, stale mappings used) for
+ guests not using the linear p2m layout
# References
Date Revision Version Notes
---------- -------- -------- -------------------------------------------
2015-10-24 1 Xen 4.6 Document written
+2015-12-11 2 Xen 4.7 Support of linear p2m list
---------- -------- -------- -------------------------------------------
dom->parms.elf_paddr_offset = UNSET_ADDR;
dom->parms.p2m_base = UNSET_ADDR;
+ dom->flags = SIF_VIRT_P2M_4TOOLS;
+
dom->alloc_malloc += sizeof(*dom);
return dom;