diff options
author | Eduardo Habkost <ehabkost@redhat.com> | 2015-02-08 16:51:16 -0200 |
---|---|---|
committer | Eduardo Habkost <ehabkost@redhat.com> | 2015-02-23 15:39:27 -0300 |
commit | e35704ba9ce0cd1e3c401f3bfbf3faf98b0b6885 (patch) | |
tree | 61653fc5b5ee23cda1226ac65fb9abf09cf92e9e /numa.c | |
parent | cd2d5541271f1934345d8ca42f5fafff1744eee7 (diff) |
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 'numa.c')
-rw-r--r-- | numa.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ * THE SOFTWARE. */ -#include "sysemu/sysemu.h" +#include "sysemu/numa.h" #include "exec/cpu-common.h" #include "qemu/bitmap.h" #include "qom/cpu.h" |