From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NVQlJ-0004P5-32 for qemu-devel@nongnu.org; Thu, 14 Jan 2010 09:33:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NVQlE-0004Na-6V for qemu-devel@nongnu.org; Thu, 14 Jan 2010 09:33:24 -0500 Received: from [199.232.76.173] (port=51312 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVQlD-0004NX-Uf for qemu-devel@nongnu.org; Thu, 14 Jan 2010 09:33:19 -0500 Received: from mx1.redhat.com ([209.132.183.28]:45076) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NVQlD-0006wP-8C for qemu-devel@nongnu.org; Thu, 14 Jan 2010 09:33:19 -0500 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o0EEXHla006565 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 14 Jan 2010 09:33:17 -0500 Received: from [10.35.0.60] (dhcp-0-60.tlv.redhat.com [10.35.0.60]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o0EEXETX026401 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 14 Jan 2010 09:33:16 -0500 Message-ID: <4B4F2B2A.6060906@redhat.com> Date: Thu, 14 Jan 2010 16:33:14 +0200 From: Naphtali Sprei MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 0/3] Modifications to the drives' readonly attribute List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Naphtali Sprei (3): Make CDROM a read-only drive Switch to bit-flags based read-only drive option implementation Disable fall-back to read-only when cannot open drive's file for read-write block.c | 29 +++++++++++++---------------- block.h | 4 ++-- block/raw-posix.c | 2 +- block/raw-win32.c | 4 ++-- block/vmdk.c | 9 +++++---- hw/xen_disk.c | 2 +- monitor.c | 2 +- qemu-img.c | 10 ++++++---- qemu-io.c | 14 ++++++-------- qemu-nbd.c | 2 +- qemu-options.hx | 2 +- vl.c | 14 +++++++++++--- 12 files changed, 50 insertions(+), 44 deletions(-)