]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hw/display/tcx: add missing 64-bit access for framebuffer blitter
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Fri, 20 Nov 2020 08:17:54 +0000 (08:17 +0000)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Sun, 22 Nov 2020 10:43:30 +0000 (10:43 +0000)
commit48e5c7f34c557afe49396a00169629d24dc3342d
treeb93be0a2bc38ae6788e95419e0c4b189d54dade4
parente3a232cccd2445e5d9e607a65a78cdbc33ff8a0f
hw/display/tcx: add missing 64-bit access for framebuffer blitter

Commit ae5643ecc6 "hw/display/tcx: Allow 64-bit accesses to framebuffer stippler
and blitter" enabled 64-bit access for the TCX framebuffer stippler and blitter
but missed applying the change to one of the blitter MemoryRegions.

Whilst the original change works for me on my local NetBSD test image, the latest
NetBSD ISO panics on startup without this fix.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Fixes: ae5643ecc6 ("hw/display/tcx: Allow 64-bit accesses to framebuffer stippler and blitter")
Buglink: https://bugs.launchpad.net/bugs/1892540
Message-Id: <20201120081754.18250-1-mark.cave-ayland@ilande.co.uk>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
hw/display/tcx.c