From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bWfGp-0006lF-Iq for qemu-devel@nongnu.org; Mon, 08 Aug 2016 03:46:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bWfGl-000197-Ea for qemu-devel@nongnu.org; Mon, 08 Aug 2016 03:46:46 -0400 Received: from verein.lst.de ([213.95.11.211]:50639 helo=newverein.lst.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bWfGl-00018O-7G for qemu-devel@nongnu.org; Mon, 08 Aug 2016 03:46:43 -0400 Date: Mon, 8 Aug 2016 09:46:40 +0200 From: Christoph Hellwig Message-ID: <20160808074640.GA13588@lst.de> References: <1470009136-67737-1-git-send-email-ashish.mittal@veritas.com> <1470009136-67737-2-git-send-email-ashish.mittal@veritas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1470009136-67737-2-git-send-email-ashish.mittal@veritas.com> Subject: Re: [Qemu-devel] [PATCH RFC] block/vxhs: Initial commit to add Veritas HyperScale VxHS block device support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ashish Mittal Cc: qemu-devel@nongnu.org, pbonzini@redhat.com, kwolf@redhat.com, armbru@redhat.com, berrange@redhat.com, Ashish Mittal , Ketan.Nilangekar@veritas.com, Abhijit.Dey@veritas.com On Sun, Jul 31, 2016 at 04:52:16PM -0700, Ashish Mittal wrote: > This patch adds support for a new block device type called "vxhs". > Source code for the library that this code loads can be downloaded from: > https://github.com/MittalAshish/libqnio.git Do you also have a pointer to the server implementation?