]> git.proxmox.com Git - qemu.git/commit - target-unicore32/softmmu.c
unicore32-softmmu: Implement softmmu specific functions
authorGuan Xuetao <gxt@mprc.pku.edu.cn>
Fri, 10 Aug 2012 06:42:25 +0000 (14:42 +0800)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 11 Aug 2012 09:36:58 +0000 (09:36 +0000)
commitf3ccc32369532e8a069ea5b7ee201b75e668deab
tree296f9bec6a1d969d912c4717fefc683ee2db7eef
parent889c134a82ac30f9beafa214b3920b2b39687832
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>
target-unicore32/op_helper.c
target-unicore32/softmmu.c