From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bU0Xo-00064b-Uz for qemu-devel@nongnu.org; Sun, 31 Jul 2016 19:53:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bU0Xk-00046N-R8 for qemu-devel@nongnu.org; Sun, 31 Jul 2016 19:53:19 -0400 Received: from mail-pa0-x242.google.com ([2607:f8b0:400e:c03::242]:33411) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bU0Xk-00046J-JD for qemu-devel@nongnu.org; Sun, 31 Jul 2016 19:53:16 -0400 Received: by mail-pa0-x242.google.com with SMTP id q2so8767038pap.0 for ; Sun, 31 Jul 2016 16:53:16 -0700 (PDT) From: Ashish Mittal Date: Sun, 31 Jul 2016 16:52:15 -0700 Message-Id: <1470009136-67737-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