]> Git Repo - qemu.git/commit
cirrus: fix cirrus_invalidate_region
authorGerd Hoffmann <[email protected]>
Wed, 15 Mar 2017 12:06:46 +0000 (13:06 +0100)
committerGerd Hoffmann <[email protected]>
Thu, 16 Mar 2017 07:58:15 +0000 (08:58 +0100)
commite048dac616748273c2153490e9fdf1da242f0cad
treeaae416e4bba1a7d5df989beb8d556287421aa5ca
parent827bd5172641f2a360ff9a3bad57bcf82e7f03f0
cirrus: fix cirrus_invalidate_region

off_cur_end is exclusive, so off_cur_end == cirrus_addr_mask is valid.
Fix calculation to make sure to allow that, otherwise the assert added
by commit f153b563f8cf121aebf5a2fff5f0110faf58ccb3 can trigger for valid
blits.

Test case: boot windows nt 4.0

Signed-off-by: Gerd Hoffmann <[email protected]>
Message-id: 1489579606[email protected]
hw/display/cirrus_vga.c
This page took 0.025554 seconds and 4 git commands to generate.