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 /hw/ppc/spapr.c | |
| parent | cd2d5541271f1934345d8ca42f5fafff1744eee7 (diff) | |
| download | focaccia-qemu-e35704ba9ce0cd1e3c401f3bfbf3faf98b0b6885.tar.gz focaccia-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/ppc/spapr.c')
| -rw-r--r-- | hw/ppc/spapr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c index 812d03054d..0f92bb2df2 100644 --- a/hw/ppc/spapr.c +++ b/hw/ppc/spapr.c @@ -25,6 +25,7 @@ * */ #include "sysemu/sysemu.h" +#include "sysemu/numa.h" #include "hw/hw.h" #include "hw/fw-path-provider.h" #include "elf.h" |