qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Ashish Mittal <ashmit602@gmail.com>
To: qemu-devel@nongnu.org, pbonzini@redhat.com, kwolf@redhat.com,
	armbru@redhat.com, berrange@redhat.com
Cc: Ketan.Nilangekar@veritas.com, Abhijit.Dey@veritas.com,
	Ashish Mittal <ashish.mittal@veritas.com>
Subject: [Qemu-devel] [PATCH RFC] Addition of Veritas HyperScale VxHS block device support
Date: Sun, 31 Jul 2016 16:52:15 -0700	[thread overview]
Message-ID: <1470009136-67737-1-git-send-email-ashish.mittal@veritas.com> (raw)

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	other threads:[~2016-07-31 23:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-31 23:52 Ashish Mittal [this message]
2016-07-31 23:52 ` [Qemu-devel] [PATCH RFC] block/vxhs: Initial commit to add Veritas HyperScale VxHS block device support Ashish Mittal
2016-08-08  7:46   ` Christoph Hellwig
2016-08-08 20:34     ` ashish mittal
  -- strict thread matches above, loose matches on Subject: below --
2016-08-01  1:06 [Qemu-devel] [PATCH RFC] Addition of " Ashish Mittal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1470009136-67737-1-git-send-email-ashish.mittal@veritas.com \
    --to=ashmit602@gmail.com \
    --cc=Abhijit.Dey@veritas.com \
    --cc=Ketan.Nilangekar@veritas.com \
    --cc=armbru@redhat.com \
    --cc=ashish.mittal@veritas.com \
    --cc=berrange@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).