From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9Bw6-0007ve-4f for qemu-devel@nongnu.org; Thu, 08 Jan 2015 07:11:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y9Bw5-0001nW-C1 for qemu-devel@nongnu.org; Thu, 08 Jan 2015 07:11:34 -0500 Sender: Paolo Bonzini Message-ID: <54AE73ED.1070105@redhat.com> Date: Thu, 08 Jan 2015 13:11:25 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20150102130439.GH10823@stefanha-thinkpad.redhat.com> <20150106114911.GE29775@stefanha-thinkpad.redhat.com> <20150108011736.4594.3970@loki> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-stable] 2.1 unexpected stop after exporting blockdev via nbd server List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , Michael Roth Cc: Andrey Korolyov , "qemu-devel@nongnu.org" , qemu-stable On 08/01/2015 11:31, Stefan Hajnoczi wrote: > Excellent, please add the following commits to stable: > f214928 nbd: Follow the BDS' AIO context > 3338442 block: Add AIO context notifiers > 958c717 nbd: Drop nbd_can_read() > > They prevent crashes when the run-time NBD server is used together > with virtio-blk dataplane. > > They apply cleanly onto stable-2.1 and I have tested that the crash is solved. I think they break Win32 compilation. Didn't Max have to wait for me to port socket AioContext handlers to Windows? Paolo