Statistics
| Branch: | Revision:

root / stubs / reset.c @ feature-archipelago

History | View | Annotate | Download (290 Bytes)

# Date Author Comment
41c6bcd9 01/08/2013 10:03 pm Eduardo Habkost

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 <>...