summaryrefslogtreecommitdiffstats
path: root/hw/mem
diff options
context:
space:
mode:
authorEduardo Habkost2015-02-08 19:51:16 +0100
committerEduardo Habkost2015-02-23 19:39:27 +0100
commite35704ba9ce0cd1e3c401f3bfbf3faf98b0b6885 (patch)
tree61653fc5b5ee23cda1226ac65fb9abf09cf92e9e /hw/mem
parentMerge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150212' into staging (diff)
downloadqemu-e35704ba9ce0cd1e3c401f3bfbf3faf98b0b6885.tar.gz
qemu-e35704ba9ce0cd1e3c401f3bfbf3faf98b0b6885.tar.xz
qemu-e35704ba9ce0cd1e3c401f3bfbf3faf98b0b6885.zip
numa: Move NUMA declarations from sysemu.h to numa.h
Not all sysemu.h users need the NUMA declarations, and keeping them in a separate file makes it easier to see what are the interfaces provided by numa.c. Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'hw/mem')
-rw-r--r--hw/mem/pc-dimm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/mem/pc-dimm.c b/hw/mem/pc-dimm.c
index 18cdc54bf9..f27a087061 100644
--- a/hw/mem/pc-dimm.c
+++ b/hw/mem/pc-dimm.c
@@ -22,6 +22,7 @@
#include "qemu/config-file.h"
#include "qapi/visitor.h"
#include "qemu/range.h"
+#include "sysemu/numa.h"
typedef struct pc_dimms_capacity {
uint64_t size;