aboutsummaryrefslogtreecommitdiff
path: root/softmmu/runstate.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-15runstate: Initialize Error * to NULLPeng Liang1-1/+1
2021-06-11Fix the qemu crash when guest shutdown during checkpointRao, Lei1-0/+1
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
2021-03-09sysemu/runstate: Let runstate_is_running() return boolPhilippe Mathieu-Daudé1-1/+1
2021-02-16sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky1-0/+3
2021-02-02block: move blk_exp_close_all() to qemu_cleanup()Sergio Lopez1-0/+9
2021-01-21runstate: cleanup reboot and panic actionsPaolo Bonzini1-3/+4
2021-01-18gdbstub: drop gdbserver_cleanup in favour of gdb_exitAlex Bennée1-1/+1
2020-12-15vl: Add option to avoid stopping VM upon guest panicAlejandro Jimenez1-4/+14
2020-12-15qmp: generalize watchdog-set-action to -no-reboot/-no-shutdownAlejandro Jimenez1-4/+6
2020-12-15vl: extract softmmu/runstate.cPaolo Bonzini1-0/+800