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)