|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Re: [PATCH 03 of 15] hvmloader: setup PCI bus in a commo
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
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH 00 of 15] Further SeaBIOS support, Ian Campbell
- [Xen-devel] [PATCH 01 of 15] hvmloader: allow per-BIOS decision on loading option ROMS, Ian Campbell
- [Xen-devel] [PATCH 03 of 15] hvmloader: setup PCI bus in a common function again, Ian Campbell
- [Xen-devel] [PATCH 05 of 15] hvmloader: call SMP setup from common code again, Ian Campbell
- [Xen-devel] [PATCH 07 of 15] hvmloader: make SMBIOS initialisation more general, Ian Campbell
- [Xen-devel] [PATCH 09 of 15] hvmloader: refactor BIOS info setup, Ian Campbell
- [Xen-devel] [PATCH 11 of 15] hvmloader: allow create_mp_tables() to allocate the table, Ian Campbell
- [Xen-devel] [PATCH 02 of 15] hvmloader: enable PCI_COMMAND_IO on primary VGA device, Ian Campbell
- [Xen-devel] [PATCH 13 of 15] hvmloader: further support for SeaBIOS, Ian Campbell
- [Xen-devel] [PATCH 06 of 15] hvmloader: make ACPI initialisation hook more general, Ian Campbell
- [Xen-devel] [PATCH 15 of 15] hvmloader: add code to generate a $PIR table, Ian Campbell
- [Xen-devel] [PATCH 04 of 15] hvmloader: setup APICs in a common function again, Ian Campbell
|
|
|
|
|