Re: [Qemu-devel] [PATCH v3 13/14] block: Remove growable from BDS

2015-02-02 Thread Kevin Wolf
Am 26.01.2015 um 16:00 hat Max Reitz geschrieben: Now that request clamping is done in the BlockBackend, the growable field can be removed from the BlockDriverState. All BDSs are now treated as being growable (that is, they are allowed to grow; they are not necessarily actually able to).

Re: [Qemu-devel] [PATCH v3 13/14] block: Remove growable from BDS

2015-02-02 Thread Max Reitz
On 2015-02-02 at 14:46, Kevin Wolf wrote: Am 26.01.2015 um 16:00 hat Max Reitz geschrieben: Now that request clamping is done in the BlockBackend, the growable field can be removed from the BlockDriverState. All BDSs are now treated as being growable (that is, they are allowed to grow; they are

Re: [Qemu-devel] [PATCH v3 13/14] block: Remove growable from BDS

2015-01-27 Thread Eric Blake
On 01/26/2015 08:00 AM, Max Reitz wrote: Now that request clamping is done in the BlockBackend, the growable field can be removed from the BlockDriverState. All BDSs are now treated as being growable (that is, they are allowed to grow; they are not necessarily actually able to).

[Qemu-devel] [PATCH v3 13/14] block: Remove growable from BDS

2015-01-26 Thread Max Reitz
Now that request clamping is done in the BlockBackend, the growable field can be removed from the BlockDriverState. All BDSs are now treated as being growable (that is, they are allowed to grow; they are not necessarily actually able to). Signed-off-by: Max Reitz mre...@redhat.com --- block.c