| commit | 59c5eea5c794ff3867504d2fba63bb535802027b | [log] [tgz] |
|---|---|---|
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | Fri Dec 06 17:41:40 2024 +0100 |
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Sat Dec 14 00:16:20 2024 +0100 |
| tree | 5636b5c8e69407c0467e527ed5f94b9c84adfccd | |
| parent | 4016adc74aee696bca025e546edfd2ae8f57863b [diff] |
hw/pci: Have PCI_BUS implement TYPE_FW_CFG_DATA_GENERATOR_INTERFACE The FW_CFG_DATA_GENERATOR interface allows any object to produce a blob of data consumable by the fw_cfg device. Implement that for PCI bus objects. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20241213133352.10915-5-philmd@linaro.org>