mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log
Rename the public-facing function cpu_set_log to qemu_set_log. This requires us to rename the internal-only qemu_set_log() to do_qemu_set_log(). Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
4fde1eba0f
commit
24537a0191
9 changed files with 17 additions and 13 deletions
|
@ -888,7 +888,7 @@ static void tcg_target_init(TCGContext *s)
|
|||
#if defined(CONFIG_DEBUG_TCG_INTERPRETER)
|
||||
const char *envval = getenv("DEBUG_TCG");
|
||||
if (envval) {
|
||||
cpu_set_log(strtol(envval, NULL, 0));
|
||||
qemu_set_log(strtol(envval, NULL, 0));
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue