Re: [PATCH 0/6] hw/nvram/fw_cfg: Move PCI bus methods out

2024-12-13 Thread Philippe Mathieu-Daudé
On 6/12/24 19:13, Philippe Mathieu-Daudé wrote: In order to keep fw_cfg device model clean, remove the PCI bus specific code. Instead, the equivalent functionality is implemented within the PCI_BUS object in hw/pci/, implementing TYPE_FW_CFG_DATA_GENERATOR_INTERFACE. Philippe Mathieu-Daudé (6):

[PATCH 0/6] hw/nvram/fw_cfg: Move PCI bus methods out

2024-12-06 Thread Philippe Mathieu-Daudé
In order to keep fw_cfg device model clean, remove the PCI bus specific code. Instead, the equivalent functionality is implemented within the PCI_BUS object in hw/pci/, implementing TYPE_FW_CFG_DATA_GENERATOR_INTERFACE. Philippe Mathieu-Daudé (6): hw/nvram/fw_cfg: Rename fw_cfg_add_[file]_from_g