]> git.ipfire.org Git - thirdparty/qemu.git/commit
ati-vga: Fix indexed access to video memory
authorBALATON Zoltan <balaton@eik.bme.hu>
Mon, 18 Mar 2019 22:34:46 +0000 (23:34 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 26 Mar 2019 11:06:49 +0000 (12:06 +0100)
commit339534d402524d75209df5d287464e17feb6941f
tree0a51f2b2802d4384e819e87d5ea71b511ae8cce6
parentab8789987f5e8d09b71e7425f3980b259967e17c
ati-vga: Fix indexed access to video memory

Coverity (CID 1399700) found that this was wrong so instead of trying
to do it by hand use existing access functions that should work better.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Message-id: 20190318223842.427CB7456B2@zero.eik.bme.hu
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/display/ati.c