qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 07/27] system/qtest: Replace sprintf by qemu_hexdump_line


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v3 07/27] system/qtest: Replace sprintf by qemu_hexdump_line
Date: Fri, 12 Apr 2024 19:45:02 +0200
User-agent: Mozilla Thunderbird

On 12/4/24 09:33, Richard Henderson wrote:
From: Philippe Mathieu-Daudé <philmd@linaro.org>

sprintf() is deprecated on Darwin since macOS 13.0 / XCode 14.1.
Using qemu_hexdump_line both fixes the deprecation warning and
simplifies the code base.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>`
[rth: Use qemu_hexdump_line]
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  system/qtest.c | 12 ++++--------
  1 file changed, 4 insertions(+), 8 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]