On Thu, Sep 11, 2014 at 01:53:49AM -0700, Sanjay Kumar2 wrote:
> 1. With my new network based disk protocol, if I use 'raw' format, then it
> is working perfectly. But, when I am using 'qcow2' format, then is it causing
> issue. After debugging I found that it is returning because
> bdrv_get_ge
4 7:29 PM
To: Sanjay Kumar2
Cc: 'qemu-devel@nongnu.org'
Subject: Re: [Qemu-devel] [Important] Query regarding bdrv_co_discard
On Thu, Sep 04, 2014 at 05:56:53AM -0700, Sanjay Kumar2 wrote:
> Output of hdparam is below. Also let me know does network based protocol
> supports '
On Thu, Sep 04, 2014 at 05:56:53AM -0700, Sanjay Kumar2 wrote:
> Output of hdparam is below. Also let me know does network based protocol
> supports 'qcow2' format. As my block driver is network based. It is perfectly
> working for raw format. When I change the type='qcow2', then it is not
> wor
Output of hdparam is below. Also let me know does network based protocol
supports 'qcow2' format. As my block driver is network based. It is perfectly
working for raw format. When I change the type='qcow2', then it is not working
because bdrv_get_geometry() is returning 0. This I am talking abou