]> git.proxmox.com Git - qemu.git/commit
chardev: Make consistent with udp device for new qapi backend
authorLei Li <lilei@linux.vnet.ibm.com>
Mon, 20 May 2013 06:51:03 +0000 (14:51 +0800)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 20 May 2013 13:20:07 +0000 (08:20 -0500)
commit08d0ab3fe6bc9dfb80967a0b7d3109bc9ec7585b
treec3bd49a829b4fc31fe2045a63f91b6a24ed4d6ce
parentb9b5df6f0cee6b09ef3b2e5228761dd3c2cdcad7
chardev: Make consistent with udp device for new qapi backend

When register and open a chardev udp, the backend name should be udp
not dgram, and we do not have backend dgram in the chardev list. This
patch makes the new qapi udp backend consistent with the original
udp device.

Signed-off-by: Lei Li <lilei@linux.vnet.ibm.com>
Message-id: 1369032665-18159-2-git-send-email-lilei@linux.vnet.ibm.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qapi-schema.json
qemu-char.c