From: Carlo Marcelo Arenas Belon <[EMAIL PROTECTED]>

somehow missing from sysemu.h after a qemu merge and otherwise complaining
with the following warning :

  kvm-71/qemu/migration.c: In function 'migration_init_ssh':
  kvm-71/qemu/migration.c:629: warning: implicit declaration of function 
'qemu_get_launch_info'

Signed-off-by: Carlo Marcelo Arenas Belon <[EMAIL PROTECTED]>
Signed-off-by: Avi Kivity <[EMAIL PROTECTED]>

diff --git a/qemu/sysemu.h b/qemu/sysemu.h
index f03b022..1469e90 100644
--- a/qemu/sysemu.h
+++ b/qemu/sysemu.h
@@ -41,6 +41,9 @@ void qemu_system_powerdown(void);
 #endif
 void qemu_system_reset(void);
 
+void qemu_get_launch_info(int *argc, char ***argv,
+                          int *opt_daemonize, const char **opt_incoming);
+
 void do_savevm(const char *name);
 void do_loadvm(const char *name);
 void do_delvm(const char *name);
--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to