Re: [Qemu-devel] [PATCH for-2.0 13/47] bochs: Fix bitmap offset calculation

2014-03-26 Thread Max Reitz
On 26.03.2014 13:05, Stefan Hajnoczi wrote: From: Kevin Wolf 32 bit truncation could let us access the wrong offset in the image. Signed-off-by: Kevin Wolf Reviewed-by: Stefan Hajnoczi --- block/bochs.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Reviewed-by: Max Reitz

[Qemu-devel] [PATCH for-2.0 13/47] bochs: Fix bitmap offset calculation

2014-03-26 Thread Stefan Hajnoczi
From: Kevin Wolf 32 bit truncation could let us access the wrong offset in the image. Signed-off-by: Kevin Wolf Reviewed-by: Stefan Hajnoczi --- block/bochs.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/block/bochs.c b/block/bochs.c index a922782..826ec12 100644 -