]> Git Repo - qemu.git/blobdiff - hw/watchdog.c
spapr: make irq customizable via qdev
[qemu.git] / hw / watchdog.c
index 1c900a11899efa91224815f69419d7ed50d3416e..71c6c7df63c23b29dbc6701464e032401833590e 100644 (file)
@@ -132,7 +132,7 @@ void watchdog_perform_action(void)
 
     case WDT_PAUSE:             /* same as 'stop' command in monitor */
         watchdog_mon_event("pause");
-        vm_stop(VMSTOP_WATCHDOG);
+        vm_stop(RSTATE_WATCHDOG);
         break;
 
     case WDT_DEBUG:
This page took 0.026834 seconds and 4 git commands to generate.