]> git.ipfire.org Git - thirdparty/qemu.git/commit
qapi: New module target.json
authorMarkus Armbruster <armbru@redhat.com>
Thu, 14 Feb 2019 15:22:41 +0000 (16:22 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 18 Feb 2019 13:44:04 +0000 (14:44 +0100)
commit61eb9e80d5ac9d51d3bfbe4e6ca234f57e747d2b
tree63b7ca19d7c08a1a07a4511485e33de0d55716d8
parent88554a200590008a5846461d82b8c7967f74139f
qapi: New module target.json

We can't add appropriate target-specific conditionals to misc.json,
because that would make all of misc.json unusable in
target-independent code.  To keep misc.json target-independent, we
need to split off target-dependent target.json.

This commit doesn't actually split off anything, it merely creates the
empty module.  The next few patches will move stuff from misc.json
there.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20190214152251.2073-9-armbru@redhat.com>
qapi/Makefile.objs
qapi/qapi-schema.json
qapi/target.json [new file with mode: 0644]