cg3: remove TARGET_PAGE_SIZE rounding on dirty page detection
commit66e2f304a3af6304a3ba449b708e29fc4d2f6dc2
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Wed, 5 Apr 2017 08:02:46 +0000 (5 09:02 +0100)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Fri, 21 Apr 2017 07:31:15 +0000 (21 08:31 +0100)
tree7466b60421f96085aae7b65b1c5618f1a484212b
parentda92ada855036c55bd08b0b0c64c7551d56f3586
cg3: remove TARGET_PAGE_SIZE rounding on dirty page detection

This was an artifact from very early versions of the code from before the
memory API and is no longer needed.

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