From 4f23a1e645d4bfba620a63ba2c54c1813bcbfb63 Mon Sep 17 00:00:00 2001 From: Guan Xuetao Date: Fri, 10 Aug 2012 14:42:21 +0800 Subject: 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 Signed-off-by: Blue Swirl --- default-configs/unicore32-softmmu.mak | 1 + 1 file changed, 1 insertion(+) create mode 100644 default-configs/unicore32-softmmu.mak (limited to 'default-configs/unicore32-softmmu.mak') diff --git a/default-configs/unicore32-softmmu.mak b/default-configs/unicore32-softmmu.mak new file mode 100644 index 0000000000..5f04fe3429 --- /dev/null +++ b/default-configs/unicore32-softmmu.mak @@ -0,0 +1 @@ +# Default configuration for unicore32-softmmu -- cgit v1.2.1