From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZPbl-0004VN-PW for qemu-devel@nongnu.org; Thu, 24 Oct 2013 14:26:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZPbf-0000Wv-9B for qemu-devel@nongnu.org; Thu, 24 Oct 2013 14:26:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:29966) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZPbf-0000Wb-0X for qemu-devel@nongnu.org; Thu, 24 Oct 2013 14:26:03 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r9OIQ22V026896 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 24 Oct 2013 14:26:02 -0400 Message-ID: <52696636.5000802@redhat.com> Date: Thu, 24 Oct 2013 20:25:58 +0200 From: Max Reitz MIME-Version: 1.0 References: <1382639083-5362-1-git-send-email-mreitz@redhat.com> In-Reply-To: <1382639083-5362-1-git-send-email-mreitz@redhat.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit 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 , qemu-devel@nongnu.org Cc: Kevin Wolf , Stefan Hajnoczi On 2013-10-24 20:24, Max Reitz wrote: > 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 > --- v2: Included test output 068.out in patch. Max