From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MSsAc-0002Zd-0L for qemu-devel@nongnu.org; Mon, 20 Jul 2009 08:40:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MSsAX-0002XQ-Gi for qemu-devel@nongnu.org; Mon, 20 Jul 2009 08:40:41 -0400 Received: from [199.232.76.173] (port=38756 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MSsAX-0002XI-8d for qemu-devel@nongnu.org; Mon, 20 Jul 2009 08:40:37 -0400 Received: from verein.lst.de ([213.95.11.210]:33176) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1MSsAV-0003c0-Qm for qemu-devel@nongnu.org; Mon, 20 Jul 2009 08:40:36 -0400 Date: Mon, 20 Jul 2009 14:40:33 +0200 From: Christoph Hellwig Message-ID: <20090720124033.GC9199@lst.de> References: <1248091723-5934-1-git-send-email-kwolf@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1248091723-5934-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] Re: [PATCH 0/2] qemu-iotests: Test bdrv_load/save_vmstate List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On Mon, Jul 20, 2009 at 02:08:41PM +0200, Kevin Wolf wrote: > This tests reading and writing in the VM state area of an image. > To be applied on top of the test case 021 patch. Thanks, I've put these two in. Any chance you could send an incremental patch that expains why the two magic offsets are choosen?