qemu with hax to log dma reads & writes
jcs.org/2018/11/12/vfio
1# -*- Mode: Python -*-
2
3# Note that modules are shared with the QEMU main schema under the assumption
4# that the storage daemon schema is a subset of the main schema. For the shared
5# modules, no code is generated here, but we reuse the code files generated
6# from the main schema.
7#
8# If you wish to extend the storage daemon schema to contain things that are
9# not in the main schema, be aware that array types of types defined in shared
10# modules are only generated if an array of the respective type is already used
11# in the main schema. Therefore, if you use such arrays, you may need to define
12# the array type in the main schema, even if it is unused outside of the
13# storage daemon.
14
15{ 'include': '../../qapi/pragma.json' }
16
17{ 'include': '../../qapi/block-core.json' }
18{ 'include': '../../qapi/char.json' }
19{ 'include': '../../qapi/common.json' }
20{ 'include': '../../qapi/control.json' }
21{ 'include': '../../qapi/crypto.json' }
22{ 'include': '../../qapi/introspect.json' }
23{ 'include': '../../qapi/job.json' }
24{ 'include': '../../qapi/qom.json' }
25{ 'include': '../../qapi/sockets.json' }
26{ 'include': '../../qapi/transaction.json' }