xen-pvdevice: convert to realize()
[qemu/ar7.git] / stubs / replay-user.c
blobcf330721c88098931105a851743d2c66684a67d1
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 "sysemu/replay.h"
14 bool replay_exception(void)
16 return true;
19 bool replay_has_exception(void)
21 return false;
24 bool replay_interrupt(void)
26 return true;
29 bool replay_has_interrupt(void)
31 return false;