On Fri, Mar 05, 2021 at 02:48:11PM +0000, Peter Maydell wrote: > Ping for review?
Looks all sane from ui point of view. Acked-by: Gerd Hoffmann <kra...@redhat.com> I suspect we still have some code duplication here due to each display device having its own set of line render functions. We should be able to share them at least for common formats. hw/display/framebuffer.c looks like a good place for shared helpers. take care, Gerd