From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54080) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLrmh-0007Gh-JK for qemu-devel@nongnu.org; Mon, 25 Aug 2014 06:46:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XLrmb-0002sK-F2 for qemu-devel@nongnu.org; Mon, 25 Aug 2014 06:45:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38046) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLrmb-0002sF-6K for qemu-devel@nongnu.org; Mon, 25 Aug 2014 06:45:53 -0400 Message-ID: <53FB13C7.8040309@redhat.com> Date: Mon, 25 Aug 2014 12:45:27 +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> <53FA144B.20805@redhat.com> 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 Cc: Amit Shah , =?UTF-8?B?TWFyY2luIEdpYnXFgmE=?= , Marcelo Tosatti , Fam Zheng , "qemu-devel@nongnu.org" Il 24/08/2014 22:14, Andrey Korolyov ha scritto: > Forgot to mention, _actual_ patch from above. Adding > cpu_synchronize_all_states() bringing old bug with lost interrupts > back. Are you adding it before or after cpu_clean_all_dirty? Paolo