Re: [Qemu-devel] [PATCH 1/3] chardev: Make consistent with udp device for new qapi backend

2013-05-20 Thread Eric Blake
On 05/20/2013 12:51 AM, Lei Li wrote: > 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 > --- >

[Qemu-devel] [PATCH 1/3] chardev: Make consistent with udp device for new qapi backend

2013-05-19 Thread Lei Li
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 --- qapi-schema.json |8 qemu-char.c |