From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LAyWj-0008RK-Sp for qemu-devel@nongnu.org; Thu, 11 Dec 2008 22:17:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LAyWi-0008Qm-CC for qemu-devel@nongnu.org; Thu, 11 Dec 2008 22:17:17 -0500 Received: from [199.232.76.173] (port=38955 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAyWi-0008Qj-6N for qemu-devel@nongnu.org; Thu, 11 Dec 2008 22:17:16 -0500 Received: from rv-out-0708.google.com ([209.85.198.242]:37788) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LAyWh-0000ua-T7 for qemu-devel@nongnu.org; Thu, 11 Dec 2008 22:17:16 -0500 Received: by rv-out-0708.google.com with SMTP id f25so1188464rvb.22 for ; Thu, 11 Dec 2008 19:17:14 -0800 (PST) Message-ID: Date: Fri, 12 Dec 2008 12:17:14 +0900 From: "Jun Koi" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [Qemu-devel] snapshot vs COW? Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, >>From what I see, both snapshot and COW features can be used to try some changes on the file image before we the change back to the original image. But what is the advantages of snapshot over COW, and in which case we should use snapshot, but not COW? Vice verse, when COW is more appropriate? Many thanks, Jun