summaryrefslogtreecommitdiff
path: root/stubs/Makefile.objs
diff options
context:
space:
mode:
authorEduardo Habkost <ehabkost@redhat.com>2012-12-05 14:49:07 -0200
committerAndreas Färber <afaerber@suse.de>2013-01-08 21:03:43 +0100
commit41c6bcd912d1a2461313040566077b86e48eea31 (patch)
tree03ca5dcb5f88e0ae2e0470d3fa2074897116079d /stubs/Makefile.objs
parent560c30b1db1d40fe45c5104185367c4de43399d3 (diff)
downloadqemu-41c6bcd912d1a2461313040566077b86e48eea31.tar.gz
libqemustub: Add qemu_[un]register_reset() stubs
This will be useful for code that don't call qemu_devices_reset() (e.g. *-user). If qemu_devices_reset() is never called, it means we don't need to keep track of the reset handler list. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'stubs/Makefile.objs')
-rw-r--r--stubs/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/stubs/Makefile.objs b/stubs/Makefile.objs
index 035b29a1f3..00f0b641d6 100644
--- a/stubs/Makefile.objs
+++ b/stubs/Makefile.objs
@@ -5,4 +5,5 @@ stub-obj-y += fdset-get-fd.o
stub-obj-y += fdset-remove-fd.o
stub-obj-y += get-fd.o
stub-obj-y += set-fd-handler.o
+stub-obj-y += reset.o
stub-obj-$(CONFIG_WIN32) += fd-register.o