commit | a719a27c824ea5e70f5bf6f3c8d13a8c1d6b1bfe | [log] [tgz] |
---|---|---|
author | Lluís Vilanova <vilanova@ac.upc.edu> | Wed May 07 20:46:15 2014 +0200 |
committer | Luiz Capitulino <lcapitulino@redhat.com> | Thu May 08 14:19:58 2014 -0400 |
tree | 6510043e8cbf7065c8ea9802f67b91f425820143 | |
parent | 33aaad529e7391a9ddc73682415e900950553200 [diff] |
qapi: Add a primitive to include other files from a QAPI schema file The primitive uses JSON syntax, and include paths are relative to the file using the directive: { 'include': 'path/to/file.json' } Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>