summaryrefslogtreecommitdiffstats
path: root/target-lm32
Commit message (Expand)AuthorAgeFilesLines
* hw: move headers to include/Paolo Bonzini2013-04-082-3/+3
* target-lm32: use HELPER() macroMichael Walle2013-03-181-10/+10
* target-lm32: flush tlb after clearing envMichael Walle2013-03-181-2/+2
* target-lm32: remove dead codeMichael Walle2013-03-181-10/+0
* target-lm32: fix cmpgui and cmpgeui opcodesMichael Walle2013-03-181-4/+14
* target-lm32: don't log cpu state in translationMichael Walle2013-03-181-5/+0
* target-lm32: fix debug memory accessMichael Walle2013-03-181-1/+6
* target-lm32: Update VMStateDescription to LM32CPUAndreas Färber2013-03-124-14/+18
* cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber2013-03-124-2/+8
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-122-4/+4
* gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell2013-03-031-2/+2
* cpu: Introduce ENV_OFFSET macrosAndreas Färber2013-03-031-0/+1
* qemu-log: Remove qemu_log_try_set_file() and its usersPeter Maydell2013-02-231-2/+0
* target-lm32: Drop unused cpu_lm32_close() prototypeAndreas Färber2013-02-161-1/+0
* cpu: Add CPUArchState pointer to CPUStateAndreas Färber2013-02-161-0/+2
* target-lm32: Move TCG initialization to LM32CPU initfnAndreas Färber2013-02-162-6/+6
* target-lm32: Introduce QOM realizefn for LM32CPUAndreas Färber2013-02-163-4/+20
* cpu: Move cpu_index field to CPUStateAndreas Färber2013-01-151-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-194-10/+10
* build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* exec: refactor cpu_restore_stateBlue Swirl2012-12-161-7/+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-4/+5
* TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin2012-11-171-5/+5
* disas: avoid using cpu_single_envBlue Swirl2012-11-101-1/+1
* cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber2012-10-311-1/+3
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-1/+1
* Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson2012-09-271-1/+1
* target-lm32: switch to AREG0 free modeBlue Swirl2012-09-154-45/+34
* 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
* Kill off cpu_state_reset()Andreas Färber2012-06-041-6/+0
* target-lm32: Let cpu_lm32_init() return LM32CPUAndreas Färber2012-06-043-5/+13
* Use uintptr_t for various op related functionsBlue Swirl2012-04-141-5/+3
* target-lm32: QOM'ify CPU resetAndreas Färber2012-04-122-10/+10
* target-lm32: QOM'ify CPU initAndreas Färber2012-04-122-3/+13
* target-lm32: QOM'ify CPUAndreas Färber2012-04-124-1/+135
* target-lm32: init tcg only if availableMichael Walle2012-03-311-1/+1
* target-lm32/microblaze: Drop second CPU{LM32, MB}State typedefAndreas Färber2012-03-141-2/+2
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-1/+1
* target-lm32: Don't overuse CPUStateAndreas Färber2012-03-145-54/+54
* target-lm32/microblaze: Typedef struct CPU{MB,LM32}StateAndreas Färber2012-03-141-0/+1
* Rename cpu_reset() to cpu_state_reset()Andreas Färber2012-03-141-2/+2
* target-lm32: Clean includesStefan Weil2012-02-283-13/+1
* lm32: add missing qemu_init_vcpu() callMichael Walle2011-10-031-0/+1
OpenPOWER on IntegriCloud