diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2011-01-20 09:05:37 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-01-20 09:05:37 -0600 |
commit | 5dbbda340533cd7d217dcf3ab904fb353598cbde (patch) | |
tree | 1e0bc27430f12e9f27bdd466a21072802f7cbbb5 /sysemu.h | |
parent | d788b57051ee91aa39de67cff8d8e15953bc100c (diff) | |
parent | e10990c3f0c39e92ab5f74004b89a24fcc36fa14 (diff) | |
download | qemu-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |