aboutsummaryrefslogtreecommitdiff
path: root/sysemu.h
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2011-04-03 08:23:19 +0000
committerBlue Swirl <blauwirbel@gmail.com>2011-04-15 20:14:54 +0000
commitadc56dda0c4eed62149d28939b7d7e329ad95ae8 (patch)
tree399fd7450310e3058b18bb45da7190dd814a3123 /sysemu.h
parent17a4663e2dddbac36126a6fd7048634a4c95fa6e (diff)
migration: move some declarations to migration.h
Move a few migration related declarations to migration.h. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'sysemu.h')
-rw-r--r--sysemu.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sysemu.h b/sysemu.h
index 6effd8a122..b0296a0d46 100644
--- a/sysemu.h
+++ b/sysemu.h
@@ -37,10 +37,6 @@ void qemu_del_vm_change_state_handler(VMChangeStateEntry *e);
void vm_start(void);
void vm_stop(int reason);
-uint64_t ram_bytes_remaining(void);
-uint64_t ram_bytes_transferred(void);
-uint64_t ram_bytes_total(void);
-
void qemu_system_reset_request(void);
void qemu_system_shutdown_request(void);
void qemu_system_powerdown_request(void);
@@ -89,7 +85,6 @@ typedef enum DisplayType
} DisplayType;
extern int autostart;
-extern int incoming_expected;
extern int bios_size;
typedef enum {