]> git.proxmox.com Git - qemu.git/blobdiff - include/qemu/log.h
qemu-log: Rename CPULogItem, cpu_log_items to QEMULogItem, qemu_log_items
[qemu.git] / include / qemu / log.h
index 5dcbe11d4754381d61d5c62ca585a8d877417946..5a46555112aa8c8ed98767dad3a93b795a31b6fe 100644 (file)
@@ -135,13 +135,13 @@ static inline void qemu_log_try_set_file(FILE *f)
 }
 
 /* define log items */
-typedef struct CPULogItem {
+typedef struct QEMULogItem {
     int mask;
     const char *name;
     const char *help;
-} CPULogItem;
+} QEMULogItem;
 
-extern const CPULogItem cpu_log_items[];
+extern const QEMULogItem qemu_log_items[];
 
 /* This is the function that actually does the work of
  * changing the log level; it should only be accessed via