]> git.proxmox.com Git - qemu.git/commit - qapi-schema.json
chardev: Make the name of memory device consistent
authorLei Li <lilei@linux.vnet.ibm.com>
Tue, 21 May 2013 10:27:58 +0000 (18:27 +0800)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 22 May 2013 12:40:10 +0000 (07:40 -0500)
commit6a85e60cb994bd95d1537aafbff65816f3de4637
treead8f2a4aaac0b06e381db29530612925a84316cc
parent17bf9735dd5a46d829cfb175703c6a2c254a9aa2
chardev: Make the name of memory device consistent

Now we have memory char device, but the backend name of it
is a little confusion. We actually register it by 'memory', but
the description in qemu-option, the name of open functions
and the new api backend called it 'ringbuf'. It should keep
consistent. This patch named it all to 'memory'.

Signed-off-by: Lei Li <lilei@linux.vnet.ibm.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 1369132079-11377-2-git-send-email-lilei@linux.vnet.ibm.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qapi-schema.json
qemu-char.c
qemu-options.hx