From: Vincent KHERBACHE <vincent.kherbache@inria.fr>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] qmp_* functions into 'kvm-all.c'
Date: Mon, 10 Feb 2014 19:18:35 +0100 [thread overview]
Message-ID: <52F917FB.40101@inria.fr> (raw)
Hi all,
I just created a new QMP command following the
'writing-qmp-commands.txt' howto.
It's works well by adding the corresponding function into 'qmp.c', but
when I want to insert the function in 'kvm-all.c' (which is my goal) I
get an 'undefined reference' error to the function from 'qmp-marchal.c'
during the compilation.
I already included "qmp-commands.h" in 'kvm-all.c' preprocessor but it
didn't solve the problem.
Does someone know how to fix it (or why it happens) ?
Thanks.
Regards,
--
Vincent KHERBACHE
PhD Student at INRIA Sophia (FRANCE)
next reply other threads:[~2014-02-10 18:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-10 18:18 Vincent KHERBACHE [this message]
2014-02-10 19:45 ` [Qemu-devel] qmp_* functions into 'kvm-all.c' Andreas Färber
2014-02-10 21:14 ` Vincent KHERBACHE
2014-02-10 21:59 ` Paolo Bonzini
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=52F917FB.40101@inria.fr \
--to=vincent.kherbache@inria.fr \
--cc=qemu-devel@nongnu.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 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.