From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38257) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9b1T-0008VZ-F9 for qemu-devel@nongnu.org; Tue, 12 Apr 2011 06:40:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9b1S-0006Ue-5x for qemu-devel@nongnu.org; Tue, 12 Apr 2011 06:40:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28238) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9b1R-0006UT-SH for qemu-devel@nongnu.org; Tue, 12 Apr 2011 06:40:38 -0400 Message-ID: <4DA42CB4.2080607@redhat.com> Date: Tue, 12 Apr 2011 12:43:00 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <618d52d111bc5657efc46d78e76f15c80d077ac4.1302600061.git.amit.shah@redhat.com> In-Reply-To: <618d52d111bc5657efc46d78e76f15c80d077ac4.1302600061.git.amit.shah@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 6/6] atapi: Save / load the new GESN event states during migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: Juan Quintela , Stefan Hajnoczi , Markus Armbruster , qemu list , Paolo Bonzini Am 12.04.2011 11:27, schrieb Amit Shah: > Add a new subsection to save and restore the events state for the > GET_EVENT_STATUS_NOTIFICATION command. > > Signed-off-by: Amit Shah Looks good, but I think it should be merged into patch 5, so that there are no commits for which migration is broken. Kevin