From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCU5M-0001tc-Us for qemu-devel@nongnu.org; Wed, 30 Jul 2014 09:38:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XCU5G-0006h4-RY for qemu-devel@nongnu.org; Wed, 30 Jul 2014 09:38:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19454) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCU5G-0006gk-JU for qemu-devel@nongnu.org; Wed, 30 Jul 2014 09:38:22 -0400 Message-ID: <53D8F546.4010803@redhat.com> Date: Wed, 30 Jul 2014 15:38:14 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20140715210948.GA20036@amt.cnet> <53C5A4C9.80609@redhat.com> <20140716011634.GA30717@amt.cnet> <20140716115229.GA7741@amt.cnet> <53C6EE7C.60702@beyond.pl> <53C79C41.4000800@beyond.pl> <53C7B989.9000203@beyond.pl> <53C7CEE5.4080006@beyond.pl> <53C8DF68.5040705@redhat.com> <53D7D2B5.8060500@redhat.com> <53D8DEE1.8080905@beyond.pl> In-Reply-To: <53D8DEE1.8080905@beyond.pl> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: =?UTF-8?B?TWFyY2luIEdpYnXFgmE=?= , Andrey Korolyov Cc: Amit Shah , Marcelo Tosatti , Fam Zheng , "qemu-devel@nongnu.org" Il 30/07/2014 14:02, Marcin Gibu=C5=82a ha scritto: > without it: >=20 > called do_kvm_cpu_synchronize_state_always > called do_kvm_cpu_synchronize_state_always > called do_kvm_cpu_synchronize_state: vcpu not dirty, getting registers > called do_kvm_cpu_synchronize_state: vcpu not dirty, getting registers > shutting down >=20 > So it's probably about 2 from your list ("the next call to > do_kvm_cpu_synchronize_state will do kvm_arch_get_registers"). Can you dump *env before and after the call to kvm_arch_get_registers? Paolo