mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Tracing pull request
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAABAgAGBQJTsne7AAoJEJykq7OBq3PIUPQIAMITYb4Vki1zBSj8W4gJQtns y4kgINhCln20hQNiW2ytk6BLJJUpJRYQC4+GKA6fScaAIQsK5nI+4eqb9iSWilhg ECNPcV3oX54XnTBGzPN+5mJPwZU3JmRa5bpF1X5l+SdPXA2QDDq6dWiuxB+capty x2BiMLAsQodCWbEg5vx6jYj9CYScL3ZsIxtob+P1xwdeADjEGyDPNFG+Spiyzgf/ XTzmopp3Mlp3sgt4xIYzBY5Xx8ieEkfHJI8TGx9DhpcJOgV1O9sKj97xl02ko3av WW+oH+INWExVLaHjplaB5XfrIMWihjr1OBEDUNJ13x9ikmkbeU+Ic2SDqpdNtuk= =j1BY -----END PGP SIGNATURE----- Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging Tracing pull request # gpg: Signature made Tue 01 Jul 2014 09:56:27 BST using RSA key ID 81AB73C8 # gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>" # gpg: aka "Stefan Hajnoczi <stefanha@gmail.com>" * remotes/stefanha/tags/tracing-pull-request: trace: add qemu_system_powerdown_request and qemu_system_shutdown_request trace events Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
commit
1aa85f46b3
2 changed files with 4 additions and 0 deletions
2
vl.c
2
vl.c
|
@ -1921,6 +1921,7 @@ void qemu_system_killed(int signal, pid_t pid)
|
|||
|
||||
void qemu_system_shutdown_request(void)
|
||||
{
|
||||
trace_qemu_system_shutdown_request();
|
||||
shutdown_requested = 1;
|
||||
qemu_notify_event();
|
||||
}
|
||||
|
@ -1933,6 +1934,7 @@ static void qemu_system_powerdown(void)
|
|||
|
||||
void qemu_system_powerdown_request(void)
|
||||
{
|
||||
trace_qemu_system_powerdown_request();
|
||||
powerdown_requested = 1;
|
||||
qemu_notify_event();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue