From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37321) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZdP9-0005uT-2W for qemu-devel@nongnu.org; Fri, 25 Oct 2013 05:10:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZdP3-0007RF-2z for qemu-devel@nongnu.org; Fri, 25 Oct 2013 05:10:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:8448) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZdP2-0007R6-RM for qemu-devel@nongnu.org; Fri, 25 Oct 2013 05:09:57 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r9P99tDd029138 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 25 Oct 2013 05:09:55 -0400 Date: Fri, 25 Oct 2013 11:09:53 +0200 From: Kevin Wolf Message-ID: <20131025090953.GA4603@dhcp-200-207.str.redhat.com> References: <1382639083-5362-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1382639083-5362-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2] qemu-iotests: Test for loading VM state from qcow2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-devel@nongnu.org, Stefan Hajnoczi Am 24.10.2013 um 20:24 hat Max Reitz geschrieben: > Add a test for saving a VM state from a qcow2 image and loading it back > (with having restarted qemu in between); this should work without any > problems. > > Signed-off-by: Max Reitz Thanks, applied to the block branch. Kevin