]> git.proxmox.com Git - qemu.git/blobdiff - hw/ppc.c
Use qemu-log.h
[qemu.git] / hw / ppc.c
index fd247aa87d7c733d33bc659d73ee59cad35291ea..c1bc486e053660917e0cfdd2d8fb0c923a43d5ef 100644 (file)
--- a/hw/ppc.c
+++ b/hw/ppc.c
 #include "qemu-timer.h"
 #include "sysemu.h"
 #include "nvram.h"
+#include "qemu-log.h"
 
 //#define PPC_DEBUG_IRQ
 //#define PPC_DEBUG_TB
 
-extern FILE *logfile;
-extern int loglevel;
-
 static void cpu_ppc_tb_stop (CPUState *env);
 static void cpu_ppc_tb_start (CPUState *env);