From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=40869 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHDJ3-0005Bz-G2 for qemu-devel@nongnu.org; Wed, 26 May 2010 05:53:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OHDJ2-0002M9-Dw for qemu-devel@nongnu.org; Wed, 26 May 2010 05:53:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16025) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OHDJ1-0002Lm-NF for qemu-devel@nongnu.org; Wed, 26 May 2010 05:53:44 -0400 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 o4Q9rfce006481 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 26 May 2010 05:53:41 -0400 Message-ID: <4BFCEF92.2010509@redhat.com> Date: Wed, 26 May 2010 11:53:22 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] drive: allow rerror, werror and readonly for if=none References: <1274863484-15147-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1274863484-15147-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org Am 26.05.2010 10:44, schrieb Gerd Hoffmann: > When creating guest disks the qdev way using ... > > -drive if=none,id=$name,args > -device $driver,drive=$name > > it is not possible to specify rerror, werror and readonly arguments > for drive as drive_init allows/blocks them based on the interface (if=) > specified and none isn't white-listed there. > > Signed-off-by: Gerd Hoffmann Thanks, applied to the block branch. Kevin