qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL 00/22] console cleanups & pixman rendering


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PULL 00/22] console cleanups & pixman rendering
Date: Thu, 01 Nov 2012 14:33:52 -0500
User-agent: Notmuch/0.13.2+93~ged93d79 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu)

Gerd Hoffmann <address@hidden> writes:

>   Hi,
>
> Sitting on these too long already.  Series has been on the list a while
> back, only splitted into two parts (separate "console cleanups" series
> carrying patches 1-8).  Patch 11 was updated according to Paolos
> suggestion, otherwise the patches are unmodified.
>
> please pull,
>   Gerd

Pulled. Thanks.

Regards,

Anthony Liguori

>
> The following changes since commit 286d52ebfc0d0d53c2a878e454292fea14bad41b:
>
>   target-mips: don't flush extra TLB on permissions upgrade (2012-10-31 
> 22:20:49 +0100)
>
> are available in the git repository at:
>   git://git.kraxel.org/qemu pixman.v3
>
> Gerd Hoffmann (22):
>       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: remove DisplayAllocator
>       pixman: add submodule
>       pixman: windup in configure & makefiles
>       pixman: helper functions
>       pixman: add pixman image to DisplaySurface
>       console: make qemu_alloc_display static
>       console: don't set PixelFormat alpha fields for 32bpp
>       qxl: stop direct access to DisplaySurface fields.
>       vga: stop direct access to DisplaySurface fields.
>       pixman: switch screendump function.
>       pixman/vnc: use pixman images in vnc.
>       pixman/vnc: remove rgb_prepare_row* functions
>       pixman/vnc: remove dead code.
>       pixman: drop obsolete fields from DisplaySurface
>
>  .gitmodules                   |    3 +
>  Makefile                      |    9 ++
>  Makefile.objs                 |    1 +
>  configure                     |   38 ++++++
>  console.c                     |  240 +++++++++++++++++------------------
>  console.h                     |  229 ++++++++++++++++++++-------------
>  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               |   14 +-
>  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                      |  111 +++++++++--------
>  hw/vga_int.h                  |    2 +
>  hw/vmware_vga.c               |   15 ++-
>  hw/xenfb.c                    |    2 +-
>  pixman                        |    1 +
>  qemu-common.h                 |    4 +-
>  qemu-pixman.c                 |   60 +++++++++
>  qemu-pixman.h                 |   32 +++++
>  ui/curses.c                   |   21 +--
>  ui/sdl.c                      |  140 ++------------------
>  ui/spice-display.c            |    8 +-
>  ui/vnc-enc-hextile-template.h |   23 ++--
>  ui/vnc-enc-hextile.c          |   53 ++-------
>  ui/vnc-enc-tight.c            |  280 
> +++++++++++++++--------------------------
>  ui/vnc-enc-zrle.c             |   18 ++--
>  ui/vnc-jobs.c                 |    3 +-
>  ui/vnc.c                      |  255 +++++++++++++++++++------------------
>  ui/vnc.h                      |   19 +++-
>  vl.c                          |   49 +++++--
>  43 files changed, 847 insertions(+), 854 deletions(-)
>  create mode 160000 pixman
>  create mode 100644 qemu-pixman.c
>  create mode 100644 qemu-pixman.h



reply via email to

[Prev in Thread] Current Thread [Next in Thread]