Re: [PATCH v2 1/9] hw/nvram: Restrict stub to sysemu and tools
On 1/7/22 01:17, Richard Henderson wrote: > On 1/4/22 12:54 AM, Philippe Mathieu-Daudé wrote: >> +if have_system or have_tools > ... >> if have_system >> + stub_ss.add(files('fw_cfg.c')) > > Disconnect in tests? (I assume s/tests/stubs/). fw_cfg-interface.c exposes the fw_cfg QOM interface, w
Re: [PATCH v2 1/9] hw/nvram: Restrict stub to sysemu and tools
On 1/4/22 12:54 AM, Philippe Mathieu-Daudé wrote: +if have_system or have_tools ... if have_system + stub_ss.add(files('fw_cfg.c')) Disconnect in tests? r~