libqtest: split QMP part in libqmp

This will help moving QAPI/QMP in a common subproject.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Acked-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
Marc-André Lureau 2022-03-30 13:34:11 +04:00
parent 907b5105f1
commit c6d3bcb4b9
6 changed files with 290 additions and 234 deletions

View file

@ -1,4 +1,7 @@
libqos_srcs = files('../libqtest.c',
libqos_srcs = files(
'../libqtest.c',
'../libqmp.c',
'qgraph.c',
'qos_external.c',
'pci.c',