[PATCH v2 0/1] qom: Fix missing interface in qemu-storage-daemon

Philippe Mathieu-Daudé posted 1 patch 5 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201006111909.2302081-1-philmd@redhat.com
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
There is a newer version of this series
hw/nvram/fw_cfg-interface.c | 15 +++++++++++++++
hw/nvram/fw_cfg.c           |  7 -------
MAINTAINERS                 |  2 +-
hw/nvram/meson.build        |  3 +++
4 files changed, 19 insertions(+), 8 deletions(-)
create mode 100644 hw/nvram/fw_cfg-interface.c
[PATCH v2 0/1] qom: Fix missing interface in qemu-storage-daemon
Posted by Philippe Mathieu-Daudé 5 years, 1 month ago
Attempt to fix the issue reported by Kevin.

Since RFC:
- Keep it local to hw/nvram (danpb)
- Based on Meson cleanup

Based-on: <20201006111219.2300921-1-philmd@redhat.com>
Supersedes: <20201005105442.2093105-1-philmd@redhat.com>

Philippe Mathieu-Daudé (1):
  hw/nvram: Always register FW_CFG_DATA_GENERATOR_INTERFACE

 hw/nvram/fw_cfg-interface.c | 15 +++++++++++++++
 hw/nvram/fw_cfg.c           |  7 -------
 MAINTAINERS                 |  2 +-
 hw/nvram/meson.build        |  3 +++
 4 files changed, 19 insertions(+), 8 deletions(-)
 create mode 100644 hw/nvram/fw_cfg-interface.c

-- 
2.26.2