]> Git Repo - qemu.git/blobdiff - migration.h
switch balloon initialization to -device.
[qemu.git] / migration.h
index 0ed1fcb5157d2815dce7257f73fc241c0f9a8e19..96dad38eb580ec18471fd69d5b0e7d6b369399d5 100644 (file)
@@ -79,6 +79,13 @@ MigrationState *unix_start_outgoing_migration(const char *path,
                                              int64_t bandwidth_limit,
                                              int detach);
 
+int fd_start_incoming_migration(const char *path);
+
+MigrationState *fd_start_outgoing_migration(Monitor *mon,
+                                           const char *fdname,
+                                           int64_t bandwidth_limit,
+                                           int detach);
+
 void migrate_fd_monitor_suspend(FdMigrationState *s);
 
 void migrate_fd_error(FdMigrationState *s);
This page took 0.021313 seconds and 4 git commands to generate.