From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Stabellini Subject: [PATCH 0/4] xen/arm: grant_table Date: Wed, 4 Jul 2012 12:05:00 +0100 Message-ID: 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: Tim Deegan , Ian Campbell , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org Hi all, this patch series implements the basic mechanisms needed by the grant table to work properly. With this patch series applied and the corresponding Linux side patch series, I am able to boot a guest out of a PV disk. Stefano Stabellini (4): xen/arm: set paging_mode_translate and paging_mode_external xen/arm: implement page reference and grant table functions needed by grant_table.c xen/arm: create_p2m_entries should not call free_domheap_page xen/arm: grant table xen/arch/arm/domain.c | 3 + xen/arch/arm/dummy.S | 9 --- xen/arch/arm/mm.c | 139 ++++++++++++++++++++++++++++++++++++++- xen/arch/arm/p2m.c | 82 +++++++++++++++-------- xen/arch/arm/traps.c | 1 + xen/include/asm-arm/paging.h | 4 +- xen/include/public/hvm/params.h | 4 +- 7 files changed, 200 insertions(+), 42 deletions(-) Cheers, Stefano