qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] qmp_* functions into 'kvm-all.c'


From: Vincent KHERBACHE
Subject: [Qemu-devel] qmp_* functions into 'kvm-all.c'
Date: Mon, 10 Feb 2014 19:18:35 +0100

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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]