From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZMGO-0006Nf-Va for qemu-devel@nongnu.org; Fri, 16 Nov 2012 08:47:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TZMGL-00021I-Sr for qemu-devel@nongnu.org; Fri, 16 Nov 2012 08:47:20 -0500 Received: from mx1.redhat.com ([209.132.183.28]:24177) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZMGL-000217-LQ for qemu-devel@nongnu.org; Fri, 16 Nov 2012 08:47:17 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qAGDlHJa021058 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 16 Nov 2012 08:47:17 -0500 From: Gerd Hoffmann Date: Fri, 16 Nov 2012 14:47:13 +0100 Message-Id: <1353073635-19703-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL for-1.3 0/2] vga bugfixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Two little fixes for the standard vga, sent to the list for review earlier this week. please pull, Gerd The following changes since commit 6801038bc52d61f81ac8a25fbe392f1bad982887: target-mips: fix wrong microMIPS opcode encoding (2012-11-15 14:48:16 +0100) are available in the git repository at: git://git.kraxel.org/qemu vga.1 Gerd Hoffmann (2): vga: fix bochs alignment issue vga: fix mmio vga register mapping docs/specs/standard-vga.txt | 3 ++- hw/vga-pci.c | 7 ++++--- hw/vga.c | 3 +-- 3 files changed, 7 insertions(+), 6 deletions(-)