Re: [Qemu-devel] [PATCH v3] pciinit: Enable default VGA device

2013-03-22 Thread Kevin O'Connor
On Wed, Mar 20, 2013 at 10:58:47AM -0600, 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 t

Re: [Qemu-devel] [PATCH v3] pciinit: Enable default VGA device

2013-03-20 Thread Gerd Hoffmann
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 r

[Qemu-devel] [PATCH v3] pciinit: Enable default VGA device

2013-03-20 Thread Alex Williamson
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 --- v3: