]> xenbits.xensource.com Git - qemu-xen.git/commit
tcx: alter tcx24_check_dirty() to accept address and length parameters
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Wed, 5 Apr 2017 08:02:46 +0000 (09:02 +0100)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Fri, 21 Apr 2017 08:02:04 +0000 (09:02 +0100)
commit427ee02bc9a3b8b5d5cb1066f6100a89eba6b201
tree46db0ce6073dbc23e25d6b2068e91257da3f7a43
parent4b865c28099ddd365062f46dd1ad83c03b2468eb
tcx: alter tcx24_check_dirty() to accept address and length parameters

This can now be used by both the 8-bit and 24-bit display code, so rename
to tcx_check_dirty().

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
hw/display/tcx.c