From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeL1f-00083g-F9 for qemu-devel@nongnu.org; Wed, 15 Oct 2014 05:37:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XeL1a-0002GH-M8 for qemu-devel@nongnu.org; Wed, 15 Oct 2014 05:37:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43718) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeL1a-0002FG-Ec for qemu-devel@nongnu.org; Wed, 15 Oct 2014 05:37:42 -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 s9F9bfar008816 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 15 Oct 2014 05:37:41 -0400 From: Gerd Hoffmann Date: Wed, 15 Oct 2014 11:37:34 +0200 Message-Id: <1413365856-9571-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/2] vga patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, vga patch queue with two patches, one deleting some unused bits and one adding the qext region to stdvga mmio to allow switching vga framebuffer endianess (needed for ppc64le). please pull, Gerd The following changes since commit b1d28ec6a7dbdaadda39d29322f0de694aeb0b74: Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20141010' into staging (2014-10-10 14:55:29 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-vga-20141015-1 for you to fetch changes up to 98792325435d8b46f2035eb93fa02373c7ceda44: hw/display/vga: Remove unused arrays dmask4 and dmask16 (2014-10-15 11:10:50 +0200) ---------------------------------------------------------------- vga-pci: add qext region to mmio vga: Remove unused arrays dmask4 and dmask16 ---------------------------------------------------------------- Gerd Hoffmann (1): vga-pci: add qext region to mmio Peter Maydell (1): hw/display/vga: Remove unused arrays dmask4 and dmask16 docs/specs/standard-vga.txt | 9 ++++++ hw/display/vga-pci.c | 70 +++++++++++++++++++++++++++++++++++++++++++++ hw/display/vga.c | 26 ----------------- include/hw/i386/pc.h | 8 ++++++ 4 files changed, 87 insertions(+), 26 deletions(-)