| commit | e20a4425ca360b473182ef60e00319c07e3a8799 | [log] [tgz] |
|---|---|---|
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | Fri Dec 06 18:48:21 2024 +0100 |
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Fri Dec 13 15:53:54 2024 +0100 |
| tree | 530c5ec5f6b0a1b8b7dc4eb8cf8dd7a63b113f4d | |
| parent | 37bae93ce54cfa1eeb8c51c9fa883ad781e0853b [diff] |
hw/nvram/fw_cfg: Rename fw_cfg_add_[file]_from_generator() fw_cfg_add_from_generator() is adding a 'file' entry, so rename as fw_cfg_add_file_from_generator() for clarity. Besides, we might introduce generators for other entry types. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20241206181352.6836-2-philmd@linaro.org>