From patchwork Wed Apr 24 09:33:17 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerd Hoffmann X-Patchwork-Id: 239122 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 22EA62C0C35 for ; Wed, 24 Apr 2013 19:46:00 +1000 (EST) Received: from localhost ([::1]:45988 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUwGz-0001Mv-Q6 for incoming@patchwork.ozlabs.org; Wed, 24 Apr 2013 05:45:57 -0400 Received: from eggs.gnu.org ([208.118.235.92]:59857) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUwGX-0001Ho-4t for qemu-devel@nongnu.org; Wed, 24 Apr 2013 05:45:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUwGR-0004uA-M5 for qemu-devel@nongnu.org; Wed, 24 Apr 2013 05:45:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4876) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUw4r-0000Mi-6J for qemu-devel@nongnu.org; Wed, 24 Apr 2013 05:33:25 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r3O9XORT014843 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 24 Apr 2013 05:33:24 -0400 Received: from rincewind.home.kraxel.org (ovpn-116-30.ams2.redhat.com [10.36.116.30]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r3O9XNVm030947; Wed, 24 Apr 2013 05:33:23 -0400 Received: by rincewind.home.kraxel.org (Postfix, from userid 500) id 8D26145B5C; Wed, 24 Apr 2013 11:33:22 +0200 (CEST) From: Gerd Hoffmann To: qemu-devel@nongnu.org Date: Wed, 24 Apr 2013 11:33:17 +0200 Message-Id: <1366796002-30135-1-git-send-email-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Gerd Hoffmann Subject: [Qemu-devel] [PULL 0/5] console: qom-ify consoles X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Hi, Here are the console patches, targeting 1.5. It's just the QemuConsole QOM-ification and two little fixes. I'll go hold back the screendump monitor patch until the dust from the qom api discussions has settled and it is clear which route we are taking wrt new vs. extended commands. Which implies it most likely is 1.6 material. please pull, 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.v12 for you to fetch changes up to c7b02648d878828dd88868f59b5d666dbbbf1d6d: console: zap ds arg from register_displaychangelistener (2013-04-24 10:37:59 +0200) ---------------------------------------------------------------- Gerd Hoffmann (5): 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 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 | 6 ++-- 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/unicore32/puv3.c | 2 +- include/ui/console.h | 22 ++++++++++++-- ui/cocoa.m | 2 +- ui/console.c | 65 ++++++++++++++++++++++++++++++++++++------ ui/curses.c | 2 +- ui/gtk.c | 2 +- ui/sdl.c | 2 +- ui/spice-display.c | 2 +- ui/vnc.c | 2 +- 29 files changed, 109 insertions(+), 45 deletions(-)