From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54766) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWlLs-0007Rn-I9 for qemu-devel@nongnu.org; Thu, 17 Oct 2013 07:02:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VWlLh-0002e2-Rz for qemu-devel@nongnu.org; Thu, 17 Oct 2013 07:02:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18291) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWlLh-0002dp-Kb for qemu-devel@nongnu.org; Thu, 17 Oct 2013 07:02:37 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r9HB2a7Z018293 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 17 Oct 2013 07:02:37 -0400 From: Gerd Hoffmann Date: Thu, 17 Oct 2013 13:02:24 +0200 Message-Id: <1382007746-4405-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] vga: add secondary stdvga variant List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, This little series adds a legacy-free variant of the qemu standard vga, which can easily be used as secondary vga. No BIOS, thus no vesa support, thus you need guest drivers. If you wanna play with this walk over here: http://www.kraxel.org/cgit/linux/log/?h=qemu-drm The bochs drm driver handles both this new device and the qemu stdvga. Gerd Hoffmann (2): vga: allow non-global vmstate vga: add secondary stdvga variant docs/specs/standard-vga.txt | 13 ++++++--- hw/display/cirrus_vga.c | 4 +-- hw/display/qxl.c | 2 +- hw/display/vga-isa-mm.c | 2 +- hw/display/vga-isa.c | 2 +- hw/display/vga-pci.c | 64 ++++++++++++++++++++++++++++++++++++++++++++- hw/display/vga.c | 8 ++++-- hw/display/vga_int.h | 2 +- hw/display/vmware_vga.c | 2 +- 9 files changed, 86 insertions(+), 13 deletions(-) -- 1.8.3.1