commit | 3203148917d035b09f71986ac2eaa19a352d6d9d | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@redhat.com> | Thu May 14 15:15:38 2020 +0200 |
committer | Philippe Mathieu-Daudé <philmd@redhat.com> | Fri Jul 03 18:16:01 2020 +0200 |
tree | 99655b5eb28e3ae47c15dfa13409791ccdc0097f | |
parent | 993aec27aa39aa90f89f227d8f82cc1f8062386e [diff] |
hw/nvram/fw_cfg: Add the FW_CFG_DATA_GENERATOR interface The FW_CFG_DATA_GENERATOR allows any object to produce blob of data consumable by the fw_cfg device. Reviewed-by: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20200623172726.21040-3-philmd@redhat.com>