From de1a7c84c49affff5884175d621c95196007ea23 Mon Sep 17 00:00:00 2001 From: Eduardo Habkost Date: Sun, 8 Feb 2015 16:51:18 -0200 Subject: numa: Move NUMA globals to numa.c Reviewed-by: Paolo Bonzini Acked-by: Michael S. Tsirkin Signed-off-by: Eduardo Habkost --- vl.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'vl.c') diff --git a/vl.c b/vl.c index 52a49d9..52e9f2c 100644 --- a/vl.c +++ b/vl.c @@ -184,10 +184,6 @@ uint8_t qemu_extra_params_fw[2]; int icount_align_option; -int nb_numa_nodes; -int max_numa_nodeid; -NodeInfo numa_info[MAX_NODES]; - /* The bytes in qemu_uuid[] are in the order specified by RFC4122, _not_ in the * little-endian "wire format" described in the SMBIOS 2.6 specification. */ -- cgit v1.1