summaryrefslogtreecommitdiffstats
path: root/savevm.c
diff options
context:
space:
mode:
authorBlue Swirl2011-03-27 18:05:08 +0200
committerBlue Swirl2011-04-15 22:14:52 +0200
commit17a4663e2dddbac36126a6fd7048634a4c95fa6e (patch)
tree73297471bd89ff1bdde9dd50b875875f601b26c2 /savevm.c
parentMove clock related functions to qemu-timer.h (diff)
downloadqemu-17a4663e2dddbac36126a6fd7048634a4c95fa6e.tar.gz
qemu-17a4663e2dddbac36126a6fd7048634a4c95fa6e.tar.xz
qemu-17a4663e2dddbac36126a6fd7048634a4c95fa6e.zip
Move CPU related functions to cpus.h
Move declarations of CPU related functions to cpus.h. Adjust the only user. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'savevm.c')
-rw-r--r--savevm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/savevm.c b/savevm.c
index 03fce62975..be44fdb473 100644
--- a/savevm.c
+++ b/savevm.c
@@ -82,6 +82,7 @@
#include "migration.h"
#include "qemu_socket.h"
#include "qemu-queue.h"
+#include "cpus.h"
#define SELF_ANNOUNCE_ROUNDS 5