WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] QCOW snapshots and recursive file backings

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] QCOW snapshots and recursive file backings
From: "Mike Sun" <msun@xxxxxxxxxx>
Date: Mon, 17 Nov 2008 13:11:36 -0500
Delivery-date: Mon, 17 Nov 2008 10:11:58 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=WgiJjNlUATYAktL8hKEGmFjEuGRgc4ABQN/iumFwvPc=; b=BlA6vtA2ysncybz6nV7d1G13RaeTK+DH7zZSeQIpGRuJwyxuOxGzv3gYweA34pVcf8 1H19RgAMUHx6PNEubG0z4IYTdIBTak8KJ61k3kWiReQEMyaQg/OqGq/Z9O9RFq/FZaHn tKTZZmNeKH9LufIR869r8lzPryj3EOPvDLwa0=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=KTlC/b8XzMro1fc3ZYXYDsP+0EggIkNvv8/SxfiWKubidO0WWUDn80BKzjr8bKDDkL VVu8Tg3pPW23gsJIwedOXlP2nS12yNWnmjZZF/SzGBk1U5rvCc1IvON4f98QYh8LgrOy 7s6NnFMM3iyCCQUntjMPu4J4aPgpREWxqEntQ=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

Trying to understand the current state of affairs with QCOW support in
Xen with the blktap driver.  It's been made clear that a deviation
from QEMU's implementation of QCOW has occurred and that the QCOW
files used in Xen must be created with the associated Xen tools only
(e.g. qcow-create) and that images between QEMU and Xen are not
interchangeable.

My first question is probably a more general QCOW one, does the QCOW
format provide for stackable/recursive backings, e.g. one QCOW file is
backed by another QCOW file which is backed by another one and so
on...?

Second question is whether the snapshot feature in the new QCOW2
format in QEMU is available in Xen.

Thanks,
Mike

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] QCOW snapshots and recursive file backings, Mike Sun <=