diff mbox series

[v4,05/54] includes: remove stale [smp|max]_cpus externs

Message ID 20190731160719.11396-6-alex.bennee@linaro.org
State Superseded
Headers show
Series plugins for TCG | expand

Commit Message

Alex Bennée July 31, 2019, 4:06 p.m. UTC
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>
---
 include/sysemu/sysemu.h | 2 --
 1 file changed, 2 deletions(-)

-- 
2.20.1

Comments

Richard Henderson Aug. 1, 2019, 2:54 p.m. UTC | #1
On 7/31/19 9:06 AM, Alex Bennée wrote:
> 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>

> ---

>  include/sysemu/sysemu.h | 2 --

>  1 file changed, 2 deletions(-)


Reviewed-by: Richard Henderson <richard.henderson@linaro.org>



r~
diff mbox series

Patch

diff --git a/include/sysemu/sysemu.h b/include/sysemu/sysemu.h
index 984c439ac96..e70edf7c1cf 100644
--- a/include/sysemu/sysemu.h
+++ b/include/sysemu/sysemu.h
@@ -103,8 +103,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;