hw: move reset handlers from vl.c to hw/core
commit2f7b92a03f1e3813fc046d757138da519f4218d3
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 24 Oct 2016 09:19:49 +0000 (24 11:19 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 16 Jan 2017 16:52:35 +0000 (16 17:52 +0100)
tree11a0a98df19801bc6bb992d6d416bd9dbd96f474
parent671ab4368a27401cff34cb74627332207f40cd54
hw: move reset handlers from vl.c to hw/core

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>
hw/core/Makefile.objs
hw/core/reset.c [new file with mode: 0644]
include/hw/hw.h
include/sysemu/reset.h [new file with mode: 0644]
include/sysemu/sysemu.h
stubs/Makefile.objs
stubs/reset.c [deleted file]
tests/Makefile.include
vl.c