Re: [Qemu-devel] [PATCH 11/54] char: rename TCPChardev and NetChardev
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
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