Attempt to fix the issue reported by Kevin. Introduce a trivial test, but there is currently no framework in place to test qemu-storage-daemon.
There might be better fix to this QOM issue, I went for the easiest one I could figure out. Philippe Mathieu-Daudé (3): qom: Always register FW_CFG_DATA_GENERATOR_INTERFACE tests: Only build socket_scm_helper when a softmmu target is available tests: Add a trivial qemu-storage-daemon test hw/nvram/fw_cfg.c | 7 ------- qom/fw_cfg_interface.c | 15 +++++++++++++++ MAINTAINERS | 1 + qom/meson.build | 5 +++++ tests/Makefile.include | 5 +++++ tests/qemu-storage-daemon.sh | 10 ++++++++++ 6 files changed, 36 insertions(+), 7 deletions(-) create mode 100644 qom/fw_cfg_interface.c create mode 100755 tests/qemu-storage-daemon.sh -- 2.26.2