diff options
| author | Markus Armbruster <armbru@redhat.com> | 2019-02-14 16:22:41 +0100 |
|---|---|---|
| committer | Markus Armbruster <armbru@redhat.com> | 2019-02-18 14:44:04 +0100 |
| commit | 61eb9e80d5ac9d51d3bfbe4e6ca234f57e747d2b (patch) | |
| tree | 63b7ca19d7c08a1a07a4511485e33de0d55716d8 /qapi/qapi-schema.json | |
| parent | 88554a200590008a5846461d82b8c7967f74139f (diff) | |
| download | focaccia-qemu-61eb9e80d5ac9d51d3bfbe4e6ca234f57e747d2b.tar.gz focaccia-qemu-61eb9e80d5ac9d51d3bfbe4e6ca234f57e747d2b.zip | |
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>
Diffstat (limited to 'qapi/qapi-schema.json')
| -rw-r--r-- | qapi/qapi-schema.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qapi/qapi-schema.json b/qapi/qapi-schema.json index 1845aa78ff..db61bfd688 100644 --- a/qapi/qapi-schema.json +++ b/qapi/qapi-schema.json @@ -97,3 +97,4 @@ { 'include': 'trace.json' } { 'include': 'introspect.json' } { 'include': 'misc.json' } +{ 'include': 'target.json' } |