qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/5] fbdev display driver + misc bits


From: Julian Pidancet
Subject: Re: [Qemu-devel] [PATCH 0/5] fbdev display driver + misc bits
Date: Thu, 24 Jun 2010 19:38:23 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100330 Shredder/3.0.4

On 06/15/2010 11:05 AM, Gerd Hoffmann wrote:
>   Hi,
> 
> This patch series features the linux fbdev display driver and a few
> more patches the fbdev driver depends on.  Most of the patches have been
> on the list before.  If you wondered what they are good for -- here is
> the big picture ;)
> 
> As usual the individual patches carry more verbose descriptions.
> 
> cheers,
>   Gerd
> 
> Gerd Hoffmann (5):
>   QLIST-ify display change listeners.
>   add unregister_displaychangelistener
>   Fix and simplify gui timer logic.
>   add pflib: PixelFormat conversion library.
>   linux fbdev display driver.
> 
>  Makefile.objs    |    2 +
>  console.h        |   82 +++--
>  fbdev.c          |  931 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  hw/xenfb.c       |    2 +-
>  linux-keynames.h |  386 ++++++++++++++++++++++
>  monitor.c        |   14 +
>  pflib.c          |  213 +++++++++++++
>  pflib.h          |   20 ++
>  qemu-options.hx  |   10 +
>  sysemu.h         |    1 +
>  vl.c             |   55 ++--
>  11 files changed, 1648 insertions(+), 68 deletions(-)
>  create mode 100644 fbdev.c
>  create mode 100644 linux-keynames.h
>  create mode 100644 pflib.c
>  create mode 100644 pflib.h
> 
> 

Have anyone got the time to review this yet ?

-- 
Julian



reply via email to

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