]> git.proxmox.com Git - mirror_qemu.git/commit - qemu-char.c
qemu-char: Register ring buffer driver with correct name "ringbuf"
authorMarkus Armbruster <armbru@redhat.com>
Fri, 26 Jul 2013 14:44:33 +0000 (16:44 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 29 Jul 2013 15:37:11 +0000 (10:37 -0500)
commitc11ed9666d69abaf217c8800f299c519b487b7d3
tree8827e44134c2d100a707b207fef394e00e09df14
parent4f57378fe69836ee2585c4ca631ff50746940fa6
qemu-char: Register ring buffer driver with correct name "ringbuf"

The driver is new in 1.4, with the documented name "ringbuf".
However, it's actual name is the completely undocumented "memory".
Screwed up in commit 3949e59.  Fix code to match documentation.

Keep the undocumented name working as an alias for compatibility.

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