summaryrefslogtreecommitdiffstats
path: root/softmmu/runstate.c
Commit message (Expand)AuthorAgeFilesLines
* reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld2022-10-271-3/+8
* qapi: Add exit-failure PanicActionIlya Leoshkevich2022-07-291-4/+13
* softmmu/runstate.c: add RunStateTransition support form COLO to PRELAUNCHZhang Chen2022-07-201-0/+1
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2022-02-211-0/+1
* softmmu/runstate: Clean headersPhilippe Mathieu-Daudé2022-02-211-1/+1
* runstate: Initialize Error * to NULLPeng Liang2021-06-151-1/+1
* Fix the qemu crash when guest shutdown during checkpointRao, Lei2021-06-111-0/+1
* sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-091-1/+1
* sysemu/runstate: Let runstate_is_running() return boolPhilippe Mathieu-Daudé2021-03-091-1/+1
* sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky2021-02-161-0/+3
* block: move blk_exp_close_all() to qemu_cleanup()Sergio Lopez2021-02-021-0/+9
* runstate: cleanup reboot and panic actionsPaolo Bonzini2021-01-211-3/+4
* gdbstub: drop gdbserver_cleanup in favour of gdb_exitAlex Bennée2021-01-181-1/+1
* vl: Add option to avoid stopping VM upon guest panicAlejandro Jimenez2020-12-151-4/+14
* qmp: generalize watchdog-set-action to -no-reboot/-no-shutdownAlejandro Jimenez2020-12-151-4/+6
* vl: extract softmmu/runstate.cPaolo Bonzini2020-12-151-0/+800