]> git.proxmox.com Git - mirror_qemu.git/commit
sm501: Fix support for non-zero frame buffer start address
authorBALATON Zoltan <balaton@eik.bme.hu>
Wed, 4 Jul 2018 09:40:58 +0000 (11:40 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Sat, 7 Jul 2018 02:12:27 +0000 (12:12 +1000)
commit33159dd7ce2ccd14ab31062d80632297e04e46cf
tree42464ca40ada6a48dd62305070e63eb9322b2d8a
parent06cb926aaa51970fc009245bb5e15700c19a56f8
sm501: Fix support for non-zero frame buffer start address

Display updates and drawing hardware cursor did not work when frame
buffer address was non-zero. Fix this by taking the frame buffer
address into account in these cases. This fixes screen dragging on
AmigaOS. Based on patch by Sebastian Bauer.

Signed-off-by: Sebastian Bauer <mail@sebastianbauer.info>
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/display/sm501.c