8 { 'include': 'common.json' }
13 # Mode of the replay subsystem.
15 # @none: normal execution mode. Replay or record are not enabled.
17 # @record: record mode. All non-deterministic data is written into the
20 # @play: replay mode. Non-deterministic data required for system execution
21 # is read from the log.
25 { 'enum': 'ReplayMode',
26 'data': [ 'none', 'record', 'play' ] }