From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nd9oZ-0006Lt-NM for qemu-devel@nongnu.org; Thu, 04 Feb 2010 17:04:43 -0500 Received: from [199.232.76.173] (port=46742 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nd9oZ-0006LK-8E for qemu-devel@nongnu.org; Thu, 04 Feb 2010 17:04:43 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nd9oW-0000nf-HW for qemu-devel@nongnu.org; Thu, 04 Feb 2010 17:04:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48983) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nd9oV-0000nC-SO for qemu-devel@nongnu.org; Thu, 04 Feb 2010 17:04:40 -0500 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o14M4ZRo009615 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 4 Feb 2010 17:04:35 -0500 From: Naphtali Sprei Date: Fri, 5 Feb 2010 00:04:25 +0200 Message-Id: <1265321069-4105-1-git-send-email-nsprei@redhat.com> Subject: [Qemu-devel] [PATCH v2 resend 0/4] block: more read-only changes, related to backing files List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Naphtali Sprei This is version 2. The change between previous patch (only 3/4) is the order of closing/re-opening the image. Naphtali Sprei (4): Add open_flags to BlockDriverState Will be used later qemu-img: Fix qemu-img can't create qcow image based on read-only image Block: readonly changes Open backing file read-only also for snapshot mode