From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNe6z-0007pO-Ue for qemu-devel@nongnu.org; Mon, 15 Oct 2012 02:25:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TNe6y-0000ae-La for qemu-devel@nongnu.org; Mon, 15 Oct 2012 02:25:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25857) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNe6y-0000Zb-DJ for qemu-devel@nongnu.org; Mon, 15 Oct 2012 02:25:12 -0400 From: Gerd Hoffmann Date: Mon, 15 Oct 2012 08:02:53 +0200 Message-Id: <1350280977-5765-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/4] vga: add mmio bar List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: blauwirbel@gmail.com, 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. v2: - rebase to latest master and resolve conflicts. - add patch which fixes indention to fix the "WARNING: suspect code indent" checkpatch warning. cheers, Gerd Gerd Hoffmann (4): vga: fix indention 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 | 138 ++++++++++++++++++++++++++++++++++++++---- hw/vga.c | 40 +++---------- hw/vga_int.h | 30 ++++------ 6 files changed, 213 insertions(+), 65 deletions(-) create mode 100644 docs/specs/standard-vga.txt