From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PULL v2 0/6] console: qom-ify consoles
Date: Thu, 25 Apr 2013 09:56:09 +0200 [thread overview]
Message-ID: <1366876575-23958-1-git-send-email-kraxel@redhat.com> (raw)
Hi,
Here are the console patches, targeting 1.5. It's just the
QemuConsole QOM-ification and three little fixes.
New in v2: unbreak xen build, add a patch which fixes the
"qemu -nodefaults" segfault.
cheers,
Gerd
The following changes since commit bb71623811686ce3c34ce724f073f5c5dd95f51b:
Move TPM passthrough specific command line options to backend structure (2013-04-23 10:40:40 -0500)
are available in the git repository at:
git://git.kraxel.org/qemu pixman.v13
for you to fetch changes up to 81bf3853dd362a032eb687190af44c710092cbcb:
console: add dummy surface for guests without graphic card (2013-04-25 09:36:43 +0200)
----------------------------------------------------------------
Gerd Hoffmann (6):
console: qom-ify QemuConsole
console: add device link to QemuConsoles
console: add qemu_console_lookup_by_device
console: switch ppm_save to qemu_open
console: zap ds arg from register_displaychangelistener
console: add dummy surface for guests without graphic card
hw/arm/musicpal.c | 2 +-
hw/display/blizzard.c | 2 +-
hw/display/cirrus_vga.c | 4 +-
hw/display/exynos4210_fimd.c | 2 +-
hw/display/g364fb.c | 2 +-
hw/display/jazz_led.c | 2 +-
hw/display/milkymist-vgafb.c | 2 +-
hw/display/omap_lcdc.c | 2 +-
hw/display/pl110.c | 2 +-
hw/display/pxa2xx_lcd.c | 2 +-
hw/display/qxl.c | 8 ++--
hw/display/sm501.c | 2 +-
hw/display/ssd0303.c | 2 +-
hw/display/ssd0323.c | 2 +-
hw/display/tc6393xb.c | 2 +-
hw/display/tcx.c | 4 +-
hw/display/vga-isa-mm.c | 2 +-
hw/display/vga-isa.c | 2 +-
hw/display/vga-pci.c | 2 +-
hw/display/vmware_vga.c | 7 +--
hw/display/xenfb.c | 2 +-
hw/unicore32/puv3.c | 2 +-
include/ui/console.h | 22 ++++++++--
ui/cocoa.m | 2 +-
ui/console.c | 99 +++++++++++++++++++++++++++++++++++++-----
ui/curses.c | 2 +-
ui/gtk.c | 2 +-
ui/sdl.c | 2 +-
ui/spice-display.c | 2 +-
ui/vnc.c | 2 +-
30 files changed, 142 insertions(+), 50 deletions(-)
next reply other threads:[~2013-04-25 7:56 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-25 7:56 Gerd Hoffmann [this message]
2013-04-25 7:56 ` [Qemu-devel] [PATCH 1/6] console: qom-ify QemuConsole Gerd Hoffmann
2013-04-25 7:56 ` [Qemu-devel] [PATCH 2/6] console: add device link to QemuConsoles Gerd Hoffmann
2013-04-25 7:56 ` [Qemu-devel] [PATCH 3/6] console: add qemu_console_lookup_by_device Gerd Hoffmann
2013-04-25 7:56 ` [Qemu-devel] [PATCH 4/6] console: switch ppm_save to qemu_open Gerd Hoffmann
2013-04-25 7:56 ` [Qemu-devel] [PATCH 5/6] console: zap ds arg from register_displaychangelistener Gerd Hoffmann
2013-04-25 7:56 ` [Qemu-devel] [PATCH 6/6] console: add dummy surface for guests without graphic card Gerd Hoffmann
2013-04-25 20:55 ` [Qemu-devel] [PULL v2 0/6] console: qom-ify consoles Anthony Liguori
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=1366876575-23958-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).