qemu-devel
[Top][All Lists]
Advanced

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

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


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 0/5] fbdev display driver + misc bits
Date: Tue, 15 Jun 2010 12:05:42 +0200

  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




reply via email to

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