]> git.proxmox.com Git - mirror_qemu.git/commit - tests/Makefile.include
qapi: Rename generated qmp-marshal.c to qmp-commands.c
authorMarkus Armbruster <armbru@redhat.com>
Sun, 11 Feb 2018 09:35:56 +0000 (10:35 +0100)
committerEric Blake <eblake@redhat.com>
Fri, 2 Mar 2018 19:14:10 +0000 (13:14 -0600)
commit834a3f349806e543db5c347feef5ef8de0a78559
treee8be3a00a8dabc5df3e712d5b1b21041c4092434
parentcf40a0a5c2e1091846974cc8cc95a60e0b1db4af
qapi: Rename generated qmp-marshal.c to qmp-commands.c

All generated .c are named like their .h, except for qmp-marshal.c and
qmp-commands.h.  To add to the confusion, tests-qmp-commands.c falsely
matches generated test-qmp-commands.h.

Get rid of this unnecessary complication.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20180211093607.27351-19-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
.gitignore
Makefile
Makefile.objs
docs/devel/qapi-code-gen.txt
qga/Makefile.objs
scripts/qapi/commands.py
tests/.gitignore
tests/Makefile.include
tests/test-qmp-cmds.c [new file with mode: 0644]
tests/test-qmp-commands.c [deleted file]