search for: clear_mmio_p2m_entry

Displaying 3 results from an estimated 3 matches for "clear_mmio_p2m_entry".

2011 Oct 06
0
[xen-4.1-testing test] 9194: regressions - FAIL
...source.com/gitweb?p=osstest.git;a=summary Not pushing. ------------------------------------------------------------ changeset: 23165:1f95ac601974 tag: tip user: Olaf Hering <olaf@aepfle.de> date: Thu Oct 06 12:52:18 2011 +0100 p2m: use correct p2m_type_t in clear_mmio_p2m_entry clear_mmio_p2m_entry() should mark the gfn as invalid. Use proper name instead of numerical value. The currently used value of zero means p2m_ram_rw. Signed-off-by: Olaf Hering <olaf@aepfle.de> Acked-by: Tim Deegan <tim@xen.org> Committed-by: Tim Deegan...
2012 Mar 01
14
[PATCH 0 of 3] RFC Paging support for AMD NPT V2
There has been some progress, but still no joy. Definitely not intended for inclusion at this point. Tim, Wei, I added a Xen command line toggle to disable IOMMU and P2M table sharing. Tim, I verified that changes to p2m-pt.c don''t break shadow mode (64bit hypervisor and Win 7 guest). Hongkaixing, I incorporated your suggestion in patch 2, so I should add your Signed-off-by eventually.
2013 Dec 06
36
[V6 PATCH 0/7]: PVH dom0....
Hi, V6: The only change from V5 is in patch #6: - changed comment to reflect autoxlate - removed a redundant ASSERT - reworked logic a bit so that get_page_from_gfn() is called with NULL for p2m type as before. arm has ASSERT wanting it to be NULL. Tim: patch 4 needs your approval. Daniel: patch 5 needs your approval. These patches implement PVH dom0. Patches 1 and 2