public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe>
To: kvm@vger.kernel.org
Subject: [PATCH] qemu: re-add definition for qemu_get_launch_info
Date: Wed, 16 Jul 2008 05:09:12 -0500	[thread overview]
Message-ID: <20080716100912.GA19629@tapir> (raw)

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


             reply	other threads:[~2008-07-16  9:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-16 10:09 Carlo Marcelo Arenas Belon [this message]
2008-07-19  8:01 ` [PATCH] qemu: re-add definition for qemu_get_launch_info Avi Kivity

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080716100912.GA19629@tapir \
    --to=carenas@sajinet.com.pe \
    --cc=kvm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox