Re: [PATCH v2] hw/core: Restrict 'fw-path-provider.c' to system mode emulation

2020-12-11 Thread Paolo Bonzini
On 07/12/20 23:07, Philippe Mathieu-Daudé wrote: fw-path-provider.c is only consumed by qdev-fw.c, which itself is in softmmu_ss[], so we can restrict fw-path-provider.c to softmmu too. Signed-off-by: Philippe Mathieu-Daudé --- v2: Fix author email. --- hw/core/meson.build | 2 +- 1 file cha

[PATCH v2] hw/core: Restrict 'fw-path-provider.c' to system mode emulation

2020-12-07 Thread Philippe Mathieu-Daudé
fw-path-provider.c is only consumed by qdev-fw.c, which itself is in softmmu_ss[], so we can restrict fw-path-provider.c to softmmu too. Signed-off-by: Philippe Mathieu-Daudé --- v2: Fix author email. --- hw/core/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/