Revision 82e59a67 qapi-schema.json

b/qapi-schema.json
346 346
#
347 347
# @device: the name of the memory char device.
348 348
#
349
# @size: the size to write in bytes.
350
#
351 349
# @data: the source data write to memchar.
352 350
#
353 351
# @format: #optional the format of the data write to chardev 'memory',
......
359 357
# Since: 1.4
360 358
##
361 359
{ 'command': 'memchar-write',
362
  'data': {'device': 'str', 'size': 'int', 'data': 'str',
360
  'data': {'device': 'str', 'data': 'str',
363 361
           '*format': 'DataFormat'} }
364 362

  
365 363
##

Also available in: Unified diff