mbox series

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

Message ID 20201006111909.2302081-1-philmd@redhat.com
Headers show
Series qom: Fix missing interface in qemu-storage-daemon | expand

Message

Philippe Mathieu-Daudé Oct. 6, 2020, 11:19 a.m. UTC
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