aboutsummaryrefslogtreecommitdiff
path: root/target-unicore32/helper.c
AgeCommit message (Expand)Author
2015-03-10target-unicore32: Make uc32_cpu_init() return UniCore32CPUEduardo Habkost
2014-09-25target-unicore32: Use cpu_exec_interrupt qom hookRichard Henderson
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson
2014-03-13cputlb: Change tlb_flush() argument to CPUStateAndreas Färber
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber
2014-03-13cpu: Factor out cpu_generic_init()Andreas Färber
2013-10-07cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber
2013-02-16target-unicore32: Move TCG initialization to UniCore32CPU initfnAndreas Färber
2013-02-16target-unicore32: Introduce QOM realizefn for UniCore32CPUAndreas Färber
2013-02-01target-unicore32: Rename CPU subtypesAndreas Färber
2013-01-27target-unicore32: Detect attempt to instantiate non-CPU type in cpu_init()Andreas Färber
2012-12-23configure: allow disabling pixman if not neededRobert Schiele
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-19ui: move files to ui/ and include/ui/Paolo Bonzini
2012-08-11unicore32-softmmu: Add a minimal curses screen supportGuan Xuetao
2012-08-11unicore32: Split UniCore-F64 instruction helpers from helper.cGuan Xuetao
2012-08-11unicore32-softmmu: Add coprocessor 0(sysctrl) and 1(ocd) instruction supportGuan Xuetao
2012-08-11unicore32-softmmu: Add unicore32-softmmu build supportGuan Xuetao
2012-03-30target-unicore32: Move CPU-dependent init into initfnAndreas Färber
2012-03-30target-unicore32: QOM'ify CPUAndreas Färber
2012-03-30target-unicore32: License future contributions under GPLv2+Andreas Färber
2012-03-14target-unicore32: Don't overuse CPUStateAndreas Färber
2012-02-28target-unicore32: Clean includesStefan Weil
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-04-12unicore32: add target-unicore32 directory for unicore32-linux-user supportGuan Xuetao