From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fzzi5-0004gZ-1x for qemu-devel@nongnu.org; Wed, 12 Sep 2018 03:37:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fzzgk-0002ff-03 for qemu-devel@nongnu.org; Wed, 12 Sep 2018 03:35:50 -0400 Received: from mail-ua1-x934.google.com ([2607:f8b0:4864:20::934]:34762) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fzzgj-0002fK-PF for qemu-devel@nongnu.org; Wed, 12 Sep 2018 03:35:49 -0400 Received: by mail-ua1-x934.google.com with SMTP id r15-v6so924257uao.1 for ; Wed, 12 Sep 2018 00:35:49 -0700 (PDT) MIME-Version: 1.0 From: lampahome Date: Wed, 12 Sep 2018 15:35:48 +0800 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: [Qemu-devel] Can I convert backing file to internal snapshot? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers I have two qcow2 A & B, and A is backing file of B. Can I convert both A&B to one image and containing data of both? ex: one new image will contain data of A and B. When I check it by qemu-img info, I can see one snapshot in the new image. thanks