summaryrefslogtreecommitdiffstats
path: root/hw/core/reset.c
Commit message (Collapse)AuthorAgeFilesLines
* hw: move reset handlers from vl.c to hw/corePaolo Bonzini2017-01-161-0/+72
They are small, it is not worth stubbing them. Just include them in user-mode emulators and unit tests as well. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>