aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2019-07-11 14:05:46 +0100
committerEduardo Habkost <ehabkost@redhat.com>2019-09-03 11:26:55 -0300
commit14a25a511b36806f6cb8c30987850a7280235caf (patch)
tree5e952f5d47eea762286e3e81dfd19b5444066276
parentcc6613e244e86c66f83467eab5284825d7057cea (diff)
downloadqemu-14a25a511b36806f6cb8c30987850a7280235caf.zip
qemu-14a25a511b36806f6cb8c30987850a7280235caf.tar.gz
qemu-14a25a511b36806f6cb8c30987850a7280235caf.tar.bz2
includes: remove stale [smp|max]_cpus externs
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>
-rw-r--r--include/sysemu/sysemu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sysemu/sysemu.h b/include/sysemu/sysemu.h
index d2c38f6..44f18eb 100644
--- a/include/sysemu/sysemu.h
+++ b/include/sysemu/sysemu.h
@@ -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;