]> Git Repo - qemu.git/commit - .gitignore
qapi: Generate QAPIEvent stuff into separate files
authorMarkus Armbruster <[email protected]>
Thu, 14 Feb 2019 15:22:38 +0000 (16:22 +0100)
committerMarkus Armbruster <[email protected]>
Mon, 18 Feb 2019 13:44:04 +0000 (14:44 +0100)
commit5d75648b56e6e400eafaa1c2c8616ffc5ae6148e
tree726cd271079330d6fd489ba0f31d773e31f04cd2
parentc2e196a9b41235a308fb6d1c516aa91ba0a807c8
qapi: Generate QAPIEvent stuff into separate files

Having to include qapi-events.h just for QAPIEvent is suboptimal, but
quite tolerable now.  It'll become problematic when we have events
conditional on the target, because then qapi-events.h won't be usable
from target-independent code anymore.  Avoid that by generating it
into separate files.

Signed-off-by: Markus Armbruster <[email protected]>
Reviewed-by: Marc-AndrĂ© Lureau <[email protected]>
Message-Id: <20190214152251[email protected]>
.gitignore
Makefile
Makefile.objs
docs/devel/qapi-code-gen.txt
monitor.c
scripts/qapi/events.py
stubs/monitor.c
tests/test-qmp-event.c
ui/vnc.c
This page took 0.032963 seconds and 4 git commands to generate.