From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50293) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLalW-0000gN-Mq for qemu-devel@nongnu.org; Sun, 24 Aug 2014 12:35:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XLalN-0007gh-ME for qemu-devel@nongnu.org; Sun, 24 Aug 2014 12:35:38 -0400 Received: from mail-qa0-x22b.google.com ([2607:f8b0:400d:c00::22b]:35526) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLalN-0007gX-EG for qemu-devel@nongnu.org; Sun, 24 Aug 2014 12:35:29 -0400 Received: by mail-qa0-f43.google.com with SMTP id w8so11364272qac.2 for ; Sun, 24 Aug 2014 09:35:29 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <53FA144B.20805@redhat.com> Date: Sun, 24 Aug 2014 18:35:23 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <688822096.25778377.1407566113211.JavaMail.zimbra@redhat.com> <53F62201.1050805@redhat.com> <20140822174531.GA7279@amt.cnet> <20140822190456.GA8963@amt.cnet> <20140822190546.GB8963@amt.cnet> <20140822210146.GA15590@amt.cnet> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] latest rc: virtio-blk hangs forever after migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrey Korolyov , Marcelo Tosatti Cc: Amit Shah , =?UTF-8?B?TWFyY2luIEdpYnXFgmE=?= , Fam Zheng , "qemu-devel@nongnu.org" Il 24/08/2014 18:19, Andrey Korolyov ha scritto: > Sorry, I was a bit inaccurate in my thoughts at Fri about necessary > amount of work, patch lays perfectly on 3.10 with bit of monkey > rewrites. The attached one fixed problem for me - it represents > 0b10a1c87a2b0fb459baaefba9cb163dbb8d3344, > 0bc830b05c667218d703f2026ec866c49df974fc, > 44847dea79751e95665a439f8c63a65e51da8e1f and > 673f7b4257a1fe7b181e1a1182ecc2b6b2b795f1. So, with these changes, Marcelo's patch does not hang up your guest anymore? Paolo