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>
This commit is contained in:
Peter Maydell 2013-02-11 16:41:22 +00:00 committed by Blue Swirl
parent 59a6fa6e67
commit 4fde1eba0f
6 changed files with 6 additions and 6 deletions

View file

@ -155,7 +155,7 @@ static inline void cpu_set_log(int log_flags)
}
void qemu_set_log_filename(const char *filename);
int cpu_str_to_log_mask(const char *str);
int qemu_str_to_log_mask(const char *str);
/* Print a usage message listing all the valid logging categories
* to the specified FILE*.