summary refs log tree commit diff stats
path: root/include/system/system.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/system/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/system/system.h b/include/system/system.h
index 5364ad4f27..0cbb43ec30 100644
--- a/include/system/system.h
+++ b/include/system/system.h
@@ -15,6 +15,7 @@ extern bool qemu_uuid_set;
 
 const char *qemu_get_vm_name(void);
 
+/* Exit notifiers will run with BQL held. */
 void qemu_add_exit_notifier(Notifier *notify);
 void qemu_remove_exit_notifier(Notifier *notify);