]> git.proxmox.com Git - mirror_qemu.git/commitdiff
includes: remove stale [smp|max]_cpus externs
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 11 Jul 2019 13:05:46 +0000 (14:05 +0100)
committerEduardo Habkost <ehabkost@redhat.com>
Tue, 3 Sep 2019 14:26:55 +0000 (11:26 -0300)
Commit a5e0b3311 removed these in favour of querying machine
properties. Remove the extern declarations as well.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Like Xu <like.xu@linux.intel.com>
Message-Id: <20190711130546.18578-1-alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Like Xu <like.xu@linux.intel.com>
Fixes: a5e0b331193a ("vl.c: Replace smp global variables with smp machine properties")
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
include/sysemu/sysemu.h

index d2c38f611a389994e7ffe7e805d2d60c3249fa0d..44f18eb7394e2dce0aeeeb3281cc250fa946bb55 100644 (file)
@@ -42,8 +42,6 @@ extern const char *keyboard_layout;
 extern int win2k_install_hack;
 extern int alt_grab;
 extern int ctrl_grab;
-extern int smp_cpus;
-extern unsigned int max_cpus;
 extern int cursor_hide;
 extern int graphic_rotate;
 extern int no_quit;