]> git.proxmox.com Git - qemu.git/commit
tcx: Fix 24-bit display mode
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Sun, 2 Jun 2013 16:23:00 +0000 (17:23 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 2 Jun 2013 16:45:40 +0000 (16:45 +0000)
commitf10acc8b38d65a66ffa0588a036489d7fa6a593e
tree9c00c470e6f5495d63e9fe70d8c2699ca64c5486
parentdec3fc9657e0682637de4d5a29d947284d01985c
tcx: Fix 24-bit display mode

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 <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/display/tcx.c