From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH v3 0/2] block/xen-blkfront: Support non-indirect grant with 64KB page granularity Date: Tue, 1 Dec 2015 10:37:51 -0500 Message-ID: <20151201153751.GE19885@char.us.oracle.com> References: <1447873045-14663-1-git-send-email-julien.grall@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1a3n0D-0004sh-UV for xen-devel@lists.xenproject.org; Tue, 01 Dec 2015 15:38:02 +0000 Content-Disposition: inline In-Reply-To: <1447873045-14663-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 Cc: linux-kernel@vger.kernel.org, David Vrabel , xen-devel@lists.xenproject.org, Boris Ostrovsky , Roger Pau =?iso-8859-1?Q?Monn=E9?= List-Id: xen-devel@lists.xenproject.org On Wed, Nov 18, 2015 at 06:57:23PM +0000, Julien Grall wrote: > Hi all, > = > This is a follow-up on the previous discussion [1] related to guest using= 64KB > page granularity which doesn't boot when the backend isn't using indirect > descriptor. > = > This has been successfully tested on ARM64 with both 64KB and 4KB page > granularity guests and QEMU as the backend. Indeed QEMU doesn't support > indirect descriptor. > = > This series is based on xentip/for-linus-4.4 which include the support for > 64KB Linux guest. In the meantime the multi-queue patches have been put in the queue git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git #devel/for-jen= s-4.5 I will try rebasing the patches on top of that. > = > For all the changes see in each patch. > = > Sincerely yours, > = > [1] http://lists.xen.org/archives/html/xen-devel/2015-08/msg01659.html > = > Cc: Konrad Rzeszutek Wilk > Cc: "Roger Pau Monn=E9" > Cc: Boris Ostrovsky > Cc: David Vrabel > Cc: Bob Liu > = > 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 | 258 +++++++++++++++++++++++++++++++++++++= +----- > 1 file changed, 231 insertions(+), 27 deletions(-) > = > -- = > 2.1.4 > =