diff options
author | Anthony Liguori | 2011-10-24 17:51:12 +0200 |
---|---|---|
committer | Anthony Liguori | 2011-10-24 17:51:12 +0200 |
commit | 952e849c150b4f1b89f8728cba00f925c1d6e75b (patch) | |
tree | 93e950b81e84d1d20a915d8b1da5c75d3911f553 /sysemu.h | |
parent | Add stdio char device on windows (diff) | |
parent | simplify main loop functions (diff) | |
download | qemu-952e849c150b4f1b89f8728cba00f925c1d6e75b.tar.gz qemu-952e849c150b4f1b89f8728cba00f925c1d6e75b.tar.xz qemu-952e849c150b4f1b89f8728cba00f925c1d6e75b.zip |
Merge remote-tracking branch 'bonzini/split-main-loop-for-anthony' into staging
Diffstat (limited to 'sysemu.h')
-rw-r--r-- | sysemu.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -8,6 +8,7 @@ #include "qemu-timer.h" #include "qapi-types.h" #include "notify.h" +#include "main-loop.h" /* vl.c */ @@ -64,8 +65,6 @@ void do_info_snapshots(Monitor *mon); void qemu_announce_self(void); -int main_loop_wait(int nonblocking); - bool qemu_savevm_state_blocked(Monitor *mon); int qemu_savevm_state_begin(Monitor *mon, QEMUFile *f, int blk_enable, int shared); |