summaryrefslogtreecommitdiffstats
path: root/include/sysemu/numa.h
diff options
context:
space:
mode:
authorEduardo Habkost <ehabkost@redhat.com>2015-02-08 16:51:20 -0200
committerEduardo Habkost <ehabkost@redhat.com>2015-02-23 15:39:27 -0300
commit7dcd1d70fe2886a1e30d32678b795e6b9b6dd5c4 (patch)
tree5af6a547cca0b0a82bb9400db3731bc18c84ab04 /include/sysemu/numa.h
parent25712ffe8478a95abd7b82e2f085c7c929498643 (diff)
downloadhqemu-7dcd1d70fe2886a1e30d32678b795e6b9b6dd5c4.zip
hqemu-7dcd1d70fe2886a1e30d32678b795e6b9b6dd5c4.tar.gz
numa: Move QemuOpts parsing to set_numa_nodes()
This allows us to make numa_init_func() static. 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 'include/sysemu/numa.h')
-rw-r--r--include/sysemu/numa.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sysemu/numa.h b/include/sysemu/numa.h
index eae881e..d25ada9 100644
--- a/include/sysemu/numa.h
+++ b/include/sysemu/numa.h
@@ -20,6 +20,5 @@ void set_numa_nodes(void);
void set_numa_modes(void);
void query_numa_node_mem(uint64_t node_mem[]);
extern QemuOptsList qemu_numa_opts;
-int numa_init_func(QemuOpts *opts, void *opaque);
#endif
OpenPOWER on IntegriCloud