summaryrefslogtreecommitdiffstats
path: root/include/sysemu/reset.h
Commit message (Collapse)AuthorAgeFilesLines
* hw: move reset handlers from vl.c to hw/corePaolo Bonzini2017-01-161-0/+10
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>