From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mukesh Rathor Subject: [V9 PATCH 0/8] pvh dom0 patches.... Date: Tue, 15 Apr 2014 17:12:44 -0700 Message-ID: <1397607172-32065-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: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1WaDTa-0002pn-F7 for xen-devel@lists.xenproject.org; Wed, 16 Apr 2014 00:13:18 +0000 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.xenproject.org Cc: George.Dunlap@eu.citrix.com, keir.xen@gmail.com, tim@xen.org, JBeulich@suse.com List-Id: xen-devel@lists.xenproject.org Hi, Please find V9 of pvh dom0 patches. Based on commit: ac0f56a with p2m patches (rename and do errno propogation) underneath. git tree: git://oss.oracle.com/git/mrathor/xen.git branch: dom0pvh-v9 Following changes from V8: patch 2: - pvh_add_mem_mapping : set_mmio_p2m_entry now returns rc - add descriptive commit log comments - rename hap_set_pvh_alloc_for_dom0 to hap_set_alloc_for_pvh_dom0 and move hap alloc calculation to domain_build.c - redo comment: "pvh: we temporarily" - add comment on top of pvh_fixup_page_tables_for_hap patch 3: - trivial merge conflict resolution patch 4: - new patch to add some checks in relevant p2m paths for foreign types patch 5 (previously patch 4): - move xsm_map_gmfn_foreign near the non-arch declarations and definitions patch 6 (previously patch 5): - set_foreign_p2m_entry now returns proper -errno rc in p2m_add_foreign - change get_pg_owner to allow foreign mappings for pvh - get_pg_owner made public and called from p2m_add_foreign. - created p2m_is_any_ram patch 7: - redo the small patch because vioapic variable name actually should be used for the vioapic ptr. thanks, Mukesh