From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mukesh Rathor Subject: [V7 PATCH 0/7]: PVH dom0.... Date: Mon, 16 Dec 2013 18:38:24 -0800 Message-ID: <1387247911-28846-1-git-send-email-mukesh.rathor@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Xen-devel@lists.xensource.com Cc: george.dunlap@eu.citrix.com, keir.xen@gmail.com, tim@xen.org, JBeulich@suse.com List-Id: xen-devel@lists.xenproject.org Hi, V7: The only change from V6 is in patch #6: - remove p2m_rem_foreign: this code can be just skipped now as the most critical thing to release refcnt has been moved to ept - fixup get_page_from_gfn so that it returns refcnt for foreign pages also, altho this is redundant, as a refcnt is already held. But this simplifies code and helps ARM also. These patches are based on c/s: e423b5cd60ff95ba3680e2e4a8440d4d19b2b13e thanks Mukesh