Re: [Qemu-devel] [PATCH for-3.2 29/41] slirp: improve a bit the debug macros

2018-11-19 Thread Samuel Thibault
Marc-André Lureau, le mer. 14 nov. 2018 16:36:31 +0400, a ecrit: > Let them accept multiple arguments. Simplify the inner argument > handling of DEBUG_ARGS/DEBUG_MISC_DEBUG_ERROR. > > Signed-off-by: Marc-André Lureau Applied to my tree, thanks!

Re: [Qemu-devel] [PATCH for-3.2 29/41] slirp: improve a bit the debug macros

2018-11-14 Thread Marc-André Lureau
Hi On Wed, Nov 14, 2018 at 6:04 PM Daniel P. Berrangé wrote: > > On Wed, Nov 14, 2018 at 04:36:31PM +0400, Marc-André Lureau wrote: > > Let them accept multiple arguments. Simplify the inner argument > > handling of DEBUG_ARGS/DEBUG_MISC_DEBUG_ERROR. > > > > Signed-off-by: Marc-André Lureau > >

Re: [Qemu-devel] [PATCH for-3.2 29/41] slirp: improve a bit the debug macros

2018-11-14 Thread Daniel P . Berrangé
On Wed, Nov 14, 2018 at 04:36:31PM +0400, Marc-André Lureau wrote: > Let them accept multiple arguments. Simplify the inner argument > handling of DEBUG_ARGS/DEBUG_MISC_DEBUG_ERROR. > > Signed-off-by: Marc-André Lureau > --- > slirp/debug.h | 47 -

[Qemu-devel] [PATCH for-3.2 29/41] slirp: improve a bit the debug macros

2018-11-14 Thread Marc-André Lureau
Let them accept multiple arguments. Simplify the inner argument handling of DEBUG_ARGS/DEBUG_MISC_DEBUG_ERROR. Signed-off-by: Marc-André Lureau --- slirp/debug.h | 47 -- slirp/arp_table.c | 12 ++-- slirp/bootp.c | 3 +-- slirp/cks