mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
cpu: Add missing 'static' attribute to qemu_global_mutex
Contrary to its name, 'qemu_global_mutex' is only used locally in cpus.c. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
This commit is contained in:
parent
afb63ebd0a
commit
b2532d88c9
1 changed files with 1 additions and 1 deletions
2
cpus.c
2
cpus.c
|
@ -613,7 +613,7 @@ static void qemu_tcg_init_cpu_signals(void)
|
|||
}
|
||||
#endif /* _WIN32 */
|
||||
|
||||
QemuMutex qemu_global_mutex;
|
||||
static QemuMutex qemu_global_mutex;
|
||||
static QemuCond qemu_io_proceeded_cond;
|
||||
static bool iothread_requesting_mutex;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue