From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46984) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPuYa-0007GL-Or for qemu-devel@nongnu.org; Wed, 10 Apr 2013 08:55:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPuYZ-0003Q9-5a for qemu-devel@nongnu.org; Wed, 10 Apr 2013 08:55:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPuYY-0003Q3-TP for qemu-devel@nongnu.org; Wed, 10 Apr 2013 08:55:19 -0400 From: Juan Quintela In-Reply-To: <3353B972624C8B49AB43F74428B4701D40ADE2F3@SZXEML552-MBS.china.huawei.com> (Liuji's message of "Wed, 10 Apr 2013 12:48:24 +0000") References: <1365420597-5506-1-git-send-email-pbonzini@redhat.com> <3353B972624C8B49AB43F74428B4701D40ADE2F3@SZXEML552-MBS.china.huawei.com> Date: Wed, 10 Apr 2013 14:55:23 +0200 Message-ID: <877gkaa6kk.fsf@elfo.elfo> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 0/4] QEMUFile improvements and simplifications Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Liuji (Jeremy)" Cc: "kwolf@redhat.com" , "Luohao (brian)" , "qemu-devel@nongnu.org" , "owasserm@redhat.com" , Haofeng , Paolo Bonzini "Liuji (Jeremy)" wrote: > Hi, Paolo > > I tested your 4 patches in the latest version of qemu.git/master(commit: > 93b48c201eb6c0404d15550a0eaa3c0f7937e35e,2013-04-09). > These patches resolve the "savevm hanging" problem, which is detailedly d= escribed > in my preceding mail:"After executing "savevm", the QEMU process is hangi= ng". > > But, I found two other problem: > 1=E3=80=81My VM's OS is winxp. After the execution of "savevm" is complet= ed, > I exec "loadvm". > But the winxp change to "blue screen", and then restart. I tested 3 > times, but the results are same. > > 2=E3=80=81The block migration is not OK. The qemu-system-x86_64 process of > source host is core-dump. > In the latest version of > qemu.git/master(commit:93b48c201eb6c0404d15550a0eaa3c0f7937e35e,2013-04-0= 9), > the block migration is OK. > > > The info of core-dump file: > #0 0x00007f8a44cec341 in migration_thread (opaque=3D0x7f8a45259bc0) at > migration.c:545 > 545 double bandwidth =3D transferred_bytes / time_spent; > (gdb) bt > #0 0x00007f8a44cec341 in migration_thread (opaque=3D0x7f8a45259bc0) at > migration.c:545 > #1 0x00007f8a42fb7d14 in ?? () > #2 0x0000000000000000 in ?? () > Could you recompile with -g to see what is going on? This really makes no sense :p It looks like the source file and the compiled version don't agree. Paolo, any clue? /me re-reads: block-migration, ok, testing goes. Later, Juan.