From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFHln-0007qB-Tb for qemu-devel@nongnu.org; Wed, 15 Jul 2015 04:10:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFHli-0002Ok-2C for qemu-devel@nongnu.org; Wed, 15 Jul 2015 04:10:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42946) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFHlh-0002Og-U9 for qemu-devel@nongnu.org; Wed, 15 Jul 2015 04:10:18 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id A961F32C430 for ; Wed, 15 Jul 2015 08:10:17 +0000 (UTC) Date: Wed, 15 Jul 2015 13:40:04 +0530 From: Amit Shah Message-ID: <20150715081004.GP10280@grmbl.mre> References: <1436946982-24643-1-git-send-email-quintela@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1436946982-24643-1-git-send-email-quintela@redhat.com> Subject: Re: [Qemu-devel] [PATCH] migration: We also want to store the global state for savevm List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org, dgilbert@redhat.com On (Wed) 15 Jul 2015 [09:56:22], Juan Quintela wrote: > Previous commit only stored a valid state for migration. It stored the > empty string for savevm. Now, we are also storing the current state for > savevm. Can you include some more information in the commit message? Like the commit hash instead of previous commit, and what bug this fixes? Thanks, Amit