Hi, Undusting an pretty old patch series, rebasing it, testing it, fixing a bug or two, fixing codestyle issues: Qemu can run on the linux framebuffer console as graphical display now.
enjoy, Gerd Gerd Hoffmann (4): QLIST-ify display change listeners. add unregister_displaychangelistener fbdev: add linux framebuffer display driver. fbdev: add monitor command to enable/disable console.h | 86 +++-- hmp-commands.hx | 15 + hmp.c | 9 + hmp.h | 1 + hw/xenfb.c | 2 +- qapi-schema.json | 15 + qemu-options.hx | 8 + qmp-commands.hx | 6 + qmp.c | 17 + sysemu.h | 1 + trace-events | 14 + ui/Makefile.objs | 1 + ui/fbdev.c | 953 +++++++++++++++++++++++++++++++++++++++++++++++++++ ui/linux-keynames.h | 388 +++++++++++++++++++++ vl.c | 50 ++- 15 files changed, 1518 insertions(+), 48 deletions(-) create mode 100644 ui/fbdev.c create mode 100644 ui/linux-keynames.h