]> git.proxmox.com Git - qemu.git/commit
qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_mask
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 11 Feb 2013 16:41:22 +0000 (16:41 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 16 Feb 2013 10:44:27 +0000 (10:44 +0000)
commit4fde1eba0f98779d4fdb64818071f72bb1672438
tree408a041b912ad03c221697db374ff8154fc3989d
parent59a6fa6e67d2335d867c66c59d992847e5b62879
qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_mask

Rename cpu_str_to_log_mask() to qemu_str_to_log_mask(), since
the qemu_log functionality is no longer restricted to TCG CPU
debug logging.

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>
bsd-user/main.c
cpus.c
include/qemu/log.h
linux-user/main.c
monitor.c
qemu-log.c