qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH V4] introduce .bdrv_needs_filename


From: Benoît Canet
Subject: [Qemu-devel] [PATCH V4] introduce .bdrv_needs_filename
Date: Tue, 24 Sep 2013 17:07:03 +0200

v4:
   Fix comment [Eric]
   Simplify if like the assertion [Kevin]

v3:
   Add comment [Eric]

v1-2:
    simplify assertion [Kevin]
    add .bdrv_needs_filename only to driver to having .bdrv_parse_filename nor
       .bdrv_open [Kevin]
    Tested that raw, qed and ssh protocols works fine.

Benoît Canet (1):
  block: introduce BlockDriver.bdrv_needs_filename to enable some
    drivers.

 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(-)

-- 
1.8.1.2




reply via email to

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