projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9220eee
)
timer: make timers_state static
author
Liu Ping Fan
<qemulist@gmail.com>
Sun, 21 Jul 2013 08:43:00 +0000
(08:43 +0000)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Sat, 27 Jul 2013 07:22:53 +0000
(11:22 +0400)
Signed-off-by: Liu Ping Fan <pingfank@linux.vnet.ibm.com>
Reviewed-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
cpus.c
patch
|
blob
|
history
diff --git
a/cpus.c
b/cpus.c
index ca6b886592dc750ee880fe79e49e90d639337a92..0f65e763f26f595c37f895fed5e0346fa3271d7e 100644
(file)
--- a/
cpus.c
+++ b/
cpus.c
@@
-112,7
+112,7
@@
typedef struct TimersState {
int64_t dummy;
} TimersState;
-TimersState timers_state;
+
static
TimersState timers_state;
/* Return the virtual CPU time, based on the instruction counter. */
int64_t cpu_get_icount(void)