aboutsummaryrefslogtreecommitdiff
path: root/hw/core/reset.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25reset: Add RESET_TYPE_SNAPSHOT_LOADPeter Maydell1-11/+4
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell1-1/+1
2024-02-27hw/core/reset: Implement qemu_register_reset via qemu_register_resettablePeter Maydell1-33/+106
2024-02-27hw/core/reset: Add qemu_{register, unregister}_resettable()Peter Maydell1-2/+29
2022-10-27reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld1-1/+16
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini1-1/+1
2017-01-16hw: move reset handlers from vl.c to hw/corePaolo Bonzini1-0/+72