search for: p2ma

Displaying 7 results from an estimated 7 matches for "p2ma".

Did you mean: p2m
2011 Mar 15
6
[PATCH] ept: Fix bug in changeset 22526:7a5ee3800417
...rmediate tables will be freed below after the ept flush + * + * Read-then-write is OK because we hold the p2m lock. */ old_entry = *ept_entry; if ( mfn_valid(mfn_x(mfn)) || direct_mmio || p2m_is_paged(p2mt) || @@ -390,10 +392,10 @@ new_entry.access = p2ma; new_entry.rsvd2_snp = (iommu_enabled && iommu_snoop); - if ( new_entry.mfn == mfn_x(mfn) ) + new_entry.mfn = mfn_x(mfn); + + if ( old_entry.mfn == new_entry.mfn ) need_modify_vtd_table = 0; - else -...
2011 May 06
14
[PATCH 0 of 4] Use superpages on restore/migrate
This patch series restores the use of superpages when restoring or migrating a VM, while retaining efficient batching of 4k pages when superpages are not appropriate or available. Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2012 Jun 08
18
[PATCH 0 of 4 RFC] Populate-on-demand: Check pages being returned by the balloon driver
Populate-on-demand: Check pages being returned by the balloon driver This patch series is the second result of my work last summer on decreasing fragmentation of superpages in a guests'' p2m when using populate-on-demand. This patch series is against 4.1; I''m posting it to get feedback on the viability of getting a ported version of this patch into 4.2. As with the previous
2011 Jun 27
20
[PATCH 0 of 5] v2: Nested-p2m cleanups and locking changes
This patch series tidies up a few bits ofthe nested p2m code. The main thing it does is reorganize the locking so that most of the changes to nested p2m tables happen only under the p2m lock, and the nestedp2m lock is only needed to reassign p2m tables to new cr3 values. Changes since v1: - a few minor fixes - more sensible flushing policy in p2m_get_nestedp2m() - smoke-tested this time!
2012 Dec 10
26
[PATCH 00/11] Add virtual EPT support Xen.
From: Zhang Xiantao <xiantao.zhang@intel.com> With virtual EPT support, L1 hyerpvisor can use EPT hardware for L2 guest''s memory virtualization. In this way, L2 guest''s performance can be improved sharply. According to our testing, some benchmarks can show > 5x performance gain. Signed-off-by: Zhang Xiantao <xiantao.zhang@intel.com> Zhang Xiantao (11):
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
2008 Aug 09
2
xy plot in version 2.7.1 for Mac (PR#12520)
...O5SL/B1aTsfkWHpPeh6jP8ZfkCbJl0zTWSt2wJ10Dy3V19EqU738NptH EruRcuQzON1WS4WyG3QtTpUGnGl7sbv34RwolyZBk4HMuQF5UYcTYgfKwzgnZGTQfOzxH+IUe5N6 lFoepnmmBIZTh0h+vX86zdR/Rdv1eXSL/gDl4zzYoK9Gi7voA9pCu9j6/juojZzYOe+xG0zV/Jip Ws/nHfwdPoNvu3p9Ee0clkEfo7xA1VRq2k8d8p9oBpXp9+l/RHb/ACfsdppN19M5zPJT9DBR6qOR /ZN5p14ttWG+p2ma/rTuYrHUqi+iKXSAfmk2UbPZ56+sqy33l5VeW1I8ftzYotGjRhaOGF4wLD/P lzv0B9d4c4Z4BrtVl3OQIzsrMyM9LTUlOcluS0yIt8bFxljMikmWOKO8gKe6SdW8TZrs9UycmC9k TzMUzd9RNGkqVNVX+2iqqNcM01Wefnje/G+e/oinf8CT2dQSKsnPUwMeVTta5VHDbOa0evD3V3mC qnbB4CcZ/FaDjwfvdqOCGshorVI11qQGtOoVrR2Bpqr8PNYZF1vpqWyJzc+jztg4sHHgtHRPWydL L2UGw9MD...