Re: [Qemu-devel] [PATCH 0/4] QEMUFile improvements and simplifications

2013-04-11 Thread Liuji (Jeremy)
Hi, Juan Thanks for your reply. Yesterday, my disk has no space. So, the core-dump file not saved completely. The info of core-dump file is: #0 0x7f7a0dbff341 in migration_thread (opaque=0x7f7a0e16cbc0) at migration.c:545 545 double bandwidth = transferred_bytes / time_spent

Re: [Qemu-devel] [PATCH 0/4] QEMUFile improvements and simplifications

2013-04-11 Thread Liuji (Jeremy)
> Il 10/04/2013 14:48, Liuji (Jeremy) ha scritto: > > 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 > described > > in m

Re: [Qemu-devel] [PATCH 0/4] QEMUFile improvements and simplifications

2013-04-10 Thread Juan Quintela
Paolo Bonzini wrote: > Il 10/04/2013 14:48, Liuji (Jeremy) ha scritto: >> 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

Re: [Qemu-devel] [PATCH 0/4] QEMUFile improvements and simplifications

2013-04-10 Thread Juan Quintela
"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 > described > in my preceding mail:"After executing "s

Re: [Qemu-devel] [PATCH 0/4] QEMUFile improvements and simplifications

2013-04-10 Thread Paolo Bonzini
Il 10/04/2013 14:48, Liuji (Jeremy) ha scritto: > 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 > described > in my preceding

Re: [Qemu-devel] [PATCH 0/4] QEMUFile improvements and simplifications

2013-04-10 Thread Liuji (Jeremy)
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 described in my preceding mail:"After executing "savevm", the QEMU process is hanging".

Re: [Qemu-devel] [PATCH 0/4] QEMUFile improvements and simplifications

2013-04-09 Thread Juan Quintela
Paolo Bonzini wrote: > This fixes Kevin's reported regression with savevm, and simplifies the > QEMUFile code further. > > Patch 2 could be made a bit smaller at the expense of fixing the > regression in the last patch only. I prefer to fix the bug earlier. > > Tested with Autotest. Reviewed-by:

[Qemu-devel] [PATCH 0/4] QEMUFile improvements and simplifications

2013-04-08 Thread Paolo Bonzini
This fixes Kevin's reported regression with savevm, and simplifies the QEMUFile code further. Patch 2 could be made a bit smaller at the expense of fixing the regression in the last patch only. I prefer to fix the bug earlier. Tested with Autotest. Paolo Bonzini (4): migration: set f->is_writ