qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH RFC] Addition of Veritas HyperScale VxHS block devic


From: Ashish Mittal
Subject: [Qemu-devel] [PATCH RFC] Addition of Veritas HyperScale VxHS block device support
Date: Sun, 31 Jul 2016 16:52:15 -0700

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

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