« Previous | Next » 

Revision ab85ceb1

IDab85ceb1ad8797af2fb4c06bdc70f0ce0cf9b34f

Added by Stefan Weil over 13 years ago

pci: Automatically patch PCI vendor id and device id in PCI ROM

PCI devices with different vendor or device ids sometimes share
the same rom code. Only the ids and the checksum
differs in a boot rom for such devices.

The i825xx ethernet controller family is a typical example
which is implemented in hw/eepro100.c. It uses at least
3 different device ids, so normally 3 boot roms would be needed.

By automatically patching vendor id and device id (and the checksum)
in qemu, all emulated family members can share the same boot rom.

VGA bios roms are another example with different vendor and device ids.

Only qemu's built-in default rom files will be patched.

v2: * Patch also the vendor id (and remove the sanity check for vendor id).

v3: * Don't patch a rom file when its name was set by the user.
Thus we avoid modifications of unknown rom data.

Cc: Gerd Hoffmann <>
Cc: Markus Armbruster <>
Cc: Michael S. Tsirkin <>
Signed-off-by: Stefan Weil <>
Signed-off-by: Michael S. Tsirkin <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences