mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-18 21:48:36 -07:00
Now that all uses of fw_cfg_add_extra_pci_roots() have been
converted to the newer pci_bus_add_fw_cfg_extra_pci_roots(),
we can remove that bogus method. hw/nvram/fw_cfg must
stay generic. Device specific entries have to be implemented
using TYPE_FW_CFG_DATA_GENERATOR_INTERFACE.
This mostly reverts commit
|
||
|---|---|---|
| .. | ||
| bcm2835_otp.h | ||
| chrp_nvram.h | ||
| eeprom93xx.h | ||
| eeprom_at24c.h | ||
| fw_cfg.h | ||
| fw_cfg_acpi.h | ||
| mac_nvram.h | ||
| npcm7xx_otp.h | ||
| nrf51_nvm.h | ||
| sun_nvram.h | ||
| xlnx-bbram.h | ||
| xlnx-efuse.h | ||
| xlnx-versal-efuse.h | ||
| xlnx-zynqmp-efuse.h | ||