From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754370AbbILJqY (ORCPT ); Sat, 12 Sep 2015 05:46:24 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:51958 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753936AbbILJqW (ORCPT ); Sat, 12 Sep 2015 05:46:22 -0400 Message-ID: <55F3F460.7000702@oracle.com> Date: Sat, 12 Sep 2015 17:46:08 +0800 From: Bob Liu User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4 MIME-Version: 1.0 To: Julien Grall CC: xen-devel@lists.xenproject.org, ian.campbell@citrix.com, stefano.stabellini@eu.citrix.com, linux-kernel@vger.kernel.org, David Vrabel , Boris Ostrovsky , =?UTF-8?B?Um9nZXIgUGF1IE1v?= =?UTF-8?B?bm7DqQ==?= Subject: Re: [Xen-devel] [PATCH 0/2] block/xen-blkfront: Support non-indirect with 64KB page granularity References: <1441999920-3639-1-git-send-email-julien.grall@citrix.com> In-Reply-To: <1441999920-3639-1-git-send-email-julien.grall@citrix.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Source-IP: userv0022.oracle.com [156.151.31.74] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Julien, On 09/12/2015 03:31 AM, Julien Grall wrote: > Hi all, > > This is a follow-up on the previous discussion [1] related to guest using 64KB > page granularity not booting with backend using non-indirect grant. > > This has been successly tested on ARM64 with both 64KB and 4KB page granularity > guests and QEMU as the backend. Indeed QEMU is not supported indirect. > What's the linux kernel page granularity of the backend(dom0) in your test? Did you test if using xen-blkback as the backend? Especially when linux kernel page granularity of dom0 is 4kB while domU is 64KB. Thanks, -Bob > For a summary of the previous discussion see patch #2. > > This series is based on top of my 64KB page granularity support [2]. > > Comments are welcomed. > > Sincerely yours, > > [1] http://lists.xen.org/archives/html/xen-devel/2015-08/msg01659.html > [2] https://lwn.net/Articles/656797/ > > Cc: Konrad Rzeszutek Wilk > Cc: "Roger Pau Monné" > Cc: Boris Ostrovsky > Cc: David Vrabel > > Julien Grall (2): > block/xen-blkfront: Introduce blkif_ring_get_request > block/xen-blkfront: Handle non-indirect grant with 64KB pages > > drivers/block/xen-blkfront.c | 229 ++++++++++++++++++++++++++++++++++++++----- > 1 file changed, 202 insertions(+), 27 deletions(-) >