qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/2] allow blockdev-add for NFS


From: Ashijeet Acharya
Subject: [Qemu-devel] [PATCH 0/2] allow blockdev-add for NFS
Date: Wed, 19 Oct 2016 18:08:29 +0530

This series adds blockdev-add support for NFS block driver.

Patch 1 helps to prepare NFS driver to make use of several runtime_opts
as they appear in the URI. This will make NFS to do things similar to
the way other drivers available in the block layer do.

Patch 2 helps to allow blockdev-add support for the NFS block driver
by making the NFS option available.

Ashijeet Acharya (2):
  block/nfs: Introduce runtime_opts in NFS
  qapi: allow blockdev-add for NFS

 block/nfs.c          | 360 +++++++++++++++++++++++++++++++++++++--------------
 qapi/block-core.json |  56 +++++++-
 2 files changed, 313 insertions(+), 103 deletions(-)

-- 
2.6.2




reply via email to

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