cirrus: fix blit address mask handling
commit60cd23e85151525ab26591394c4e7e06fa07d216
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 25 Jan 2017 10:09:56 +0000 (25 11:09 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 1 Feb 2017 08:47:22 +0000 (1 09:47 +0100)
tree7dfb63e5cecb7d0c1b0b363d0b8f58b072087216
parent5858dd1801883309bdd208d72ddb81c4e9fee30c
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
hw/display/cirrus_vga.c