]> git.ipfire.org Git - thirdparty/qemu.git/commit
cirrus: fix blit address mask handling
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 25 Jan 2017 10:09:56 +0000 (11:09 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 21 Mar 2017 20:01:12 +0000 (15:01 -0500)
commit8db38049c6eec4155c7861da6ca7642d5f06d0d8
tree86393cbe1a44ed9a2f33b3017fe7e8e7c7890b91
parent205a61956394d01aca6764bc6596a7ea584c4a61
cirrus: fix blit address mask handling

Apply the cirrus_addr_mask to cirrus_blt_dstaddr and cirrus_blt_srcaddr
right after assigning them, in cirrus_bitblt_start(), instead of having
this all over the place in the cirrus code, and missing a few places.

Reported-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 1485338996-17095-1-git-send-email-kraxel@redhat.com
(cherry picked from commit 60cd23e85151525ab26591394c4e7e06fa07d216)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/display/cirrus_vga.c