* [PATCH] qemu: re-add definition for qemu_get_launch_info
@ 2008-07-16 10:09 Carlo Marcelo Arenas Belon
2008-07-19 8:01 ` Avi Kivity
0 siblings, 1 reply; 2+ messages in thread
From: Carlo Marcelo Arenas Belon @ 2008-07-16 10:09 UTC (permalink / raw)
To: kvm
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 <carenas@sajinet.com.pe>
---
qemu/sysemu.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/qemu/sysemu.h b/qemu/sysemu.h
index 993d67b..ab8ac91 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);
--
1.5.4.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-07-19 8:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-16 10:09 [PATCH] qemu: re-add definition for qemu_get_launch_info Carlo Marcelo Arenas Belon
2008-07-19 8:01 ` Avi Kivity
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.