All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] fbdev display driver + misc bits
@ 2010-06-15 10:05 Gerd Hoffmann
  2010-06-15 10:05 ` [Qemu-devel] [PATCH 1/5] QLIST-ify display change listeners Gerd Hoffmann
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Gerd Hoffmann @ 2010-06-15 10:05 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  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

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

end of thread, other threads:[~2010-06-24 18:34 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-15 10:05 [Qemu-devel] [PATCH 0/5] fbdev display driver + misc bits Gerd Hoffmann
2010-06-15 10:05 ` [Qemu-devel] [PATCH 1/5] QLIST-ify display change listeners Gerd Hoffmann
2010-06-15 10:05 ` [Qemu-devel] [PATCH 2/5] add unregister_displaychangelistener Gerd Hoffmann
2010-06-15 10:05 ` [Qemu-devel] [PATCH 3/5] Fix and simplify gui timer logic Gerd Hoffmann
2010-06-15 10:05 ` [Qemu-devel] [PATCH 4/5] add pflib: PixelFormat conversion library Gerd Hoffmann
2010-06-15 10:05 ` [Qemu-devel] [PATCH 5/5] linux fbdev display driver Gerd Hoffmann
2010-06-16 12:44   ` [Qemu-devel] " Stefano Stabellini
2010-06-16 16:22     ` Julian Pidancet
2010-06-17 10:43       ` Gerd Hoffmann
2010-06-17 14:29         ` Julian Pidancet
2010-06-17 16:25           ` Julian Pidancet
2010-06-18  7:32             ` Gerd Hoffmann
2010-06-18 12:00               ` Julian Pidancet
2010-06-24 18:38 ` [Qemu-devel] [PATCH 0/5] fbdev display driver + misc bits Julian Pidancet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.