From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59348) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1fo4-0003OA-Cj for qemu-devel@nongnu.org; Wed, 25 Nov 2015 14:32:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1fnz-0002bx-Dq for qemu-devel@nongnu.org; Wed, 25 Nov 2015 14:32:44 -0500 Received: from mail-wm0-x236.google.com ([2a00:1450:400c:c09::236]:35628) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1fnz-0002br-7b for qemu-devel@nongnu.org; Wed, 25 Nov 2015 14:32:39 -0500 Received: by wmuu63 with SMTP id u63so151244219wmu.0 for ; Wed, 25 Nov 2015 11:32:38 -0800 (PST) Sender: Paolo Bonzini References: <1447978868-17138-1-git-send-email-mlin@kernel.org> <56506D95.70101@redhat.com> <1448266667.18175.5.camel@hasee> <56531F5F.3050709@redhat.com> <1448350074.6696.3.camel@hasee> <56544122.3010300@redhat.com> <1448393115.2925.2.camel@ssi> <56559B36.90406@redhat.com> <1448477482.6540.3.camel@ssi> From: Paolo Bonzini Message-ID: <56560CD4.8090805@redhat.com> Date: Wed, 25 Nov 2015 20:32:36 +0100 MIME-Version: 1.0 In-Reply-To: <1448477482.6540.3.camel@ssi> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH 0/9] vhost-nvme: new qemu nvme backend using nvme target List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ming Lin Cc: virtualization@lists.linux-foundation.org, qemu-devel@nongnu.org, linux-nvme@lists.infradead.org, Christoph Hellwig On 25/11/2015 19:51, Ming Lin wrote: > > Do you still have a blk_set_aio_context somewhere? I'm losing track of > > the changes. > > No. You'll need it. That's what causes your error. > BTW, I'm not sure about qemu upstream policy. > Do I need to first make the kernel side patch upstream? > https://git.kernel.org/cgit/linux/kernel/git/mlin/linux.git/log/?h=nvme-google-ext No problem, there's time. QEMU is in freeze right now, and the 2.6 cycle will last until March or so. Paolo