]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: Avoid using hardcoded /tmp
authorBin Meng <bin.meng@windriver.com>
Thu, 27 Oct 2022 18:36:17 +0000 (19:36 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 31 Oct 2022 20:37:58 +0000 (20:37 +0000)
commiteb6b2edf8e1a5845c81f3c4da905f1f8bbc0dec3
treea43129f283e6292aee8793c87029aeebee07f3ce
parent3878d0c7d7de9fe201513b8ee31e38e53361a97d
tcg: Avoid using hardcoded /tmp

Use g_get_tmp_dir() to get the directory to use for temporary files.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20221006151927.2079583-3-bmeng.cn@gmail.com>
Message-Id: <20221027183637.2772968-12-alex.bennee@linaro.org>
tcg/tcg.c