From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44999) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMHAm-0004if-9H for qemu-devel@nongnu.org; Thu, 11 Oct 2012 07:43:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TMHAl-00010T-E2 for qemu-devel@nongnu.org; Thu, 11 Oct 2012 07:43:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46551) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMHAl-00010N-6S for qemu-devel@nongnu.org; Thu, 11 Oct 2012 07:43:27 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q9BBhQfc015227 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 11 Oct 2012 07:43:26 -0400 Message-ID: <5076B0DC.9010806@redhat.com> Date: Thu, 11 Oct 2012 13:43:24 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1348732073-18986-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1348732073-18986-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] vga: add mmio bar List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 09/27/12 09:47, Gerd Hoffmann wrote: > 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. Ping? cheers, Gerd