aboutsummaryrefslogtreecommitdiff
path: root/sysemu.h
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2011-01-20 09:05:37 -0600
committerAnthony Liguori <aliguori@us.ibm.com>2011-01-20 09:05:37 -0600
commit5dbbda340533cd7d217dcf3ab904fb353598cbde (patch)
tree1e0bc27430f12e9f27bdd466a21072802f7cbbb5 /sysemu.h
parentd788b57051ee91aa39de67cff8d8e15953bc100c (diff)
parente10990c3f0c39e92ab5f74004b89a24fcc36fa14 (diff)
downloadqemu-5dbbda340533cd7d217dcf3ab904fb353598cbde.zip
qemu-5dbbda340533cd7d217dcf3ab904fb353598cbde.tar.gz
qemu-5dbbda340533cd7d217dcf3ab904fb353598cbde.tar.bz2
Merge remote branch 'mst/for_anthony' into staging
Diffstat (limited to 'sysemu.h')
-rw-r--r--sysemu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysemu.h b/sysemu.h
index d8fceec..0c969f2 100644
--- a/sysemu.h
+++ b/sysemu.h
@@ -75,6 +75,7 @@ void qemu_announce_self(void);
void 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);
int qemu_savevm_state_iterate(Monitor *mon, QEMUFile *f);