Re: [Qemu-devel] [PATCH 03/10] block: Make bdrv_file_open() static

2014-02-03 Thread Kevin Wolf
Am 31.01.2014 um 21:20 hat Max Reitz geschrieben: > On 29.01.2014 14:26, Kevin Wolf wrote: > >Am 26.01.2014 um 20:02 hat Max Reitz geschrieben: > >>Add the bdrv_open() option BDRV_O_PROTOCOL which results in passing the > >>call to bdrv_file_open(). Additionally, make bdrv_file_open() static and >

Re: [Qemu-devel] [PATCH 03/10] block: Make bdrv_file_open() static

2014-01-31 Thread Max Reitz
On 29.01.2014 14:26, Kevin Wolf wrote: Am 26.01.2014 um 20:02 hat Max Reitz geschrieben: Add the bdrv_open() option BDRV_O_PROTOCOL which results in passing the call to bdrv_file_open(). Additionally, make bdrv_file_open() static and therefore bdrv_open() the only way to call it. Consequently,

Re: [Qemu-devel] [PATCH 03/10] block: Make bdrv_file_open() static

2014-01-29 Thread Kevin Wolf
Am 26.01.2014 um 20:02 hat Max Reitz geschrieben: > Add the bdrv_open() option BDRV_O_PROTOCOL which results in passing the > call to bdrv_file_open(). Additionally, make bdrv_file_open() static and > therefore bdrv_open() the only way to call it. > > Consequently, all existing calls to bdrv_file_

Re: [Qemu-devel] [PATCH 03/10] block: Make bdrv_file_open() static

2014-01-26 Thread Benoît Canet
Le Sunday 26 Jan 2014 à 20:02:36 (+0100), Max Reitz a écrit : > Add the bdrv_open() option BDRV_O_PROTOCOL which results in passing the > call to bdrv_file_open(). Additionally, make bdrv_file_open() static and > therefore bdrv_open() the only way to call it. > > Consequently, all existing calls t

[Qemu-devel] [PATCH 03/10] block: Make bdrv_file_open() static

2014-01-26 Thread Max Reitz
Add the bdrv_open() option BDRV_O_PROTOCOL which results in passing the call to bdrv_file_open(). Additionally, make bdrv_file_open() static and therefore bdrv_open() the only way to call it. Consequently, all existing calls to bdrv_file_open() have to be adjusted to use bdrv_open() with the BDRV_