Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
qemu
提交
75610155
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看板
提交
75610155
编写于
1月 26, 2013
作者:
A
Andreas Färber
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
prep: Move PReP machine to hw/ppc/
Signed-off-by:
N
Andreas Färber
<
andreas.faerber@web.de
>
上级
8d5ce2e5
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
17 addition
and
16 deletion
+17
-16
MAINTAINERS
MAINTAINERS
+1
-1
hw/ppc/Makefile.objs
hw/ppc/Makefile.objs
+2
-1
hw/ppc/prep.c
hw/ppc/prep.c
+14
-14
未找到文件。
MAINTAINERS
浏览文件 @
75610155
...
...
@@ -395,7 +395,7 @@ PReP
M: Andreas Färber <andreas.faerber@web.de>
L: qemu-ppc@nongnu.org
S: Odd Fixes
F: hw/ppc
_
prep.c
F: hw/ppc
/
prep.c
F: hw/prep_pci.[hc]
F: hw/pc87312.[hc]
...
...
hw/ppc/Makefile.objs
浏览文件 @
75610155
...
...
@@ -2,7 +2,6 @@
obj-y
=
ppc.o ppc_booke.o
# PREP target
obj-y
+=
mc146818rtc.o
obj-y
+=
ppc_prep.o
# IBM pSeries (sPAPR)
obj-$(CONFIG_PSERIES)
+=
spapr.o spapr_hcall.o spapr_rtas.o spapr_vio.o
obj-$(CONFIG_PSERIES)
+=
xics.o spapr_vty.o spapr_llan.o spapr_vscsi.o
...
...
@@ -24,6 +23,8 @@ obj-y += xilinx_ethlite.o
obj-y
:=
$(
addprefix
../,
$
(
obj-y
))
# PReP
obj-y
+=
prep.o
# OldWorld PowerMac
obj-y
+=
mac_oldworld.o
# NewWorld PowerMac
...
...
hw/ppc
_
prep.c
→
hw/ppc
/
prep.c
浏览文件 @
75610155
...
...
@@ -21,23 +21,23 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#include "hw.h"
#include "nvram.h"
#include "pc.h"
#include "serial.h"
#include "fdc.h"
#include "hw
/hw
.h"
#include "
hw/
nvram.h"
#include "
hw/
pc.h"
#include "
hw/
serial.h"
#include "
hw/
fdc.h"
#include "net/net.h"
#include "sysemu/sysemu.h"
#include "isa.h"
#include "pci/pci.h"
#include "pci/pci_host.h"
#include "ppc.h"
#include "boards.h"
#include "
hw/
isa.h"
#include "
hw/
pci/pci.h"
#include "
hw/
pci/pci_host.h"
#include "
hw/
ppc.h"
#include "
hw/
boards.h"
#include "qemu/log.h"
#include "ide.h"
#include "loader.h"
#include "mc146818rtc.h"
#include "pc87312.h"
#include "
hw/
ide.h"
#include "
hw/
loader.h"
#include "
hw/
mc146818rtc.h"
#include "
hw/
pc87312.h"
#include "sysemu/blockdev.h"
#include "sysemu/arch_init.h"
#include "exec/address-spaces.h"
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录