]> git.proxmox.com Git - qemu.git/blobdiff - qapi-schema.json
Revert "chardev: Make the name of memory device consistent"
[qemu.git] / qapi-schema.json
index f82d829fdcba836c156cea72b05ca02cc81850f3..a56de74e5af948c0d3d7a77bc76c1d9cc8ea1492 100644 (file)
                                  '*rows'   : 'int' } }
 
 ##
-# @ChardevMemory:
+# @ChardevRingbuf:
 #
 # Configuration info for memory chardevs
 #
 #
 # Since: 1.5
 ##
-{ 'type': 'ChardevMemory', 'data': { '*size'  : 'int' } }
+{ 'type': 'ChardevRingbuf', 'data': { '*size'  : 'int' } }
 
 ##
 # @ChardevBackend:
                                        'spicevmc' : 'ChardevSpiceChannel',
                                        'spiceport' : 'ChardevSpicePort',
                                        'vc'     : 'ChardevVC',
-                                       'memory' : 'ChardevMemory' } }
+                                       'memory' : 'ChardevRingbuf' } }
 
 ##
 # @ChardevReturn: