qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH RFC] Addition of Veritas HyperScale VxHS block device support
@ 2016-08-01  1:06 Ashish Mittal
  2016-08-01  1:06 ` [Qemu-devel] [PATCH RFC] block/vxhs: Initial commit to add " Ashish Mittal
  0 siblings, 1 reply; 7+ messages in thread
From: Ashish Mittal @ 2016-08-01  1:06 UTC (permalink / raw)
  To: qemu-devel, pbonzini, kwolf, armbru, berrange
  Cc: Ketan.Nilangekar, Abhijit.Dey, Ashish Mittal

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

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [Qemu-devel] [PATCH RFC] Addition of Veritas HyperScale VxHS block device support
@ 2016-07-31 23:52 Ashish Mittal
  2016-07-31 23:52 ` [Qemu-devel] [PATCH RFC] block/vxhs: Initial commit to add " Ashish Mittal
  0 siblings, 1 reply; 7+ messages in thread
From: Ashish Mittal @ 2016-07-31 23:52 UTC (permalink / raw)
  To: qemu-devel, pbonzini, kwolf, armbru, berrange
  Cc: Ketan.Nilangekar, Abhijit.Dey, Ashish Mittal

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

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

end of thread, other threads:[~2016-08-08 20:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-01  1:06 [Qemu-devel] [PATCH RFC] Addition of Veritas HyperScale VxHS block device support Ashish Mittal
2016-08-01  1:06 ` [Qemu-devel] [PATCH RFC] block/vxhs: Initial commit to add " Ashish Mittal
2016-08-01 10:04   ` Daniel P. Berrange
2016-08-03 16:00   ` Stefan Hajnoczi
  -- strict thread matches above, loose matches on Subject: below --
2016-07-31 23:52 [Qemu-devel] [PATCH RFC] Addition of " Ashish Mittal
2016-07-31 23:52 ` [Qemu-devel] [PATCH RFC] block/vxhs: Initial commit to add " Ashish Mittal
2016-08-08  7:46   ` Christoph Hellwig
2016-08-08 20:34     ` ashish mittal

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).