vgabios: Compare PCI ids against pci rom struct instead of config settings.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 29 Jan 2012 17:17:33 +0000 (12:17 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 2 Feb 2012 01:43:20 +0000 (20:43 -0500)
commit2af8ba1ab23d01006b080e57900325e35f464481
treeb4c2eb208d32d08a5fe282b2d7bb00b759a59276
parentecae9bfd29e398cf93864a3effb183a717fa749d
vgabios: Compare PCI ids against pci rom struct instead of config settings.

QEMU can update the pci rom struct - so use that as the location to
determine if the pci address passed into the option rom is accurate.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
vgasrc/vgabios.c