Revision 548cbb36 qapi-schema.json

b/qapi-schema.json
3153 3153
##
3154 3154
# @ChardevHostdev:
3155 3155
#
3156
# Configuration info for device chardevs.
3156
# Configuration info for device and pipe chardevs.
3157 3157
#
3158 3158
# @device: The name of the special file for the device,
3159 3159
#          i.e. /dev/ttyS0 on Unix or COM1: on Windows
......
3220 3220
{ 'union': 'ChardevBackend', 'data': { 'file'   : 'ChardevFile',
3221 3221
                                       'serial' : 'ChardevHostdev',
3222 3222
                                       'parallel': 'ChardevHostdev',
3223
                                       'pipe'   : 'ChardevHostdev',
3223 3224
                                       'socket' : 'ChardevSocket',
3224 3225
                                       'pty'    : 'ChardevDummy',
3225 3226
                                       'null'   : 'ChardevDummy',

Also available in: Unified diff