diff options
| author | Peter Maydell | 2013-02-11 17:41:22 +0100 |
|---|---|---|
| committer | Blue Swirl | 2013-02-16 11:44:27 +0100 |
| commit | 4fde1eba0f98779d4fdb64818071f72bb1672438 (patch) | |
| tree | 408a041b912ad03c221697db374ff8154fc3989d /include | |
| parent | qemu-log: Abstract out "print usage message about valid log categories" (diff) | |
| download | qemu-4fde1eba0f98779d4fdb64818071f72bb1672438.tar.gz qemu-4fde1eba0f98779d4fdb64818071f72bb1672438.tar.xz qemu-4fde1eba0f98779d4fdb64818071f72bb1672438.zip | |
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>
Diffstat (limited to 'include')
| -rw-r--r-- | include/qemu/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qemu/log.h b/include/qemu/log.h index 59511a3748..10792ce0d1 100644 --- a/include/qemu/log.h +++ b/include/qemu/log.h @@ -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*. |
