You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/backends/tpm
Philippe Mathieu-Daudé 1e0d4eb4ee backends/tpm: Use qemu_hexdump_line() to avoid sprintf()
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>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
[rth: Keep the linebreaks every 16 bytes]
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240412073346.458116-12-richard.henderson@linaro.org>
[PMD: Rebased]
6 days ago
..
Kconfig
meson.build meson: Replace softmmu_ss -> system_ss 2 years ago
tpm_backend.c include: Rename sysemu/ -> system/ 2 months ago
tpm_emulator.c include: Rename sysemu/ -> system/ 2 months ago
tpm_int.h include: Rename sysemu/ -> system/ 2 months ago
tpm_ioctl.h tpm: Use new ptm_cap_n structure for PTM_GET_CAPABILITY 4 months ago
tpm_passthrough.c include: Rename sysemu/ -> system/ 2 months ago
tpm_util.c backends/tpm: Use qemu_hexdump_line() to avoid sprintf() 6 days ago
trace-events tpm: Use new ptm_cap_n structure for PTM_GET_CAPABILITY 4 months ago
trace.h trace: switch position of headers to what Meson requires 5 years ago