Re: [Qemu-devel] [PULL 00/34] migration thread and queue

2012-12-27 Thread Alexandre DERUMIER
Décembre 2012 17:08:23 Objet: Re: [Qemu-devel] [PULL 00/34] migration thread and queue Il 27/12/2012 16:51, Alexandre DERUMIER ha scritto: >>> 1) What happened before these patches? If something different, can you >>> bisect it? > Well, qemu 1.3 stable release, was working slowly

Re: [Qemu-devel] [PULL 00/34] migration thread and queue

2012-12-27 Thread Paolo Bonzini
Il 27/12/2012 16:51, Alexandre DERUMIER ha scritto: >>> 1) What happened before these patches? If something different, can you >>> bisect it? > Well, qemu 1.3 stable release, was working slowly (bigger downtime), but no > crash. > I don't see any changes since 1.3 and theses patches. These patc

Re: [Qemu-devel] [PULL 00/34] migration thread and queue

2012-12-27 Thread Alexandre DERUMIER
egards, > > Alexandre Derumier > > > - Mail original - > > De: "Juan Quintela" > À: qemu-devel@nongnu.org > Cc: anth...@codemonkey.ws > Envoyé: Vendredi 21 Décembre 2012 20:41:03 > Objet: [Qemu-devel] [PULL 00/34] migration thread and queue > > Hi >

Re: [Qemu-devel] [PULL 00/34] migration thread and queue

2012-12-27 Thread Paolo Bonzini
console (stdout)? See kvm_handle_internal_error in kvm-all.c for what to expect. Paolo > I can reproduce it 100% > > Regards, > > Alexandre Derumier > > > - Mail original - > > De: "Juan Quintela" > À: qemu-devel@nongnu.org > Cc: anth

Re: [Qemu-devel] [PULL 00/34] migration thread and queue

2012-12-27 Thread Alexandre DERUMIER
VM status: paused (internal-error) (downtime is around 700ms) I can reproduce it 100% Regards, Alexandre Derumier - Mail original - De: "Juan Quintela" À: qemu-devel@nongnu.org Cc: anth...@codemonkey.ws Envoyé: Vendredi 21 Décembre 2012 20:41:03 Objet: [Qemu-devel] [PULL 00/

Re: [Qemu-devel] [PULL 00/34] migration thread and queue

2012-12-21 Thread Anthony Liguori
Juan Quintela writes: > Hi > > Changes for yesterday: > - Paolo Acked the series > - Rebaso on top of today git (only conflicts were due to header re-shuffle) > > Please pull. Pulled. Thanks. Regards, Anthony Liguori > > [20121219] > > This is my queue for migration-thread and patches associa

[Qemu-devel] [PULL 00/34] migration thread and queue

2012-12-21 Thread Juan Quintela
Hi Changes for last version: - inlined paolo fixes, attached here (they were very small, and only change error cases locking) - I tested with autotest and see no problems Please pull. Thanks, Juan. diff --git a/arch_init.c b/arch_init.c index 86f8544..ea75441 100644 --- a/arch_init.c +++ b/ar

Re: [Qemu-devel] [PULL 00/34] migration thread and queue

2012-12-21 Thread Juan Quintela
Juan Quintela wrote: > Anthony Liguori wrote: >> Juan Quintela writes: >> >>> Hi >>> >>> Changes for yesterday: >>> - Paolo Acked the series >>> - Rebaso on top of today git (only conflicts were due to header re-shuffle) >>> >>> Please pull. >>> >>> [20121219] >>> >>> This is my queue for migrat

Re: [Qemu-devel] [PULL 00/34] migration thread and queue

2012-12-21 Thread Paolo Bonzini
Il 21/12/2012 01:27, Anthony Liguori ha scritto: > #!/bin/sh > > gzip -d -c lidb.ssmall.img.gz | \ > ~/build/qemu/x86_64-softmmu/qemu-system-x86_64 -cdrom \ > ~/isos/OCDC-lucid-Test-Drive-20110523_140333.iso -enable-kvm -m 2G \ > -incoming exec:dd > > With lidb.ssmall.img.gz being gen

Re: [Qemu-devel] [PULL 00/34] migration thread and queue

2012-12-21 Thread Anthony Liguori
Anthony Liguori writes: > Juan Quintela writes: > >> Hi >> >> Changes for yesterday: >> - Paolo Acked the series >> - Rebaso on top of today git (only conflicts were due to header re-shuffle) >> >> Please pull. >> >> [20121219] >> >> This is my queue for migration-thread and patches associated.

Re: [Qemu-devel] [PULL 00/34] migration thread and queue

2012-12-21 Thread Paolo Bonzini
Il 21/12/2012 14:39, Anthony Liguori ha scritto: > Do you think this would cause the behavior I've seen? Not clear to me. No idea, the first two hunks however are locking fixes, who knows what they might cause. Paolo

Re: [Qemu-devel] [PULL 00/34] migration thread and queue

2012-12-21 Thread Anthony Liguori
Paolo Bonzini writes: > Il 21/12/2012 02:39, Juan Quintela ha scritto: >>> I can't bisect tonight but can attempt to tomorrow. How has this been >>> tested? >> >> I have tested with tcp, load/not-load with guests form 4GB to 16GB RAM. >> Will test tomorrow with your test case. I didn't tested

Re: [Qemu-devel] [PULL 00/34] migration thread and queue

2012-12-21 Thread Anthony Liguori
Juan Quintela writes: > Juan Quintela wrote: >> Anthony Liguori wrote: >>> Juan Quintela writes: >>> Hi Changes for yesterday: - Paolo Acked the series - Rebaso on top of today git (only conflicts were due to header re-shuffle) Please pull. [2012121

Re: [Qemu-devel] [PULL 00/34] migration thread and queue

2012-12-21 Thread Juan Quintela
Paolo Bonzini wrote: > Il 21/12/2012 02:39, Juan Quintela ha scritto: >>> I can't bisect tonight but can attempt to tomorrow. How has this been >>> tested? >> >> I have tested with tcp, load/not-load with guests form 4GB to 16GB RAM. >> Will test tomorrow with your test case. I didn't tested ex

Re: [Qemu-devel] [PULL 00/34] migration thread and queue

2012-12-21 Thread Paolo Bonzini
Il 21/12/2012 02:39, Juan Quintela ha scritto: >> I can't bisect tonight but can attempt to tomorrow. How has this been >> tested? > > I have tested with tcp, load/not-load with guests form 4GB to 16GB RAM. > Will test tomorrow with your test case. I didn't tested exec:, though. > >> >> I'm a l

Re: [Qemu-devel] [PULL 00/34] migration thread and queue

2012-12-21 Thread Juan Quintela
Juan Quintela wrote: > Anthony Liguori wrote: >> Juan Quintela writes: >> >>> Hi >>> >>> Changes for yesterday: >>> - Paolo Acked the series >>> - Rebaso on top of today git (only conflicts were due to header re-shuffle) >>> >>> Please pull. >>> >>> [20121219] >>> >>> This is my queue for migrat

Re: [Qemu-devel] [PULL 00/34] migration thread and queue

2012-12-21 Thread Paolo Bonzini
Il 21/12/2012 01:27, Anthony Liguori ha scritto: > Juan Quintela writes: > >> > Hi >> > >> > Changes for yesterday: >> > - Paolo Acked the series >> > - Rebaso on top of today git (only conflicts were due to header re-shuffle) >> > >> > Please pull. >> > >> > [20121219] >> > >> > This is my queue

Re: [Qemu-devel] [PULL 00/34] migration thread and queue

2012-12-20 Thread Juan Quintela
Anthony Liguori wrote: > Juan Quintela writes: > >> Hi >> >> Changes for yesterday: >> - Paolo Acked the series >> - Rebaso on top of today git (only conflicts were due to header re-shuffle) >> >> Please pull. >> >> [20121219] >> >> This is my queue for migration-thread and patches associated. T

Re: [Qemu-devel] [PULL 00/34] migration thread and queue

2012-12-20 Thread Anthony Liguori
Juan Quintela writes: > Hi > > Changes for yesterday: > - Paolo Acked the series > - Rebaso on top of today git (only conflicts were due to header re-shuffle) > > Please pull. > > [20121219] > > This is my queue for migration-thread and patches associated. This > integrates review comments & cod

[Qemu-devel] [PULL 00/34] migration thread and queue

2012-12-20 Thread Juan Quintela
Hi Changes for yesterday: - Paolo Acked the series - Rebaso on top of today git (only conflicts were due to header re-shuffle) Please pull. [20121219] This is my queue for migration-thread and patches associated. This integrates review comments & code for Paolo. This is the subset from both a