Re: [Qemu-devel] [PATCH] block: Disable driver-specific options for 1.5

2013-04-24 Thread Kevin Wolf
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. > > >

Re: [Qemu-devel] [PATCH] block: Disable driver-specific options for 1.5

2013-04-24 Thread Stefan Hajnoczi
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 apply

Re: [Qemu-devel] [PATCH] block: Disable driver-specific options for 1.5

2013-04-24 Thread Eric Blake
On 04/24/2013 07:29 AM, 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. Agreed that command line support without QMP support is awkward, so crippling the code

[Qemu-devel] [PATCH] block: Disable driver-specific options for 1.5

2013-04-24 Thread Kevin Wolf
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: Kev