]> git.proxmox.com Git - mirror_qemu.git/commit - Makefile.objs
build: move QAPI definitions for QEMU out of qapi-obj-y
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 20 Dec 2012 14:03:18 +0000 (15:03 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 12 Jan 2013 17:42:51 +0000 (18:42 +0100)
commit59cacde8cdf2e85de9b1aff63e456e89a8a5c59d
tree1b946b46092da0daa4d8520542ec608a92e8e6bd
parent9444e9e640d56039253d885ba88c3fa818a00149
build: move QAPI definitions for QEMU out of qapi-obj-y

There is no reason why for example qemu-ga should include all the
definitions for the QEMU monitor.  However, there are a few
that are needed (qapi_free_SocketAddress, qapi_free_InetSocketAddress,
ErrorClass_lookup).  These should be moved to a separate "core"
.json schema that goes into libqemuutil.a.

For now, make this clearer by moving the qapi-*.o definitions out
of libqemuutil.a.  Once the above refactoring is done, qga-obj-y
should not include anymore qapi-types.o and qapi-visit.o.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile.objs
tests/Makefile