Re: [Qemu-devel] [PATCH for-3.2 08/13] slirp: remove Monitor dependency, return a string for info

2018-11-10 Thread Samuel Thibault
Marc-André Lureau, le sam. 10 nov. 2018 17:45:43 +0400, a ecrit: > There is nothing performance-sensitive in returning an allocated > string for info, and handling the monitor_printf() on the caller side. Applied to my tree, thanks! Samuel

[Qemu-devel] [PATCH for-3.2 08/13] slirp: remove Monitor dependency, return a string for info

2018-11-10 Thread Marc-André Lureau
There is nothing performance-sensitive in returning an allocated string for info, and handling the monitor_printf() on the caller side. Signed-off-by: Marc-André Lureau --- slirp/libslirp.h | 2 +- net/slirp.c | 7 --- slirp/misc.c | 23 +-- 3 files changed,