qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/8] console cleanups
@ 2012-10-15  9:51 Gerd Hoffmann
  2012-10-15  9:51 ` [Qemu-devel] [PATCH 1/8] console: QLIST-ify display change listeners Gerd Hoffmann
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Gerd Hoffmann @ 2012-10-15  9:51 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

First step in making qemu use pixman:  A bunch of console subsystem
cleanups.

cheers,
  Gerd

The following changes since commit 8b4a3df8081f3e6f1061ed5cbb303ad623ade66b:

  Fix popcnt in long mode (2012-10-14 14:55:09 +0400)

are available in the git repository at:
  git://git.kraxel.org/qemu pixman.v2

Gerd Hoffmann (8):
      console: QLIST-ify display change listeners.
      console: add unregister_displaychangelistener
      console: move set_mouse + cursor_define callbacks
      console: s/TextConsole/QemuConsole/
      console: untangle gfx & txt updates
      console: init displaychangelisteners on register
      vga: fix text mode updating
      console: remove dpy_gfx_fill

 console.c            |  133 ++++++++++++++++++++-------------------
 console.h            |  171 ++++++++++++++++++++++++++++++++++---------------
 hw/blizzard.c        |    4 +-
 hw/exynos4210_fimd.c |    2 +-
 hw/g364fb.c          |    7 +-
 hw/jazz_led.c        |    6 +-
 hw/milkymist-vgafb.c |    2 +-
 hw/musicpal.c        |    2 +-
 hw/nseries.c         |    2 +-
 hw/omap_lcdc.c       |    2 +-
 hw/palm.c            |    2 +-
 hw/pl110.c           |    2 +-
 hw/pxa2xx_lcd.c      |    8 +-
 hw/qxl-render.c      |   12 ++--
 hw/qxl.c             |    4 +-
 hw/sm501.c           |    4 +-
 hw/ssd0303.c         |    2 +-
 hw/ssd0323.c         |    2 +-
 hw/tc6393xb.c        |    4 +-
 hw/tcx.c             |   16 +++---
 hw/vga.c             |   63 +++++++++++-------
 hw/vga_int.h         |    2 +
 hw/vmware_vga.c      |   15 +++--
 hw/xenfb.c           |    2 +-
 qemu-common.h        |    3 +-
 ui/curses.c          |   21 ++----
 ui/sdl.c             |   25 +++-----
 ui/spice-display.c   |    8 +-
 ui/vnc.c             |   16 +++---
 vl.c                 |   49 ++++++++++----
 30 files changed, 342 insertions(+), 249 deletions(-)

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

end of thread, other threads:[~2012-10-15 14:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-15  9:51 [Qemu-devel] [PATCH 0/8] console cleanups Gerd Hoffmann
2012-10-15  9:51 ` [Qemu-devel] [PATCH 1/8] console: QLIST-ify display change listeners Gerd Hoffmann
2012-10-15  9:51 ` [Qemu-devel] [PATCH 2/8] console: add unregister_displaychangelistener Gerd Hoffmann
2012-10-15 14:16   ` Andreas Färber
2012-10-15  9:51 ` [Qemu-devel] [PATCH 3/8] console: move set_mouse + cursor_define callbacks Gerd Hoffmann
2012-10-15  9:51 ` [Qemu-devel] [PATCH 4/8] console: s/TextConsole/QemuConsole/ Gerd Hoffmann
2012-10-15  9:51 ` [Qemu-devel] [PATCH 5/8] console: untangle gfx & txt updates Gerd Hoffmann
2012-10-15  9:51 ` [Qemu-devel] [PATCH 6/8] console: init displaychangelisteners on register Gerd Hoffmann
2012-10-15  9:51 ` [Qemu-devel] [PATCH 7/8] vga: fix text mode updating Gerd Hoffmann
2012-10-15  9:51 ` [Qemu-devel] [PATCH 8/8] console: remove dpy_gfx_fill Gerd Hoffmann

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).