qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH 0/4] linux framebuffer display driver
Date: Mon, 10 Sep 2012 16:20:56 +0200	[thread overview]
Message-ID: <1347286860-22918-1-git-send-email-kraxel@redhat.com> (raw)

  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

             reply	other threads:[~2012-09-10 14:21 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-10 14:20 Gerd Hoffmann [this message]
2012-09-10 14:20 ` [Qemu-devel] [PATCH 1/4] QLIST-ify display change listeners Gerd Hoffmann
2012-09-10 14:20 ` [Qemu-devel] [PATCH 2/4] add unregister_displaychangelistener Gerd Hoffmann
2012-09-10 14:20 ` [Qemu-devel] [PATCH 3/4] fbdev: add linux framebuffer display driver Gerd Hoffmann
2012-09-11 11:10   ` Markus Armbruster
2012-09-11 20:37   ` Blue Swirl
2012-09-10 14:21 ` [Qemu-devel] [PATCH 4/4] fbdev: add monitor command to enable/disable Gerd Hoffmann
2012-09-11  9:30   ` Markus Armbruster
2012-09-11  8:09 ` [Qemu-devel] [PATCH 0/4] linux framebuffer display driver Alon Levy
2012-09-11  8:54   ` Gerd Hoffmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1347286860-22918-1-git-send-email-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).