commit | f3ccc32369532e8a069ea5b7ee201b75e668deab | [log] [tgz] |
---|---|---|
author | Guan Xuetao <gxt@mprc.pku.edu.cn> | Fri Aug 10 14:42:25 2012 +0800 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Aug 11 09:36:58 2012 +0000 |
tree | 296f9bec6a1d969d912c4717fefc683ee2db7eef | |
parent | 889c134a82ac30f9beafa214b3920b2b39687832 [diff] |
unicore32-softmmu: Implement softmmu specific functions This patch implements softmmu specific functions, include tlb_fill, switch_mode, do_interrupt and uc32_cpu_handle_mmu_fault. So the full exception handlers and page table walking could work now. Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>