On Wed, 2011-06-01 at 11:05 +0100, Ian Campbell wrote:
> On Wed, 2011-06-01 at 10:39 +0100, Ian Campbell wrote:
> > # HG changeset patch
> > # User Ian Campbell <ian.campbell@xxxxxxxxxx>
> > # Date 1306916881 -3600
> > # Node ID 8a7fb25fff1980aa4fcf963da1aa82d4dfd34bda
> > # Parent 062bc0a35d9933cc64c11f861609559e11994778
> > hvmloader: setup PCI bus in a common function again.
>
> Reposting, updated for changed patch 2/15.
Gah, not sure what I build tested, but it obviously wasn't this code...
Incremental fix (to avoid reposting both 2/15 and 3/15) below.
diff -r 439f07b2d43e tools/firmware/hvmloader/pci.c
--- a/tools/firmware/hvmloader/pci.c Wed Jun 01 11:04:18 2011 +0100
+++ b/tools/firmware/hvmloader/pci.c Wed Jun 01 11:43:30 2011 +0100
@@ -81,7 +81,6 @@ void pci_setup(void)
{
case 0x0300:
/* If emulated VGA is found, preserve it as primary VGA. */
- if ( virtual_vga == VGA_none )
if ( (vendor_id == 0x1234) && (device_id == 0x1111) )
{
vga_devfn = devfn;
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|