From 9a7e54242910d26d280589e1f5c7ec8814d02a6b Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Mon, 11 Feb 2013 16:41:20 +0000 Subject: qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filename MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The qemu_log() functionality is no longer specific to TCG CPU debug logs. Rename cpu_set_log_filename() to qemu_set_log_filename() and drop the pointless wrapper set_cpu_log_filename(). Signed-off-by: Peter Maydell Reviewed-by: Andreas Färber Signed-off-by: Blue Swirl --- cpus.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cpus.c') diff --git a/cpus.c b/cpus.c index 41779eb..2155441 100644 --- a/cpus.c +++ b/cpus.c @@ -1191,11 +1191,6 @@ void set_cpu_log(const char *optarg) cpu_set_log(mask); } -void set_cpu_log_filename(const char *optarg) -{ - cpu_set_log_filename(optarg); -} - void list_cpus(FILE *f, fprintf_function cpu_fprintf, const char *optarg) { /* XXX: implement xxx_cpu_list for targets that still miss it */ -- cgit v1.1