]> git.proxmox.com Git - mirror_qemu.git/blobdiff - softmmu/memory.c
sysemu: Let VMChangeStateHandler take boolean 'running' argument
[mirror_qemu.git] / softmmu / memory.c
index 91f1bf47c301e6618a3ec75449b88684b4c5e7db..9db47b7db6bf72b9403caf94331a54b3b9eab481 100644 (file)
@@ -2679,7 +2679,7 @@ static void memory_global_dirty_log_do_stop(void)
     MEMORY_LISTENER_CALL_GLOBAL(log_global_stop, Reverse);
 }
 
-static void memory_vm_change_state_handler(void *opaque, int running,
+static void memory_vm_change_state_handler(void *opaque, bool running,
                                            RunState state)
 {
     if (running) {