From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaZaV-0008Bj-I2 for qemu-devel@nongnu.org; Thu, 09 May 2013 18:45:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UaZaS-0002ga-OS for qemu-devel@nongnu.org; Thu, 09 May 2013 18:45:23 -0400 Received: from e37.co.us.ibm.com ([32.97.110.158]:35781) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaZaS-0002fQ-IC for qemu-devel@nongnu.org; Thu, 09 May 2013 18:45:20 -0400 Received: from /spool/local by e37.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 9 May 2013 16:45:16 -0600 Received: from d03relay03.boulder.ibm.com (d03relay03.boulder.ibm.com [9.17.195.228]) by d03dlp02.boulder.ibm.com (Postfix) with ESMTP id 10BF93E4004F for ; Thu, 9 May 2013 16:44:59 -0600 (MDT) Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay03.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r49MjDj9111634 for ; Thu, 9 May 2013 16:45:13 -0600 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r49MjCOF019136 for ; Thu, 9 May 2013 16:45:13 -0600 Message-ID: <518C26F6.5080009@linux.vnet.ibm.com> Date: Thu, 09 May 2013 18:45:10 -0400 From: "Michael R. Hines" MIME-Version: 1.0 References: <51844811.4030001@hp.com> <518BDADB.1070705@linux.vnet.ibm.com> <518C2135.306@hp.com> In-Reply-To: <518C2135.306@hp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v6 00/11] rdma: migration support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chegu Vinod Cc: Karen Noel , Juan Jose Quintela Carreira , "Michael S. Tsirkin" , qemu-devel qemu-devel , Orit Wasserman , "Michael R. Hines" , Anthony Liguori , Paolo Bonzini Some more followup questions below to help me debug before I start digging in....... On 05/09/2013 06:20 PM, Chegu Vinod wrote: Setting aside the mlock() freezes for the moment, let's first fix your crashing problem on the destination-side. Let's make that a priority before we fix the mlock problem. When the migration "completes", can you provide me with more detailed information about the state of QEMU on the destination? Is it responding? What's on the VNC console? Is QEMU responding? Is the network responding? Was the VM idle? Or running an application? Can you attach GDB to QEMU after the migration? > /usr/local/bin/qemu-system-x86_64 \ > -enable-kvm \ > -cpu host \ > -name vm1 \ > -m 131072 -smp 10,sockets=1,cores=10,threads=1 \ > -mem-path /dev/hugepages \ Can you disable hugepages and re-test? I'll get back to the other mlock() issues later after we at least first make sure the migration itself is working.....