hw/core: Move numa.c into the target independent source set
authorThomas Huth <thuth@redhat.com>
Thu, 13 Apr 2023 18:26:36 +0000 (20:26 +0200)
committerThomas Huth <thuth@redhat.com>
Thu, 20 Apr 2023 09:25:32 +0000 (11:25 +0200)
commit992deb4c4ff88540edf4f337238e5f84dcdab094
treeb36f62d1d57f0faaf2858b0d507414629865fbd1
parent30ee29fd03bbdd4cc250c1a591c5199b33e7a118
hw/core: Move numa.c into the target independent source set

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).

Message-Id: <20230413182636.139356-1-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
hw/core/meson.build