qemu-devel
[Top][All Lists]
Advanced

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

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


From: Benoît Canet
Subject: [Qemu-devel] [PATCH V2] introduce .bdrv_needs_filename
Date: Mon, 23 Sep 2013 13:52:50 +0200

since v1:
    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 | 1 +
 8 files changed, 20 insertions(+), 2 deletions(-)

-- 
1.8.1.2




reply via email to

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