Age | Commit message (Expand) | Author | Files | Lines |
2023-03-07 | gdbstub: move syscall handling to new file | Alex Bennée | 1 | -1/+1 |
2023-03-05 | tcg: Include "qemu/timer.h" for profile_getclock | Richard W.M. Jones | 1 | -0/+1 |
2023-02-08 | Drop duplicate #include | Markus Armbruster | 1 | -1/+0 |
2022-12-14 | qapi run-state: Elide redundant has_FOO in generated C | Markus Armbruster | 1 | -13/+5 |
2022-10-27 | reset: allow registering handlers that aren't called by snapshot loading | Jason A. Donenfeld | 1 | -3/+8 |
2022-07-29 | qapi: Add exit-failure PanicAction | Ilya Leoshkevich | 1 | -4/+13 |
2022-07-20 | softmmu/runstate.c: add RunStateTransition support form COLO to PRELAUNCH | Zhang Chen | 1 | -0/+1 |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau | 1 | -1/+0 |
2022-02-21 | exec/exec-all: Move 'qemu/log.h' include in units requiring it | Philippe Mathieu-Daudé | 1 | -0/+1 |
2022-02-21 | softmmu/runstate: Clean headers | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-06-15 | runstate: Initialize Error * to NULL | Peng Liang | 1 | -1/+1 |
2021-06-11 | Fix the qemu crash when guest shutdown during checkpoint | Rao, Lei | 1 | -0/+1 |
2021-03-09 | sysemu: Let VMChangeStateHandler take boolean 'running' argument | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-03-09 | sysemu/runstate: Let runstate_is_running() return bool | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-02-16 | sev/i386: Don't allow a system reset under an SEV-ES guest | Tom Lendacky | 1 | -0/+3 |
2021-02-02 | block: move blk_exp_close_all() to qemu_cleanup() | Sergio Lopez | 1 | -0/+9 |
2021-01-21 | runstate: cleanup reboot and panic actions | Paolo Bonzini | 1 | -3/+4 |
2021-01-18 | gdbstub: drop gdbserver_cleanup in favour of gdb_exit | Alex Bennée | 1 | -1/+1 |
2020-12-15 | vl: Add option to avoid stopping VM upon guest panic | Alejandro Jimenez | 1 | -4/+14 |
2020-12-15 | qmp: generalize watchdog-set-action to -no-reboot/-no-shutdown | Alejandro Jimenez | 1 | -4/+6 |
2020-12-15 | vl: extract softmmu/runstate.c | Paolo Bonzini | 1 | -0/+800 |