]> git.proxmox.com Git - qemu.git/blobdiff - qapi-schema.json
chardev: add pipe support to qapi
[qemu.git] / qapi-schema.json
index 70c2c07f4cb7e20c456c4621cf038ba2b737e4eb..7ea32ed415eef4730109ae180c0d54401e1ca96c 100644 (file)
 ##
 # @ChardevHostdev:
 #
-# Configuration info for device chardevs.
+# Configuration info for device and pipe chardevs.
 #
 # @device: The name of the special file for the device,
 #          i.e. /dev/ttyS0 on Unix or COM1: on Windows
 { 'union': 'ChardevBackend', 'data': { 'file'   : 'ChardevFile',
                                        'serial' : 'ChardevHostdev',
                                        'parallel': 'ChardevHostdev',
+                                       'pipe'   : 'ChardevHostdev',
                                        'socket' : 'ChardevSocket',
                                        'pty'    : 'ChardevDummy',
                                        'null'   : 'ChardevDummy',