From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45504) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UV19W-0005Cp-J7 for qemu-devel@nongnu.org; Wed, 24 Apr 2013 10:58:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UV19R-0006vk-SY for qemu-devel@nongnu.org; Wed, 24 Apr 2013 10:58:34 -0400 Received: from mail-ea0-x229.google.com ([2a00:1450:4013:c01::229]:52006) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UV19R-0006vM-MU for qemu-devel@nongnu.org; Wed, 24 Apr 2013 10:58:29 -0400 Received: by mail-ea0-f169.google.com with SMTP id d10so341173eaj.0 for ; Wed, 24 Apr 2013 07:58:28 -0700 (PDT) Date: Wed, 24 Apr 2013 16:58:26 +0200 From: Stefan Hajnoczi Message-ID: <20130424145826.GH24635@stefanha-thinkpad.redhat.com> References: <1366810169-23700-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1366810169-23700-1-git-send-email-kwolf@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: Kevin Wolf Cc: qemu-devel@nongnu.org, stefanha@redhat.com 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 :). Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan