From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH 0/2] xen: Allow xen tools to run in guest using 64K page granularity Date: Tue, 23 Jun 2015 17:54:53 +0100 Message-ID: <55898F5D.4050907@citrix.com> References: <1431345336-5476-1-git-send-email-julien.grall@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Z7RTv-0005R3-Kz for xen-devel@lists.xenproject.org; Tue, 23 Jun 2015 16:55:31 +0000 In-Reply-To: <1431345336-5476-1-git-send-email-julien.grall@citrix.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: Julien Grall , xen-devel@lists.xenproject.org Cc: ian.jackson@eu.citrix.com, tim@xen.org, wei.liu2@citrix.com, ian.campbell@citrix.com, stefano.stabellini@citrix.com List-Id: xen-devel@lists.xenproject.org Hi, Ping? I don't think this patch series depends on others (such as Linux 64K support) to review it. Regards, On 11/05/15 12:55, Julien Grall wrote: > Hi all, > > This small series are the only changes required in Xen in order to run a guest > using 64K page granularity on top of an unmodified Xen. > > I'd like feedback from maintainers tools to know if it might be worth to > introduce a function xc_pagesize() replicating the behavior of getpagesize() > for Xen. > > Sincerely yours, > > Julien Grall (2): > tools/xenstored: Use XC_PAGE_SIZE rather than getpagesize() > tools/xenconsoled: Use XC_PAGE_SIZE rather than getpagesize() > > tools/console/daemon/io.c | 4 ++-- > tools/xenstore/xenstored_domain.c | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > -- Julien Grall