Re: [Qemu-devel] [PATCH 16/17] chardev: add udp support to qapi

2013-03-11 Thread Gerd Hoffmann
On 03/08/13 17:36, Eric Blake wrote: > On 02/28/2013 12:50 AM, Gerd Hoffmann wrote: >> This patch adds 'udb' support to qapi. > > If it's not too late: > > s/udb/udp/ It's not, need to rebase after flow control series, I'll fix it up along the way. cheers, Gerd

Re: [Qemu-devel] [PATCH 16/17] chardev: add udp support to qapi

2013-03-08 Thread Eric Blake
On 02/28/2013 12:50 AM, Gerd Hoffmann wrote: > This patch adds 'udb' support to qapi. If it's not too late: s/udb/udp/ > > Signed-off-by: Gerd Hoffmann > --- -- Eric Blake eblake redhat com+1-919-301-3266 Libvirt virtualization library http://libvirt.org signature.asc Description: O

[Qemu-devel] [PATCH 16/17] chardev: add udp support to qapi

2013-02-27 Thread Gerd Hoffmann
This patch adds 'udb' support to qapi. Signed-off-by: Gerd Hoffmann --- include/qemu/sockets.h |1 + qapi-schema.json | 16 +++- qemu-char.c| 44 ++-- util/qemu-sockets.c| 25 + 4 files ch