]> git.proxmox.com Git - qemu.git/blobdiff - vl.c
Add some missing static qualifiers
[qemu.git] / vl.c
diff --git a/vl.c b/vl.c
index 743e613e7a69e06af774cd70d08d6129b324f306..99191201c50afed6969ae2c401762f16de9a974e 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -7359,7 +7359,7 @@ void qemu_bh_delete(QEMUBH *bh)
 /***********************************************************/
 /* machine registration */
 
-QEMUMachine *first_machine = NULL;
+static QEMUMachine *first_machine = NULL;
 
 int qemu_register_machine(QEMUMachine *m)
 {