Re: [Qemu-devel] [PATCH v3 12/14] block: Clamp BlockBackend requests

2015-01-27 Thread Eric Blake
On 01/26/2015 08:00 AM, Max Reitz wrote: > BlockBackend is used as the interface between the block layer and guest > devices. It should therefore assure that all requests are clamped to the > image size. > > Signed-off-by: Max Reitz > --- > block/block-backend.c | 152 >

[Qemu-devel] [PATCH v3 12/14] block: Clamp BlockBackend requests

2015-01-26 Thread Max Reitz
BlockBackend is used as the interface between the block layer and guest devices. It should therefore assure that all requests are clamped to the image size. Signed-off-by: Max Reitz --- block/block-backend.c | 152 ++ 1 file changed, 152 insertions