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