Re: [PATCH v2 04/39] semihosting/arm-compat-semi: Avoid using hardcoded /tmp

2022-09-23 Thread Alex Bennée
Bin Meng writes: > From: Bin Meng > > Use g_get_tmp_dir() to get the directory to use for temporary files. > > Signed-off-by: Bin Meng Reviewed-by: Alex Bennée -- Alex Bennée

[PATCH v2 04/39] semihosting/arm-compat-semi: Avoid using hardcoded /tmp

2022-09-20 Thread Bin Meng
From: Bin Meng Use g_get_tmp_dir() to get the directory to use for temporary files. Signed-off-by: Bin Meng --- (no changes since v1) semihosting/arm-compat-semi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/semihosting/arm-compat-semi.c