From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50034) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TH8pG-0007mc-Cq for qemu-devel@nongnu.org; Thu, 27 Sep 2012 03:48:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TH8pA-00014A-Mm for qemu-devel@nongnu.org; Thu, 27 Sep 2012 03:48:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5794) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TH8pA-00013z-EW for qemu-devel@nongnu.org; Thu, 27 Sep 2012 03:47:56 -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 q8R7lto4010217 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 27 Sep 2012 03:47:55 -0400 From: Gerd Hoffmann Date: Thu, 27 Sep 2012 09:47:50 +0200 Message-Id: <1348732073-18986-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] vga: add mmio bar List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, This patch series adds a mmio bar to the standard vga. It also drops a file into docs/specs/ describing the mmio bar and the other properties of the qemu standard vga and does a little cleanup by removing CONFIG_BOCHS_VBE. cheers, Gerd Gerd Hoffmann (3): vga: add mmio bar to standard vga vga: add specs for standard vga vga: remove CONFIG_BOCHS_VBE docs/specs/standard-vga.txt | 64 +++++++++++++++++++++++++ hw/pc_piix.c | 4 ++ hw/vga-isa.c | 2 + hw/vga-pci.c | 110 +++++++++++++++++++++++++++++++++++++++++++ hw/vga.c | 40 +++------------ hw/vga_int.h | 30 ++++------- 6 files changed, 199 insertions(+), 51 deletions(-) create mode 100644 docs/specs/standard-vga.txt