Re: [Qemu-devel] [PATCH 02/27] net/slirp: simplify checking for cmd: prefix

2019-01-26 Thread Samuel Thibault
Marc-André Lureau, le jeu. 17 janv. 2019 15:43:34 +0400, a ecrit: > Signed-off-by: Marc-André Lureau It's not strictly the same (g_str_has_prefix doesn't test that there are characters after the prefix), but that should be fine, applied, thanks!

[Qemu-devel] [PATCH 02/27] net/slirp: simplify checking for cmd: prefix

2019-01-17 Thread Marc-André Lureau
Signed-off-by: Marc-André Lureau --- net/slirp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/slirp.c b/net/slirp.c index ec07f662c00..b91741b8fc1 100644 --- a/net/slirp.c +++ b/net/slirp.c @@ -773,7 +773,7 @@ static int slirp_guestfwd(SlirpState *s, const char *config