Re: [Qemu-devel] [PATCH 11/54] char: rename TCPChardev and NetChardev

2017-01-04 Thread Eric Blake
On 12/12/2016 04:42 PM, Marc-André Lureau wrote: > Rename the types to follow the name of the chardev kind. > - socket: TCPChardev -> SocketChardev > - udp: NetChardev -> UdpChardev > > Signed-off-by: Marc-André Lureau > --- > qemu-char.c | 74 > ++---

[Qemu-devel] [PATCH 11/54] char: rename TCPChardev and NetChardev

2016-12-12 Thread Marc-André Lureau
Rename the types to follow the name of the chardev kind. - socket: TCPChardev -> SocketChardev - udp: NetChardev -> UdpChardev Signed-off-by: Marc-André Lureau --- qemu-char.c | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) d