mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
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:
parent
907b5105f1
commit
c6d3bcb4b9
6 changed files with 290 additions and 234 deletions
|
@ -1,4 +1,7 @@
|
|||
libqos_srcs = files('../libqtest.c',
|
||||
libqos_srcs = files(
|
||||
'../libqtest.c',
|
||||
'../libqmp.c',
|
||||
|
||||
'qgraph.c',
|
||||
'qos_external.c',
|
||||
'pci.c',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue