]> git.proxmox.com Git - qemu.git/commit
qapi: Rename ChardevBackend member "memory" to "ringbuf"
authorMarkus Armbruster <armbru@redhat.com>
Fri, 26 Jul 2013 14:44:34 +0000 (16:44 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 29 Jul 2013 15:37:12 +0000 (10:37 -0500)
commit3a1da42eb35a67d0dbc899dd571ea386fa11c4dd
tree1508f285553bf5301f690e57ae25eaefc87c4e95
parentc11ed9666d69abaf217c8800f299c519b487b7d3
qapi: Rename ChardevBackend member "memory" to "ringbuf"

Commit 1da48c6 called the new member "memory" after commit 3949e59
standardized "ringbuf".  Rename for consistency.

However, member name "memory" is visible in QMP since 1.5.  It's
undocumented just like the driver name.  Keep it working anyway.

Cc: qemu-stable@nongnu.org
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 1374849874-25531-4-git-send-email-armbru@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qapi-schema.json
qemu-char.c