summaryrefslogtreecommitdiff
path: root/qemu-log.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu-log.c')
-rw-r--r--qemu-log.c2
1 files changed, 1 insertions, 1 deletions
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;