Re: [Qemu-devel] [PATCH 1/9] block: Create bdrv_fill_options()

2014-06-23 Thread Benoît Canet
The Monday 23 Jun 2014 à 17:30:45 (+0200), Kevin Wolf wrote : > Am 12.06.2014 um 14:08 hat Benoît Canet geschrieben: > > The Wednesday 11 Jun 2014 à 16:04:55 (+0200), Kevin Wolf wrote : > > > The idea of bdrv_fill_options() is to convert every parameter for > > > opening images, in particular the f

Re: [Qemu-devel] [PATCH 1/9] block: Create bdrv_fill_options()

2014-06-23 Thread Kevin Wolf
Am 12.06.2014 um 14:08 hat Benoît Canet geschrieben: > The Wednesday 11 Jun 2014 à 16:04:55 (+0200), Kevin Wolf wrote : > > The idea of bdrv_fill_options() is to convert every parameter for > > opening images, in particular the filename and flags, to entries in the > > options QDict. > > > > This

Re: [Qemu-devel] [PATCH 1/9] block: Create bdrv_fill_options()

2014-06-12 Thread Benoît Canet
The Wednesday 11 Jun 2014 à 16:04:55 (+0200), Kevin Wolf wrote : > The idea of bdrv_fill_options() is to convert every parameter for > opening images, in particular the filename and flags, to entries in the > options QDict. > > This patch starts with moving the filename parsing and driver probing

Re: [Qemu-devel] [PATCH 1/9] block: Create bdrv_fill_options()

2014-06-11 Thread Eric Blake
On 06/11/2014 08:04 AM, Kevin Wolf wrote: > The idea of bdrv_fill_options() is to convert every parameter for > opening images, in particular the filename and flags, to entries in the > options QDict. > > This patch starts with moving the filename parsing and driver probing > part from bdrv_file_o