Re: [Qemu-devel] [PATCH v6 2/4] slirp: Use QAPI enum to replace TCPS_* macros

2018-05-15 Thread Markus Armbruster
Fam Zheng writes: > This is a mechanical patch that does search-and-replace and adding > necessary "#include" for pulling in the QAPI enum definition. The string > lookup could use the QAPI helper, and is left for the next patch. > > Signed-off-by: Fam Zheng > --- > slirp/misc.c | 23

[Qemu-devel] [PATCH v6 2/4] slirp: Use QAPI enum to replace TCPS_* macros

2018-05-04 Thread Fam Zheng
This is a mechanical patch that does search-and-replace and adding necessary "#include" for pulling in the QAPI enum definition. The string lookup could use the QAPI helper, and is left for the next patch. Signed-off-by: Fam Zheng --- slirp/misc.c | 23 ++-- slirp/tcp.h | 21