From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEM7U-0003C6-IW for qemu-devel@nongnu.org; Wed, 10 Jun 2009 07:37:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEM7P-0003AR-Fb for qemu-devel@nongnu.org; Wed, 10 Jun 2009 07:37:27 -0400 Received: from [199.232.76.173] (port=33691 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEM7P-0003AF-7v for qemu-devel@nongnu.org; Wed, 10 Jun 2009 07:37:23 -0400 Received: from mx2.redhat.com ([66.187.237.31]:46952) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MEM7O-0001DG-FP for qemu-devel@nongnu.org; Wed, 10 Jun 2009 07:37:23 -0400 Date: Wed, 10 Jun 2009 14:33:49 +0300 From: "Michael S. Tsirkin" Subject: Re: [Qemu-devel] [PATCHv3 12/13] qemu: virtio save/load bindings Message-ID: <20090610113349.GL6844@redhat.com> References: <20090605102426.GM26770@redhat.com> <20090609174554.GD19375@poweredge.glommer> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090609174554.GD19375@poweredge.glommer> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Glauber Costa Cc: Carsten Otte , kvm@vger.kernel.org, Rusty Russell , qemu-devel@nongnu.org, virtualization@lists.linux-foundation.org, Blue Swirl , Christian Borntraeger , Paul Brook , Avi Kivity On Tue, Jun 09, 2009 at 02:45:54PM -0300, Glauber Costa wrote: > duplicated save config. Good catch. Fixed. -- MST