qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH V4] block: introduce BlockDriver.bdrv_needs_file


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH V4] block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.
Date: Wed, 25 Sep 2013 13:25:39 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Am 24.09.2013 um 17:21 hat Eric Blake geschrieben:
> On 09/24/2013 09:07 AM, Benoît Canet wrote:
> > Some drivers will have driver specifics options but no filename.
> > This new bool allow the block layer to treat them correctly.
> > 
> > The .bdrv_needs_filename is set in drivers not having .bdrv_parse_filename 
> > and
> > not having .bdrv_open.
> > 
> > The first exception to this rule will be the quorum driver.
> > 
> > Signed-off-by: Benoit Canet <address@hidden>
> > ---
> >  block.c                   | 5 +++--
> >  block/gluster.c           | 4 ++++
> >  block/iscsi.c             | 1 +
> >  block/raw-posix.c         | 5 +++++
> >  block/raw-win32.c         | 2 ++
> >  block/rbd.c               | 1 +
> >  block/sheepdog.c          | 3 +++
> >  include/block/block_int.h | 6 ++++++
> >  8 files changed, 25 insertions(+), 2 deletions(-)
> 
> Reviewed-by: Eric Blake <address@hidden>

Thanks, applied to the block branch (with manual conflict resolution)

Kevin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]