Re: [PATCH] hw/core: Move numa.c into the target independent source set

2023-04-14 Thread Philippe Mathieu-Daudé
On 13/4/23 20:26, Thomas Huth wrote: There is nothing that depends on target specific macros in this file, so we can move it to the common source set to avoid that we have to compile this file multiple times (one time for each target). Signed-off-by: Thomas Huth --- hw/core/meson.build | 2 +-

[PATCH] hw/core: Move numa.c into the target independent source set

2023-04-13 Thread Thomas Huth
There is nothing that depends on target specific macros in this file, so we can move it to the common source set to avoid that we have to compile this file multiple times (one time for each target). Signed-off-by: Thomas Huth --- hw/core/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 dele