Re: [Qemu-devel] [PATCH 4/4] block: Assert qiov length matches request length

2014-07-05 Thread Max Reitz
On 04.07.2014 17:55, Kevin Wolf wrote: At least raw-posix relies on this because it can allocate bounce buffers based on the request length, but access it using all of the qiov entries later. Signed-off-by: Kevin Wolf --- block.c | 2 ++ block/raw-posix.c | 15 +++ 2

[Qemu-devel] [PATCH 4/4] block: Assert qiov length matches request length

2014-07-04 Thread Kevin Wolf
At least raw-posix relies on this because it can allocate bounce buffers based on the request length, but access it using all of the qiov entries later. Signed-off-by: Kevin Wolf --- block.c | 2 ++ block/raw-posix.c | 15 +++ 2 files changed, 13 insertions(+), 4 deletions