From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52444) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIZK4-0006ns-V0 for qemu-devel@nongnu.org; Thu, 21 Mar 2013 02:50:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UIZK2-0000Bu-QE for qemu-devel@nongnu.org; Thu, 21 Mar 2013 02:50:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42419) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIZK2-0000Bp-IY for qemu-devel@nongnu.org; Thu, 21 Mar 2013 02:49:58 -0400 Message-ID: <514AAD8F.5070407@redhat.com> Date: Thu, 21 Mar 2013 07:49:51 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <20130320165728.22281.10294.stgit@bling.home> In-Reply-To: <20130320165728.22281.10294.stgit@bling.home> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3] pciinit: Enable default VGA device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Williamson Cc: kevin@koconnor.net, seabios@seabios.org, qemu-devel@nongnu.org On 03/20/13 17:58, Alex Williamson wrote: > As QEMU gains PCI bridge and PCIe root port support, we won't always > find the VGA device on the root bus. We therefore need to add support > to find and enable a VGA device and the path to it through the VGA > Enable support in the PCI bridge control register. > > Signed-off-by: Alex Williamson Looks good to me. cheers, Gerd