From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51752) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bU1iL-0004c3-SB for qemu-devel@nongnu.org; Sun, 31 Jul 2016 21:08:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bU1iG-0005aI-NI for qemu-devel@nongnu.org; Sun, 31 Jul 2016 21:08:16 -0400 Received: from mail-pa0-x241.google.com ([2607:f8b0:400e:c03::241]:34862) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bU1iG-0005aD-GG for qemu-devel@nongnu.org; Sun, 31 Jul 2016 21:08:12 -0400 Received: by mail-pa0-x241.google.com with SMTP id cf3so8824605pad.2 for ; Sun, 31 Jul 2016 18:08:12 -0700 (PDT) From: Ashish Mittal Date: Sun, 31 Jul 2016 18:06:29 -0700 Message-Id: <1470013590-3046-1-git-send-email-ashish.mittal@veritas.com> Subject: [Qemu-devel] [PATCH RFC] Addition of Veritas HyperScale VxHS block device support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 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