This is a request to include a new block device protocol called vxhs in qemu.

Following work items have been completed:
(1) Rebase VxHS code to latest qemu master.
(2) Removed all errors/warnings found by checkpatch.pl
(3) Unit-tested qemu and qemu-io binaries to ensure that we are able to open a
vxhs type vdisk and read/write to it.
(4) Source code for the new network IO library (libqnio) that we use has been
open sourced and can be downloaded from:
https://github.com/MittalAshish/libqnio.git


Ashish Mittal (1):
  block/vxhs: Initial commit to add Veritas HyperScale VxHS block device
    support

 block/Makefile.objs |    1 +
 block/vxhs.c        | 1460 +++++++++++++++++++++++++++++++++++++++++++++++++++
 block/vxhs.h        |  355 +++++++++++++
 configure           |   24 +-
 4 files changed, 1839 insertions(+), 1 deletion(-)
 create mode 100644 block/vxhs.c
 create mode 100644 block/vxhs.h

-- 
2.5.5


Reply via email to