diff options
Diffstat (limited to 'qapi-schema.json')
-rw-r--r-- | qapi-schema.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index f82d829fdc..a56de74e5a 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -3362,7 +3362,7 @@ '*rows' : 'int' } } ## -# @ChardevMemory: +# @ChardevRingbuf: # # Configuration info for memory chardevs # @@ -3370,7 +3370,7 @@ # # Since: 1.5 ## -{ 'type': 'ChardevMemory', 'data': { '*size' : 'int' } } +{ 'type': 'ChardevRingbuf', 'data': { '*size' : 'int' } } ## # @ChardevBackend: @@ -3397,7 +3397,7 @@ 'spicevmc' : 'ChardevSpiceChannel', 'spiceport' : 'ChardevSpicePort', 'vc' : 'ChardevVC', - 'memory' : 'ChardevMemory' } } + 'memory' : 'ChardevRingbuf' } } ## # @ChardevReturn: |