Re: [Qemu-devel] [PATCH] tcx: Fix 24-bit display mode

2013-06-02 Thread Mark Cave-Ayland
On 01/06/13 21:59, Blue Swirl wrote: On Sat, Jun 1, 2013 at 11:41 AM, Mark Cave-Ayland wrote: Commit d08151bf (conversion of tcx to the memory API) broke the 24-bit mode of the tcx display adapter by accidentally passing in the final address of the dirty region to memory_region_reset_dirty()

Re: [Qemu-devel] [PATCH] tcx: Fix 24-bit display mode

2013-06-01 Thread Blue Swirl
On Sat, Jun 1, 2013 at 11:41 AM, Mark Cave-Ayland wrote: > Commit d08151bf (conversion of tcx to the memory API) broke the 24-bit mode of > the tcx display adapter by accidentally passing in the final address of the > dirty region to memory_region_reset_dirty() instead of its size. > > Signed-off-

[Qemu-devel] [PATCH] tcx: Fix 24-bit display mode

2013-06-01 Thread Mark Cave-Ayland
Commit d08151bf (conversion of tcx to the memory API) broke the 24-bit mode of the tcx display adapter by accidentally passing in the final address of the dirty region to memory_region_reset_dirty() instead of its size. Signed-off-by: Mark Cave-Ayland --- hw/display/tcx.c |8 1 file