Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
qemu
提交
3b3fb322
Q
qemu
项目概览
openeuler
/
qemu
通知
10
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
Q
qemu
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
3b3fb322
编写于
10月 04, 2008
作者:
B
blueswir1
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Use qemu-log.h
git-svn-id:
svn://svn.savannah.nongnu.org/qemu/trunk@5413
c046a42c-6fe2-441c-8c8c-71466251a162
上级
fdb0d09d
变更
8
隐藏空白更改
内联
并排
Showing
8 changed file
with
8 addition
and
21 deletion
+8
-21
darwin-user/qemu.h
darwin-user/qemu.h
+1
-2
hw/mips_malta.c
hw/mips_malta.c
+1
-2
hw/mips_r4k.c
hw/mips_r4k.c
+1
-2
hw/ppc.c
hw/ppc.c
+1
-3
hw/ppc405_boards.c
hw/ppc405_boards.c
+1
-3
hw/ppc405_uc.c
hw/ppc405_uc.c
+1
-3
hw/ppc4xx_devs.c
hw/ppc4xx_devs.c
+1
-3
hw/ppc_prep.c
hw/ppc_prep.c
+1
-3
未找到文件。
darwin-user/qemu.h
浏览文件 @
3b3fb322
...
...
@@ -109,8 +109,7 @@ void cpu_loop(CPUState *env);
void
init_paths
(
const
char
*
prefix
);
const
char
*
path
(
const
char
*
pathname
);
extern
int
loglevel
;
extern
FILE
*
logfile
;
#include "qemu-log.h"
/* commpage.c */
void
commpage_init
(
void
);
...
...
hw/mips_malta.c
浏览文件 @
3b3fb322
...
...
@@ -36,6 +36,7 @@
#include "sysemu.h"
#include "audio/audio.h"
#include "boards.h"
#include "qemu-log.h"
//#define DEBUG_BOARD_INIT
...
...
@@ -59,8 +60,6 @@
#define MAX_IDE_BUS 2
extern
FILE
*
logfile
;
typedef
struct
{
uint32_t
leds
;
uint32_t
brk
;
...
...
hw/mips_r4k.c
浏览文件 @
3b3fb322
...
...
@@ -15,6 +15,7 @@
#include "sysemu.h"
#include "boards.h"
#include "flash.h"
#include "qemu-log.h"
#ifdef TARGET_WORDS_BIGENDIAN
#define BIOS_FILENAME "mips_bios.bin"
...
...
@@ -35,8 +36,6 @@ static const int ide_irq[2] = { 14, 15 };
static
int
serial_io
[
MAX_SERIAL_PORTS
]
=
{
0x3f8
,
0x2f8
,
0x3e8
,
0x2e8
};
static
int
serial_irq
[
MAX_SERIAL_PORTS
]
=
{
4
,
3
,
4
,
3
};
extern
FILE
*
logfile
;
static
PITState
*
pit
;
/* PIT i8254 */
/* i8254 PIT is attached to the IRQ0 at PIC i8259 */
...
...
hw/ppc.c
浏览文件 @
3b3fb322
...
...
@@ -26,13 +26,11 @@
#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
);
...
...
hw/ppc405_boards.c
浏览文件 @
3b3fb322
...
...
@@ -29,9 +29,7 @@
#include "sysemu.h"
#include "block.h"
#include "boards.h"
extern
int
loglevel
;
extern
FILE
*
logfile
;
#include "qemu-log.h"
#define BIOS_FILENAME "ppc405_rom.bin"
#undef BIOS_SIZE
...
...
hw/ppc405_uc.c
浏览文件 @
3b3fb322
...
...
@@ -27,9 +27,7 @@
#include "pc.h"
#include "qemu-timer.h"
#include "sysemu.h"
extern
int
loglevel
;
extern
FILE
*
logfile
;
#include "qemu-log.h"
#define DEBUG_OPBA
#define DEBUG_SDRAM
...
...
hw/ppc4xx_devs.c
浏览文件 @
3b3fb322
...
...
@@ -25,9 +25,7 @@
#include "ppc.h"
#include "ppc4xx.h"
#include "sysemu.h"
extern
int
loglevel
;
extern
FILE
*
logfile
;
#include "qemu-log.h"
//#define DEBUG_MMIO
//#define DEBUG_UNASSIGNED
...
...
hw/ppc_prep.c
浏览文件 @
3b3fb322
...
...
@@ -31,6 +31,7 @@
#include "pci.h"
#include "ppc.h"
#include "boards.h"
#include "qemu-log.h"
//#define HARD_DEBUG_PPC_IO
//#define DEBUG_PPC_IO
...
...
@@ -44,9 +45,6 @@
#define KERNEL_LOAD_ADDR 0x01000000
#define INITRD_LOAD_ADDR 0x01800000
extern
int
loglevel
;
extern
FILE
*
logfile
;
#if defined (HARD_DEBUG_PPC_IO) && !defined (DEBUG_PPC_IO)
#define DEBUG_PPC_IO
#endif
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录