index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
softmmu
/
runstate.c
Age
Commit message (
Expand
)
Author
2023-02-08
Drop duplicate #include
Markus Armbruster
2022-12-14
qapi run-state: Elide redundant has_FOO in generated C
Markus Armbruster
2022-10-27
reset: allow registering handlers that aren't called by snapshot loading
Jason A. Donenfeld
2022-07-29
qapi: Add exit-failure PanicAction
Ilya Leoshkevich
2022-07-20
softmmu/runstate.c: add RunStateTransition support form COLO to PRELAUNCH
Zhang Chen
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2022-02-21
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
2022-02-21
softmmu/runstate: Clean headers
Philippe Mathieu-Daudé
2021-06-15
runstate: Initialize Error * to NULL
Peng Liang
2021-06-11
Fix the qemu crash when guest shutdown during checkpoint
Rao, Lei
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
2021-03-09
sysemu/runstate: Let runstate_is_running() return bool
Philippe Mathieu-Daudé
2021-02-16
sev/i386: Don't allow a system reset under an SEV-ES guest
Tom Lendacky
2021-02-02
block: move blk_exp_close_all() to qemu_cleanup()
Sergio Lopez
2021-01-21
runstate: cleanup reboot and panic actions
Paolo Bonzini
2021-01-18
gdbstub: drop gdbserver_cleanup in favour of gdb_exit
Alex Bennée
2020-12-15
vl: Add option to avoid stopping VM upon guest panic
Alejandro Jimenez
2020-12-15
qmp: generalize watchdog-set-action to -no-reboot/-no-shutdown
Alejandro Jimenez
2020-12-15
vl: extract softmmu/runstate.c
Paolo Bonzini