From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55338) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4B7W-00042u-W5 for qemu-devel@nongnu.org; Tue, 30 Jul 2013 10:41:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V4B7R-0006xh-IJ for qemu-devel@nongnu.org; Tue, 30 Jul 2013 10:41:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19859) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4B7R-0006xY-An for qemu-devel@nongnu.org; Tue, 30 Jul 2013 10:41:45 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r6UEfiOa012167 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 30 Jul 2013 10:41:44 -0400 Date: Tue, 30 Jul 2013 16:41:42 +0200 From: Stefan Hajnoczi Message-ID: <20130730144142.GC9018@stefanha-thinkpad.redhat.com> References: <1375189107-25313-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1375189107-25313-1-git-send-email-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH for-1.6] block: Disable driver-specific options for 1.6 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On Tue, Jul 30, 2013 at 02:58:27PM +0200, Kevin Wolf wrote: > We don't want to commit to the API yet before everything is worked out. > Like already for 1.5, disable it again for the 1.6 release. This commit > is meant to be reverted after the 1.6 release. > > The disabling of the driver-specific options is achieved by applying the > old checks while parsing the command line. > > Signed-off-by: Kevin Wolf > --- > blockdev.c | 143 +++++++++++++++++++++++++++++++++++++++++++++++ > tests/qemu-iotests/group | 2 +- > 2 files changed, 144 insertions(+), 1 deletion(-) Thanks, applied to my block tree for QEMU 1.6-rc: https://github.com/stefanha/qemu/commits/block Stefan