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 /arch_init.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 'arch_init.h')
-rw-r--r-- | arch_init.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch_init.h b/arch_init.h index c83360c3a6..86ebc149bc 100644 --- a/arch_init.h +++ b/arch_init.h @@ -22,8 +22,6 @@ enum { extern const uint32_t arch_type; void select_soundhw(const char *optarg); -int ram_save_live(Monitor *mon, QEMUFile *f, int stage, void *opaque); -int ram_load(QEMUFile *f, void *opaque, int version_id); void do_acpitable_option(const char *optarg); void do_smbios_option(const char *optarg); void cpudef_init(void); |