From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54247) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tm2lX-0003oY-0A for qemu-devel@nongnu.org; Fri, 21 Dec 2012 08:36:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tm2lS-00082R-KX for qemu-devel@nongnu.org; Fri, 21 Dec 2012 08:35:54 -0500 Received: from mail-ob0-f176.google.com ([209.85.214.176]:63104) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tm2lS-00081o-CH for qemu-devel@nongnu.org; Fri, 21 Dec 2012 08:35:50 -0500 Received: by mail-ob0-f176.google.com with SMTP id un3so4445055obb.7 for ; Fri, 21 Dec 2012 05:35:49 -0800 (PST) From: Anthony Liguori In-Reply-To: <87y5grpoq9.fsf@elfo.mitica> References: <1356044532-8511-1-git-send-email-quintela@redhat.com> <87ehikmeqj.fsf@codemonkey.ws> <87d2y4qj2t.fsf@elfo.mitica> <87y5grpoq9.fsf@elfo.mitica> Date: Fri, 21 Dec 2012 07:35:45 -0600 Message-ID: <87k3sbwmry.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 00/34] migration thread and queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: quintela@redhat.com Cc: qemu-devel@nongnu.org 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. >>>> >>>> [20121219] >>>> >>>> This is my queue for migration-thread and patches associated. This >>>> integrates review comments & code for Paolo. This is the subset from >>>> both approachs that we agreed with. rest of patches need more review >>>> and are not here. >>> >>> This breaks migration. Here's my test case: >>> >>> #!/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 generated from a 'migrate exec:dd of=...' >>> from qemu.git just a week or two ago. >>> >>> 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. > > This is failing to me with master, nothing to do with the changes on > this thread. Investigating what is going on. Master works perfectly fine for me. It only fails with your series merged in. I can bisect if you like. Regards, Anthony Liguori > > Later, Juan.