summaryrefslogtreecommitdiffstats
path: root/target-unicore32
Commit message (Expand)AuthorAgeFilesLines
* configure: allow disabling pixman if not neededRobert Schiele2012-12-231-0/+2
* fpu: move public header file to include/fpuPaolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-192-2/+2
* qom: move include files to include/qom/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-195-11/+11
* ui: move files to ui/ and include/ui/Paolo Bonzini2012-12-191-1/+1
* build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* exec: refactor cpu_restore_stateBlue Swirl2012-12-161-8/+1
* TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin2012-12-081-3/+3
* TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin2012-12-081-1/+1
* TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin2012-12-081-2/+2
* TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin2012-11-171-3/+3
* TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin2012-11-171-4/+4
* target-unicore32: avoid using cpu_single_envBlue Swirl2012-11-101-4/+4
* disas: avoid using cpu_single_envBlue Swirl2012-11-101-1/+1
* cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber2012-10-312-2/+4
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-1/+1
* cleanup useless return sentenceAmos Kong2012-10-051-2/+0
* target-unicore32: Call tcg_gen_debug_insn_startRichard Henderson2012-09-271-0/+4
* target-unicore32: switch to AREG0 free modeBlue Swirl2012-09-154-74/+57
* unicore32-softmmu: Add a minimal curses screen supportGuan Xuetao2012-08-111-2/+43
* unicore32: Close dump-option of cpu_dump_state_ucf64 functionGuan Xuetao2012-08-111-1/+1
* unicore32: Disintegrate cpu_dump_state_ucf64 functionGuan Xuetao2012-08-111-16/+25
* unicore32: Split UniCore-F64 instruction helpers from helper.cGuan Xuetao2012-08-113-330/+347
* unicore32-softmmu: Make sure that kernel can access user spaceGuan Xuetao2012-08-111-10/+26
* unicore32-softmmu: Implement softmmu specific functionsGuan Xuetao2012-08-112-5/+253
* target-unicore32: Drop UC32_CPUID macrosAndreas Färber2012-08-111-4/+0
* unicore32-softmmu: Make UniCore32 cpuid & exceptions correct and runableGuan Xuetao2012-08-112-11/+22
* unicore32-softmmu: Add coprocessor 0(sysctrl) and 1(ocd) instruction supportGuan Xuetao2012-08-113-49/+233
* unicore32-softmmu: Add unicore32-softmmu build supportGuan Xuetao2012-08-115-15/+100
* build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini2012-06-071-1/+2
* build: move libobj-y variable to nested Makefile.objsPaolo Bonzini2012-06-071-1/+3
* build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini2012-06-071-0/+1
* target-unicore32: Move CPU-dependent init into initfnAndreas Färber2012-03-302-23/+14
* target-unicore32: QOM'ify CPUAndreas Färber2012-03-304-36/+157
* target-unicore32: License future contributions under GPLv2+Andreas Färber2012-03-301-0/+3
* target-unicore32: Relicense to GPLv2+Andreas Färber2012-03-304-4/+8
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-1/+1
* target-unicore32: Don't overuse CPUStateAndreas Färber2012-03-144-77/+77
* target-unicore32: Rename to CPUUniCore32StateAndreas Färber2012-03-141-4/+4
* target-unicore32: Clean includesStefan Weil2012-02-282-4/+2
* Use hex instead of binary.Gerd Hoffmann2011-09-091-8/+8
* Fix conversions from pointer to tcg_target_longStefan Weil2011-08-211-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl2011-08-072-2/+2
* exec.h cleanupBlue Swirl2011-07-302-44/+2
* Remove exec-all.h include directivesBlue Swirl2011-06-263-3/+0
* Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl2011-06-262-6/+6
* exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl2011-06-261-1/+1
* cpu_loop_exit: avoid using AREG0Blue Swirl2011-06-261-1/+1
OpenPOWER on IntegriCloud