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é 0ff9cd9a6a backends/tpm: Avoid using g_alloca()
tpm_emulator_ctrlcmd() is not in hot path.
Use the heap instead of the stack, removing
the g_alloca() call.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20250605193540.59874-3-philmd@linaro.org>
3 weeks ago
..
Kconfig
meson.build meson: Replace softmmu_ss -> system_ss 2 years ago
tpm_backend.c include: Rename sysemu/ -> system/ 6 months ago
tpm_emulator.c backends/tpm: Avoid using g_alloca() 3 weeks ago
tpm_int.h include: Rename sysemu/ -> system/ 6 months ago
tpm_ioctl.h tpm: Use new ptm_cap_n structure for PTM_GET_CAPABILITY 8 months ago
tpm_passthrough.c qom: Have class_init() take a const data argument 2 months ago
tpm_util.c include/system: Move exec/memory.h to system/memory.h 2 months ago
trace-events tpm: Use new ptm_cap_n structure for PTM_GET_CAPABILITY 8 months ago
trace.h trace: switch position of headers to what Meson requires 5 years ago