On 06/09/20 19:07, Philippe Mathieu-Daudé wrote: > The FW_CFG_DATA_GENERATOR allows any object to produce > blob of data consumable by the fw_cfg device. > > Reviewed-by: Laszlo Ersek <ler...@redhat.com> > Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> > --- > v8: addressed Laszlo's comments > - fixed copy/paste typos > - corrected fmt arguments order > - do not call fw_cfg_add_file() if get_length() returned 0 > --- > docs/specs/fw_cfg.txt | 9 ++++++- > include/hw/nvram/fw_cfg.h | 52 +++++++++++++++++++++++++++++++++++++++ > hw/nvram/fw_cfg.c | 36 +++++++++++++++++++++++++++ > 3 files changed, 96 insertions(+), 1 deletion(-)
looks good, thanks!