summaryrefslogtreecommitdiffstats
path: root/arch_init.h
diff options
context:
space:
mode:
authorGuan Xuetao2012-08-10 08:42:21 +0200
committerBlue Swirl2012-08-11 11:36:55 +0200
commit4f23a1e645d4bfba620a63ba2c54c1813bcbfb63 (patch)
tree4d54c02296aeea93038a9122db42834529232273 /arch_init.h
parenthandle device help before accelerator set up (diff)
downloadqemu-4f23a1e645d4bfba620a63ba2c54c1813bcbfb63.tar.gz
qemu-4f23a1e645d4bfba620a63ba2c54c1813bcbfb63.tar.xz
qemu-4f23a1e645d4bfba620a63ba2c54c1813bcbfb63.zip
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>
Diffstat (limited to 'arch_init.h')
-rw-r--r--arch_init.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch_init.h b/arch_init.h
index 3dfea3b4f3..547f93cd1d 100644
--- a/arch_init.h
+++ b/arch_init.h
@@ -17,6 +17,7 @@ enum {
QEMU_ARCH_SPARC = 2048,
QEMU_ARCH_XTENSA = 4096,
QEMU_ARCH_OPENRISC = 8192,
+ QEMU_ARCH_UNICORE32 = 0x4000,
};
extern const uint32_t arch_type;