On 2/24/26 10:20 AM, Philippe Mathieu-Daudé wrote:
Move stubs to the global stub_ss[] source set. These files
are now built once for all binaries, instead of one time
per system binary.
qmp-norocker.c only contains stubs, rename it accordingly.
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
hw/net/rocker/{qmp-norocker.c => rocker-stubs.c} | 0
hw/net/meson.build | 3 ++-
2 files changed, 2 insertions(+), 1 deletion(-)
rename hw/net/rocker/{qmp-norocker.c => rocker-stubs.c} (100%)
Reviewed-by: Pierrick Bouvier <[email protected]>