aboutsummaryrefslogtreecommitdiff
path: root/hw/core/reset.c
AgeCommit message (Expand)Author
2024-09-24reset: Use ResetType for qemu_devices_reset() and MachineClass::reset()Juraj Marcin
2024-04-25reset: Add RESET_TYPE_SNAPSHOT_LOADPeter Maydell
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell
2024-02-27hw/core/reset: Implement qemu_register_reset via qemu_register_resettablePeter Maydell
2024-02-27hw/core/reset: Add qemu_{register, unregister}_resettable()Peter Maydell
2022-10-27reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini
2017-01-16hw: move reset handlers from vl.c to hw/corePaolo Bonzini