]> git.proxmox.com Git - mirror_qemu.git/commit - arch_init.c
target-or32: Add target stubs and QOM cpu
authorJia Liu <proljc@gmail.com>
Fri, 20 Jul 2012 07:50:39 +0000 (15:50 +0800)
committerBlue Swirl <blauwirbel@gmail.com>
Fri, 27 Jul 2012 21:12:55 +0000 (21:12 +0000)
commite67db06e9f6d7e514ee2a9b9b769ecd42977f6fb
treef88e6d688b8435d6038328b5e75cc078f4c77e05
parenta21143486b9c6d7a50b7b62877c02b3c686943cb
target-or32: Add target stubs and QOM cpu

Add OpenRISC target stubs, QOM cpu and basic machine.

Signed-off-by: Jia Liu <proljc@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
16 files changed:
arch_init.c
arch_init.h
configure
cpu-exec.c
default-configs/or32-softmmu.mak [new file with mode: 0644]
elf.h
hw/openrisc/Makefile.objs [new file with mode: 0644]
poison.h
target-openrisc/Makefile.objs [new file with mode: 0644]
target-openrisc/cpu.c [new file with mode: 0644]
target-openrisc/cpu.h [new file with mode: 0644]
target-openrisc/interrupt.c [new file with mode: 0644]
target-openrisc/machine.c [new file with mode: 0644]
target-openrisc/mmu.c [new file with mode: 0644]
target-openrisc/mmu_helper.c [new file with mode: 0644]
target-openrisc/translate.c [new file with mode: 0644]