On Fri, Feb 26, 2021 at 4:06 AM wrote:
> From: Marc-André Lureau
>
> 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: Ma
On 2/26/21 1:06 PM, marcandre.lur...@redhat.com wrote:
> From: Marc-André Lureau
>
> 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
> S