mirror of
https://github.com/mii443/qemu.git
synced 2025-09-01 14:49:23 +00: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:
committed by
Blue Swirl
parent
4fde1eba0f
commit
24537a0191
@ -3104,7 +3104,7 @@ static void handle_arg_log(const char *arg)
|
||||
qemu_print_log_usage(stdout);
|
||||
exit(1);
|
||||
}
|
||||
cpu_set_log(mask);
|
||||
qemu_set_log(mask);
|
||||
}
|
||||
|
||||
static void handle_arg_log_filename(const char *arg)
|
||||
|
Reference in New Issue
Block a user