Re: [Qemu-devel] [PATCH] slirp: Mark debugging calls as unlikely

2018-11-22 Thread Samuel Thibault
Marc-André Lureau, le jeu. 22 nov. 2018 11:13:51 +0400, a ecrit: > With s/unlikely/G_UNLIKELY: > Reviewed-by: Marc-André Lureau Right, pushed, thanks :)

Re: [Qemu-devel] [PATCH] slirp: Mark debugging calls as unlikely

2018-11-21 Thread Marc-André Lureau
Hi On Thu, Nov 22, 2018 at 2:54 AM Samuel Thibault wrote: > > to get them out of the hot path. > > Signed-off-by: Samuel Thibault > --- > slirp/debug.h | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/slirp/debug.h b/slirp/debug.h > index ff920f0b87..ad4e07aa01 1

[Qemu-devel] [PATCH] slirp: Mark debugging calls as unlikely

2018-11-21 Thread Samuel Thibault
to get them out of the hot path. Signed-off-by: Samuel Thibault --- slirp/debug.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/slirp/debug.h b/slirp/debug.h index ff920f0b87..ad4e07aa01 100644 --- a/slirp/debug.h +++ b/slirp/debug.h @@ -17,7 +17,7 @@ extern int sl