Re: [Qemu-devel] [PATCH v7 1/2] block/vxhs.c: Add support for a new block device type called "vxhs"

2017-02-15 Thread ashish mittal
On Mon, Feb 13, 2017 at 6:57 AM, Stefan Hajnoczi wrote: > On Tue, Feb 07, 2017 at 08:18:13PM -0800, Ashish Mittal wrote: >> +static int vxhs_parse_uri(const char *filename, QDict *options) >> +{ >> +URI *uri = NULL; >> +char *hoststr, *portstr; >> +char *port; >> +

Re: [Qemu-devel] [PATCH v7 1/2] block/vxhs.c: Add support for a new block device type called "vxhs"

2017-02-13 Thread Daniel P. Berrange
On Tue, Feb 07, 2017 at 08:18:13PM -0800, Ashish Mittal wrote: > From: Ashish Mittal > > Source code for the qnio library that this code loads can be downloaded from: > https://github.com/VeritasHyperScale/libqnio.git > > Sample command line using JSON syntax: >

Re: [Qemu-devel] [PATCH v7 1/2] block/vxhs.c: Add support for a new block device type called "vxhs"

2017-02-13 Thread Stefan Hajnoczi
On Tue, Feb 07, 2017 at 08:18:13PM -0800, Ashish Mittal wrote: > +static int vxhs_parse_uri(const char *filename, QDict *options) > +{ > +URI *uri = NULL; > +char *hoststr, *portstr; > +char *port; > +int ret = 0; > + > +trace_vxhs_parse_uri_filename(filename); > +uri =

Re: [Qemu-devel] [PATCH v7 1/2] block/vxhs.c: Add support for a new block device type called "vxhs"

2017-02-08 Thread Jeff Cody
On Wed, Feb 08, 2017 at 02:48:16PM -0800, ashish mittal wrote: > On Wed, Feb 8, 2017 at 2:35 PM, Ketan Nilangekar > wrote: > > > > > > On 2/8/17, 2:21 PM, "Jeff Cody" wrote: > > > > On Tue, Feb 07, 2017 at 08:18:13PM -0800, Ashish Mittal wrote:

Re: [Qemu-devel] [PATCH v7 1/2] block/vxhs.c: Add support for a new block device type called "vxhs"

2017-02-08 Thread ashish mittal
On Wed, Feb 8, 2017 at 2:35 PM, Ketan Nilangekar wrote: > > > On 2/8/17, 2:21 PM, "Jeff Cody" wrote: > > On Tue, Feb 07, 2017 at 08:18:13PM -0800, Ashish Mittal wrote: > > From: Ashish Mittal > > > >

Re: [Qemu-devel] [PATCH v7 1/2] block/vxhs.c: Add support for a new block device type called "vxhs"

2017-02-08 Thread Ketan Nilangekar
On 2/8/17, 2:21 PM, "Jeff Cody" wrote: On Tue, Feb 07, 2017 at 08:18:13PM -0800, Ashish Mittal wrote: > From: Ashish Mittal > > Source code for the qnio library that this code loads can be downloaded from: >

Re: [Qemu-devel] [PATCH v7 1/2] block/vxhs.c: Add support for a new block device type called "vxhs"

2017-02-08 Thread Jeff Cody
On Tue, Feb 07, 2017 at 08:18:13PM -0800, Ashish Mittal wrote: > From: Ashish Mittal > > Source code for the qnio library that this code loads can be downloaded from: > https://github.com/VeritasHyperScale/libqnio.git > What branch does this use for libqnio? I was

[Qemu-devel] [PATCH v7 1/2] block/vxhs.c: Add support for a new block device type called "vxhs"

2017-02-07 Thread Ashish Mittal
From: Ashish Mittal Source code for the qnio library that this code loads can be downloaded from: https://github.com/VeritasHyperScale/libqnio.git Sample command line using JSON syntax: ./x86_64-softmmu/qemu-system-x86_64 -name instance-0008 -S -vnc 0.0.0.0:0 -k