From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MU6JT-0007Cr-CC for qemu-devel@nongnu.org; Thu, 23 Jul 2009 17:58:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MU6JP-0007Bp-SK for qemu-devel@nongnu.org; Thu, 23 Jul 2009 17:58:55 -0400 Received: from [199.232.76.173] (port=53358 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MU6JP-0007Bk-Mk for qemu-devel@nongnu.org; Thu, 23 Jul 2009 17:58:51 -0400 Received: from mx2.redhat.com ([66.187.237.31]:34284) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MU6JP-0002gi-5P for qemu-devel@nongnu.org; Thu, 23 Jul 2009 17:58:51 -0400 Date: Thu, 23 Jul 2009 18:58:44 -0300 From: Luiz Capitulino Message-ID: <20090723185844.474f7c62@doriath> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] kvm: savevm is broken for me List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: agraf@suse.de Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org Hi there, If I try to 'savevm' with latest Anthony's tree (HEAD 6f725c139ae975646c44ace77bf796318a5783da) QEMU will hang and I know it's not saving anything because vmstat shows no disk activity (which is the opposite behavior of when 'savevm' works). According to 'git bisect' the week's winner is: """ commit bd8367761236cd5c435598aeb2f1b8240c09b059 Author: Alexander Graf Date: Fri Jul 17 13:51:48 2009 +0200 Fake dirty loggin when it's not there """ Indeed, reverting this makes 'savevm' work for me.