Adding to this C wrappers for QMP commands threatens to make QMP
command
arguments part of the library ABI. Compatible QMP evolution (like
adding an optional argument) turns into a libqmp soname bump.
Counter-productive. How do you plan to avoid that?
.so versioning. Ugly as hell to do manually, but if the library was
automatically generated it would not be difficult.
Paolo