Re: [Qemu-devel] Re: [PATCH] Replace calls of old bdrv_open

2010-04-05 Thread Christoph Hellwig
On Wed, Mar 31, 2010 at 03:12:56PM +0200, Kevin Wolf wrote: > > If I can have my pony, your patch is better than current behaviour :) > > Feel free to post a v2 that implements your version. :-) No real need for that, it can also be done as a separate path on top of this one. Note that there's a

[Qemu-devel] Re: [PATCH] Replace calls of old bdrv_open

2010-03-31 Thread Juan Quintela
Kevin Wolf wrote: > What is known today as bdrv_open2 becomes the new bdrv_open. All remaining > callers of the old function are converted to the new one. In some places they > even know the right format, so they should have used bdrv_open2 from the > beginning. > > Signed-off-by: Kevin Wolf I w

[Qemu-devel] Re: [PATCH] Replace calls of old bdrv_open

2010-03-31 Thread Kevin Wolf
Am 31.03.2010 15:08, schrieb Juan Quintela: > Kevin Wolf wrote: >> What is known today as bdrv_open2 becomes the new bdrv_open. All remaining >> callers of the old function are converted to the new one. In some places they >> even know the right format, so they should have used bdrv_open2 from the

[Qemu-devel] Re: [PATCH] Replace calls of old bdrv_open

2010-03-31 Thread Juan Quintela
Kevin Wolf wrote: > What is known today as bdrv_open2 becomes the new bdrv_open. All remaining > callers of the old function are converted to the new one. In some places they > even know the right format, so they should have used bdrv_open2 from the > beginning. > > Signed-off-by: Kevin Wolf I w