qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH V2] introduce .bdrv_needs_filename
@ 2013-09-23 11:52 Benoît Canet
  2013-09-23 11:52 ` [Qemu-devel] [PATCH V2] block: introduce BlockDriver.bdrv_needs_filename to enable some drivers Benoît Canet
  0 siblings, 1 reply; 3+ messages in thread
From: Benoît Canet @ 2013-09-23 11:52 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, Benoît Canet, stefanha

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-09-23 15:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-23 11:52 [Qemu-devel] [PATCH V2] introduce .bdrv_needs_filename Benoît Canet
2013-09-23 11:52 ` [Qemu-devel] [PATCH V2] block: introduce BlockDriver.bdrv_needs_filename to enable some drivers Benoît Canet
2013-09-23 15:59   ` Eric Blake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).