From 4fde1eba0f98779d4fdb64818071f72bb1672438 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Mon, 11 Feb 2013 16:41:22 +0000 Subject: qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_mask MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Andreas Färber Signed-off-by: Blue Swirl --- qemu-log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qemu-log.c') diff --git a/qemu-log.c b/qemu-log.c index 786d335893..10a8581f1f 100644 --- a/qemu-log.c +++ b/qemu-log.c @@ -136,7 +136,7 @@ static int cmp1(const char *s1, int n, const char *s2) } /* takes a comma separated list of log masks. Return 0 if error. */ -int cpu_str_to_log_mask(const char *str) +int qemu_str_to_log_mask(const char *str) { const CPULogItem *item; int mask; -- cgit v1.2.1