usb-bot: hotplug support
[qemu/kevin.git] / stubs / replay-user.c
blobb29e7ebba15beea0df6d6e363d4b91795c931378
1 /*
2 * replay.c
4 * Copyright (c) 2010-2015 Institute for System Programming
5 * of the Russian Academy of Sciences.
7 * This work is licensed under the terms of the GNU GPL, version 2 or later.
8 * See the COPYING file in the top-level directory.
12 #include "qemu/osdep.h"
13 #include "sysemu/replay.h"
15 bool replay_exception(void)
17 return true;
20 bool replay_has_exception(void)
22 return false;
25 bool replay_interrupt(void)
27 return true;
30 bool replay_has_interrupt(void)
32 return false;