[Qemu-devel] [PATCH] raw: Fix BlockLimits passthrough

2014-02-04 Thread Kevin Wolf
raw copies over the BlockLimits of bs->file during bdrv_open(). However, since commit d34682cd it is immediately overwritten during bdrv_refresh_limits(). This caused all fields except for opt_transfer_length and opt_mem_alignment (which happen to be correctly inherited in generic code) to be zeroe

Re: [Qemu-devel] [PATCH] raw: Fix BlockLimits passthrough

2014-02-04 Thread Laszlo Ersek
On 02/04/14 12:01, Kevin Wolf wrote: > raw copies over the BlockLimits of bs->file during bdrv_open(). > However, since commit d34682cd it is immediately overwritten during > bdrv_refresh_limits(). This caused all fields except for > opt_transfer_length and opt_mem_alignment (which happen to be cor