From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH RFC 4/4] tool/xen-access: Add support for PV domains Date: Fri, 2 May 2014 13:43:46 +0100 Message-ID: <1399034626.32736.104.camel@kazak.uk.xensource.com> References: <1398746705-6658-1-git-send-email-aravindp@cisco.com> <1398746705-6658-5-git-send-email-aravindp@cisco.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 1WgCoh-0001Hv-St for xen-devel@lists.xenproject.org; Fri, 02 May 2014 12:43:52 +0000 In-Reply-To: <1398746705-6658-5-git-send-email-aravindp@cisco.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Aravindh Puthiyaparambil Cc: xen-devel@lists.xenproject.org, Ian Jackson , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Mon, 2014-04-28 at 21:45 -0700, Aravindh Puthiyaparambil wrote: > Add support to the xen-access test program for it work with PV domains. > The main difference is that for PV domains, unlike HVM domains, > xc_mem_access_create_ring_page() has to be called as the page is not > created during domain creation time. PV domains do not need to set > all individual page access permissions during setup and teardown. Enabling > and disabling mem_access does that indirectly. > > Signed-off-by: Aravindh Puthiyaprambil > Cc: Ian Jackson > Cc: Stefano Stabellini Acked-by: Ian Campbell