diff options
Diffstat (limited to 'vl.c')
| -rw-r--r-- | vl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vl.c b/vl.c index c8a5bfa959..bca5c95908 100644 --- a/vl.c +++ b/vl.c @@ -1879,6 +1879,8 @@ void qemu_register_suspend_notifier(Notifier *notifier) void qemu_system_wakeup_request(WakeupReason reason) { + trace_system_wakeup_request(reason); + if (!runstate_check(RUN_STATE_SUSPENDED)) { return; } |