qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/8] vga cleanup series
@ 2014-09-22 14:44 Gerd Hoffmann
  2014-09-22 14:44 ` [Qemu-devel] [PATCH 1/8] vga: Start cutting out non-32bpp conversion support Gerd Hoffmann
                   ` (7 more replies)
  0 siblings, 8 replies; 18+ messages in thread
From: Gerd Hoffmann @ 2014-09-22 14:44 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  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

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2014-09-26  7:19 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-22 14:44 [Qemu-devel] [PATCH 0/8] vga cleanup series Gerd Hoffmann
2014-09-22 14:44 ` [Qemu-devel] [PATCH 1/8] vga: Start cutting out non-32bpp conversion support Gerd Hoffmann
2014-09-26  4:10   ` David Gibson
2014-09-22 14:44 ` [Qemu-devel] [PATCH 2/8] vga: Remove remainder of old conversion cruft Gerd Hoffmann
2014-09-26  4:10   ` David Gibson
2014-09-22 14:44 ` [Qemu-devel] [PATCH 3/8] vga: Separate LE and BE conversion functions Gerd Hoffmann
2014-09-26  4:16   ` David Gibson
2014-09-26  6:25     ` Gerd Hoffmann
2014-09-22 14:44 ` [Qemu-devel] [PATCH 4/8] vga: Remove rgb_to_pixel indirection Gerd Hoffmann
2014-09-26  4:18   ` David Gibson
2014-09-22 14:44 ` [Qemu-devel] [PATCH 5/8] vga: Simplify vga_draw_blank() a bit Gerd Hoffmann
2014-09-26  4:20   ` David Gibson
2014-09-22 14:44 ` [Qemu-devel] [PATCH 6/8] cirrus: Remove non-32bpp cursor drawing Gerd Hoffmann
2014-09-26  4:21   ` David Gibson
2014-09-22 14:44 ` [Qemu-devel] [PATCH 7/8] vga: Remove some "should be done in BIOS" comments Gerd Hoffmann
2014-09-26  4:22   ` David Gibson
2014-09-22 14:44 ` [Qemu-devel] [PATCH 8/8] vga: Rename vga_template.h to vga-helpers.h Gerd Hoffmann
2014-09-26  4:22   ` David Gibson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).