diff options
author | Markus Armbruster | 2019-08-12 07:23:55 +0200 |
---|---|---|
committer | Markus Armbruster | 2019-08-16 13:31:53 +0200 |
commit | b58c5c2dd29db0eae0bed800ac1a311e14007cec (patch) | |
tree | 0ab50dca3d25e92fe33439b82f40c0ff49383fc1 /hw/core/numa.c | |
parent | Include sysemu/hostmem.h less (diff) | |
download | qemu-b58c5c2dd29db0eae0bed800ac1a311e14007cec.tar.gz qemu-b58c5c2dd29db0eae0bed800ac1a311e14007cec.tar.xz qemu-b58c5c2dd29db0eae0bed800ac1a311e14007cec.zip |
numa: Move remaining NUMA declarations from sysemu.h to numa.h
Commit e35704ba9c "numa: Move NUMA declarations from sysemu.h to
numa.h" left a few NUMA-related macros behind. Move them now.
Cc: Eduardo Habkost <ehabkost@redhat.com>
Cc: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20190812052359.30071-26-armbru@redhat.com>
Diffstat (limited to 'hw/core/numa.c')
-rw-r--r-- | hw/core/numa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/core/numa.c b/hw/core/numa.c index d817f06ead..450c522dd8 100644 --- a/hw/core/numa.c +++ b/hw/core/numa.c @@ -23,6 +23,7 @@ */ #include "qemu/osdep.h" +#include "sysemu/hostmem.h" #include "sysemu/numa.h" #include "exec/cpu-common.h" #include "exec/ramlist.h" |