On 2/26/21 1:06 PM, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau <marcandre.lur...@redhat.com> > > The function is not thread-safe and sets a bad example. It's used in a > single place for tracing, so open-code the format string like other > trace events with MAC addresses. > > Cc: qemu-triv...@nongnu.org > Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> > --- > include/qemu-common.h | 1 - > net/announce.c | 8 +++++++- > util/cutils.c | 13 ------------- > net/trace-events | 2 +- > 4 files changed, 8 insertions(+), 16 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>