From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH v2 0/9] linux framebuffer display driver
Date: Thu, 13 Sep 2012 11:19:40 +0200 [thread overview]
Message-ID: <1347527989-3986-1-git-send-email-kraxel@redhat.com> (raw)
Hi,
Second round of the framebuffer display driver patches.
Changes: Addressed the review comments. Added a few more patches on
top: Using the pixman library for raster ops now. Added support for
mouse pointer rendering and guest display scaling.
cheers,
Gerd
Gerd Hoffmann (9):
QLIST-ify display change listeners.
add unregister_displaychangelistener
move set_mouse + cursor_define callbacks
fbdev: add linux framebuffer display driver.
fbdev: add monitor command to enable/disable
fbdev: make configurable at compile time.
fbdev: move to pixman
fbdev: add mouse pointer support
fbdev: add display scaling support
configure | 24 ++
console.c | 2 +-
console.h | 123 ++++--
hmp-commands.hx | 15 +
hmp.c | 9 +
hmp.h | 1 +
hw/jazz_led.c | 2 +-
hw/qxl-render.c | 2 +-
hw/vga.c | 10 +-
hw/vmware_vga.c | 11 +-
hw/xenfb.c | 2 +-
qapi-schema.json | 14 +
qemu-options.hx | 8 +
qmp-commands.hx | 6 +
qmp.c | 17 +
sysemu.h | 1 +
trace-events | 15 +
ui/Makefile.objs | 1 +
ui/fbdev.c | 1121 +++++++++++++++++++++++++++++++++++++++++++++++++++
ui/linux-keynames.h | 388 ++++++++++++++++++
ui/sdl.c | 8 +-
ui/spice-display.c | 4 +-
ui/vnc.c | 8 +-
vl.c | 50 ++-
24 files changed, 1768 insertions(+), 74 deletions(-)
create mode 100644 ui/fbdev.c
create mode 100644 ui/linux-keynames.h
next reply other threads:[~2012-09-13 9:20 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-13 9:19 Gerd Hoffmann [this message]
2012-09-13 9:19 ` [Qemu-devel] [PATCH v2 1/9] QLIST-ify display change listeners Gerd Hoffmann
2012-09-13 9:19 ` [Qemu-devel] [PATCH v2 2/9] add unregister_displaychangelistener Gerd Hoffmann
2012-09-13 9:19 ` [Qemu-devel] [PATCH v2 3/9] move set_mouse + cursor_define callbacks Gerd Hoffmann
2012-09-13 9:19 ` [Qemu-devel] [PATCH v2 4/9] fbdev: add linux framebuffer display driver Gerd Hoffmann
2012-09-13 16:22 ` Markus Armbruster
2012-09-13 9:19 ` [Qemu-devel] [PATCH v2 5/9] fbdev: add monitor command to enable/disable Gerd Hoffmann
2012-09-13 16:16 ` Markus Armbruster
2012-09-13 9:19 ` [Qemu-devel] [PATCH v2 6/9] fbdev: make configurable at compile time Gerd Hoffmann
2012-09-13 9:19 ` [Qemu-devel] [PATCH v2 7/9] fbdev: move to pixman Gerd Hoffmann
2012-09-13 9:19 ` [Qemu-devel] [PATCH v2 8/9] fbdev: add mouse pointer support Gerd Hoffmann
2012-09-13 9:19 ` [Qemu-devel] [PATCH v2 9/9] fbdev: add display scaling support 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=1347527989-3986-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).