Hi, Preparing to finally merge the vga cleanup patches from ben, sitting in a local branch for too log. The latest revision has not been on the list for review IIRC, so here it is.
This is the first batch only, clearing out obsolete code. I have more bits pending, for framebuffer endianness support and cirrus hardware emulation fixes. please review, Gerd Benjamin Herrenschmidt (8): vga: Start cutting out non-32bpp conversion support vga: Remove remainder of old conversion cruft vga: Separate LE and BE conversion functions vga: Remove rgb_to_pixel indirection vga: Simplify vga_draw_blank() a bit cirrus: Remove non-32bpp cursor drawing vga: Remove some "should be done in BIOS" comments vga: Rename vga_template.h to vga-helpers.h hw/display/cirrus_vga.c | 79 +++--- hw/display/cirrus_vga_template.h | 102 -------- hw/display/{vga_template.h => vga-helpers.h} | 318 ++++++++++++------------- hw/display/vga.c | 343 +++++---------------------- hw/display/vga_int.h | 2 - 5 files changed, 254 insertions(+), 590 deletions(-) delete mode 100644 hw/display/cirrus_vga_template.h rename hw/display/{vga_template.h => vga-helpers.h} (52%) -- 1.8.3.1