aboutsummaryrefslogtreecommitdiff
path: root/softmmu/runstate.c
AgeCommit message (Expand)Author
2023-10-08system: Rename softmmu/ directory as system/Philippe Mathieu-Daudé
2023-09-11sysemu: Add prepare callback to struct VMChangeStateEntryAvihai Horon
2023-07-07qemu_cleanup: begin drained section after vm_shutdown()Fiona Ebner
2023-06-26accel/tcg: remove CONFIG_PROFILERFei Wu
2023-06-02migration: restore vmstate on migration failureVladimir Sementsov-Ogievskiy
2023-06-02runstate: drop unused runstate_store()Vladimir Sementsov-Ogievskiy
2023-06-02runstate: add runstate_get()Vladimir Sementsov-Ogievskiy
2023-05-02softmmu: Don't use 'singlestep' global in QMP and HMP commandsPeter Maydell
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée
2023-03-05tcg: Include "qemu/timer.h" for profile_getclockRichard W.M. Jones
2023-02-08Drop duplicate #includeMarkus Armbruster
2022-12-14qapi run-state: Elide redundant has_FOO in generated CMarkus Armbruster
2022-10-27reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld
2022-07-29qapi: Add exit-failure PanicActionIlya Leoshkevich
2022-07-20softmmu/runstate.c: add RunStateTransition support form COLO to PRELAUNCHZhang Chen
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé
2022-02-21softmmu/runstate: Clean headersPhilippe Mathieu-Daudé
2021-06-15runstate: Initialize Error * to NULLPeng Liang
2021-06-11Fix the qemu crash when guest shutdown during checkpointRao, Lei
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2021-03-09sysemu/runstate: Let runstate_is_running() return boolPhilippe Mathieu-Daudé
2021-02-16sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky
2021-02-02block: move blk_exp_close_all() to qemu_cleanup()Sergio Lopez
2021-01-21runstate: cleanup reboot and panic actionsPaolo Bonzini
2021-01-18gdbstub: drop gdbserver_cleanup in favour of gdb_exitAlex Bennée
2020-12-15vl: Add option to avoid stopping VM upon guest panicAlejandro Jimenez
2020-12-15qmp: generalize watchdog-set-action to -no-reboot/-no-shutdownAlejandro Jimenez
2020-12-15vl: extract softmmu/runstate.cPaolo Bonzini