]> git.proxmox.com Git - qemu.git/commit - target-unicore32/helper.c
unicore32-softmmu: Add unicore32-softmmu build support
authorGuan Xuetao <gxt@mprc.pku.edu.cn>
Fri, 10 Aug 2012 06:42:21 +0000 (14:42 +0800)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 11 Aug 2012 09:36:55 +0000 (09:36 +0000)
commit4f23a1e645d4bfba620a63ba2c54c1813bcbfb63
tree4d54c02296aeea93038a9122db42834529232273
parent3d1d9652978ac5a32a0beb4bdf6065ca39440d89
unicore32-softmmu: Add unicore32-softmmu build support

This patch adds unicore32-softmmu build support, include configure,
makefile, arch_init, and all missing functions needed by softmmu.
Although all missing functions are empty, unicore32-softmmu could
be build successfully.
By 20120804: change QEMU_ARCH_UNICORE32 to 0x4000

Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
arch_init.c
arch_init.h
configure
default-configs/unicore32-softmmu.mak [new file with mode: 0644]
hw/unicore32/Makefile.objs [new file with mode: 0644]
target-unicore32/Makefile.objs
target-unicore32/helper.c
target-unicore32/machine.c [new file with mode: 0644]
target-unicore32/op_helper.c
target-unicore32/softmmu.c [new file with mode: 0644]