]> git.proxmox.com Git - mirror_qemu.git/commit - numa.c
numa: Move NUMA declarations from sysemu.h to numa.h
authorEduardo Habkost <ehabkost@redhat.com>
Sun, 8 Feb 2015 18:51:16 +0000 (16:51 -0200)
committerEduardo Habkost <ehabkost@redhat.com>
Mon, 23 Feb 2015 18:39:27 +0000 (15:39 -0300)
commite35704ba9ce0cd1e3c401f3bfbf3faf98b0b6885
tree61653fc5b5ee23cda1226ac65fb9abf09cf92e9e
parentcd2d5541271f1934345d8ca42f5fafff1744eee7
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>
hw/i386/pc.c
hw/mem/pc-dimm.c
hw/ppc/spapr.c
include/sysemu/numa.h [new file with mode: 0644]
include/sysemu/sysemu.h
monitor.c
numa.c
vl.c