Loading docs/qmp/qmp-events.txt +0 −12 Original line number Diff line number Diff line Loading @@ -352,18 +352,6 @@ Example: "channel-id": 0, "tls": true} }} SUSPEND ------- Emitted when guest enters S3 state. Data: None. Example: { "event": "SUSPEND", "timestamp": { "seconds": 1344456160, "microseconds": 309119 } } SUSPEND_DISK ------------ Loading qapi-event.json +10 −0 Original line number Diff line number Diff line Loading @@ -47,3 +47,13 @@ # Since: 0.12.0 ## { 'event': 'RESUME' } ## # @SUSPEND # # Emitted when guest enters a hardware suspension state, for example, S3 state, # which is sometimes called standby state # # Since: 1.1 ## { 'event': 'SUSPEND' } vl.c +1 −1 Original line number Diff line number Diff line Loading @@ -1869,7 +1869,7 @@ static void qemu_system_suspend(void) pause_all_vcpus(); notifier_list_notify(&suspend_notifiers, NULL); runstate_set(RUN_STATE_SUSPENDED); monitor_protocol_event(QEVENT_SUSPEND, NULL); qapi_event_send_suspend(&error_abort); } void qemu_system_suspend_request(void) Loading Loading
docs/qmp/qmp-events.txt +0 −12 Original line number Diff line number Diff line Loading @@ -352,18 +352,6 @@ Example: "channel-id": 0, "tls": true} }} SUSPEND ------- Emitted when guest enters S3 state. Data: None. Example: { "event": "SUSPEND", "timestamp": { "seconds": 1344456160, "microseconds": 309119 } } SUSPEND_DISK ------------ Loading
qapi-event.json +10 −0 Original line number Diff line number Diff line Loading @@ -47,3 +47,13 @@ # Since: 0.12.0 ## { 'event': 'RESUME' } ## # @SUSPEND # # Emitted when guest enters a hardware suspension state, for example, S3 state, # which is sometimes called standby state # # Since: 1.1 ## { 'event': 'SUSPEND' }
vl.c +1 −1 Original line number Diff line number Diff line Loading @@ -1869,7 +1869,7 @@ static void qemu_system_suspend(void) pause_all_vcpus(); notifier_list_notify(&suspend_notifiers, NULL); runstate_set(RUN_STATE_SUSPENDED); monitor_protocol_event(QEVENT_SUSPEND, NULL); qapi_event_send_suspend(&error_abort); } void qemu_system_suspend_request(void) Loading