From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rqt5F-0005tr-HK for qemu-devel@nongnu.org; Fri, 27 Jan 2012 16:11:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rqt5E-0005dp-IJ for qemu-devel@nongnu.org; Fri, 27 Jan 2012 16:11:45 -0500 Received: from e31.co.us.ibm.com ([32.97.110.149]:34771) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rqt5E-0005dd-AP for qemu-devel@nongnu.org; Fri, 27 Jan 2012 16:11:44 -0500 Received: from /spool/local by e31.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 27 Jan 2012 14:11:40 -0700 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by d01dlp03.pok.ibm.com (Postfix) with ESMTP id 2D521C90052 for ; Fri, 27 Jan 2012 16:11:31 -0500 (EST) Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q0RLAkRv443250 for ; Fri, 27 Jan 2012 16:10:51 -0500 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q0RLAj1X026871 for ; Fri, 27 Jan 2012 19:10:45 -0200 Message-ID: <4F2312D4.1050408@linux.vnet.ibm.com> Date: Fri, 27 Jan 2012 16:10:44 -0500 From: Stefan Berger MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] suspend/resume not working on tip due to 59abb06 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel , blauwirbel@gmail.com After bisecting the following commit seems to be the culprit for the suspend/resume problems that I am seeing with the current tip (73093354418602a2ff5e43cb91a21b17fbf047d8). commit 59abb06198ee9471e29c970f294eae80c0b39be1 Author: Blue Swirl Date: Sun Jan 22 11:00:44 2012 +0000 Once I revert this patch on the tip everything works fine again... Stefan