From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48087) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UV1EM-0008Tg-Bl for qemu-devel@nongnu.org; Wed, 24 Apr 2013 11:03:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UV1EH-0000ft-5k for qemu-devel@nongnu.org; Wed, 24 Apr 2013 11:03:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59041) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UV1EG-0000eY-Th for qemu-devel@nongnu.org; Wed, 24 Apr 2013 11:03:29 -0400 Date: Wed, 24 Apr 2013 17:03:25 +0200 From: Kevin Wolf Message-ID: <20130424150325.GC2739@dhcp-200-207.str.redhat.com> References: <1366810169-23700-1-git-send-email-kwolf@redhat.com> <20130424145826.GH24635@stefanha-thinkpad.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130424145826.GH24635@stefanha-thinkpad.redhat.com> Subject: Re: [Qemu-devel] [PATCH] block: Disable driver-specific options for 1.5 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, stefanha@redhat.com Am 24.04.2013 um 16:58 hat Stefan Hajnoczi geschrieben: > On Wed, Apr 24, 2013 at 03:29:29PM +0200, Kevin Wolf wrote: > > We don't want to commit to the API yet before everything is worked out. > > Disable it for the 1.5 release. This commit is meant to be reverted > > after the 1.5 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 | 118 +++++++++++++++++++++++++++++++++++++++++++++-- > > tests/qemu-iotests/group | 2 +- > > 2 files changed, 115 insertions(+), 5 deletions(-) > > I was wondering why you merged the original patches already, this explains it :). The original patches came in three or four series, the first of which was merged about a month ago. So it didn't make sense to hold back just the last one as the basics were already in. Kevin