diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2011-04-03 08:23:19 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-04-15 20:14:54 +0000 |
commit | adc56dda0c4eed62149d28939b7d7e329ad95ae8 (patch) | |
tree | 399fd7450310e3058b18bb45da7190dd814a3123 /sysemu.h | |
parent | 17a4663e2dddbac36126a6fd7048634a4c95fa6e (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.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 { |