]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qapi-schema.json
usb-ccid: better bulk_out error handling
[mirror_qemu.git] / qapi-schema.json
index baa0d263d61a555f2dd5b0f235d06bb091549dd8..e9a6364b7de412debf1c54342ff8850405cb2c3d 100644 (file)
 #
 # Configuration info for the new chardev backend.
 #
-# Since: 1.4 (testdev since 2.2)
+# Since: 1.4 (testdev since 2.2, wctablet since 2.9)
 ##
 { 'union': 'ChardevBackend', 'data': { 'file'   : 'ChardevFile',
                                        'serial' : 'ChardevHostdev',
                                        'null'   : 'ChardevCommon',
                                        'mux'    : 'ChardevMux',
                                        'msmouse': 'ChardevCommon',
+                                       'wctablet' : 'ChardevCommon',
                                        'braille': 'ChardevCommon',
                                        'testdev': 'ChardevCommon',
                                        'stdio'  : 'ChardevStdio',