aboutsummaryrefslogtreecommitdiff
path: root/target-arm
AgeCommit message (Expand)Author
2013-04-19target-arm: Correctly restore FPSCRPeter Maydell
2013-04-19target-arm: Add some missing CPU state fields to VMStatePeter Maydell
2013-04-19target-arm: port ARM CPU save/load to use VMStateJuan Quintela
2013-04-19target-arm: Reinsert missing return statement in ARM mode SRS decodePeter Chubb
2013-04-15arm: fix location of some include filesPeter Maydell
2013-04-08hw: move headers to include/Paolo Bonzini
2013-03-12target-arm: Override do_interrupt for ARMv7-M profileAndreas Färber
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-03-05target-arm: Use MemoryListener to identify GIC base address for KVMPeter Maydell
2013-03-05ARM KVM: save and load VFP registers from kernelPeter Maydell
2013-03-05ARM: KVM: Add support for KVM on ARM architectureChristoffer Dall
2013-03-05target-arm: Drop CPUARMState* argument from bank_number()Peter Maydell
2013-03-05target-arm: Don't decode RFE or SRS on M profile coresPeter Maydell
2013-03-05target-arm: Factor out handling of SRS instructionPeter Maydell
2013-03-03gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell
2013-03-03cpu: Introduce ENV_OFFSET macrosAndreas Färber
2013-02-25target-arm: Fix sbc_CC carryRichard Henderson
2013-02-25arm/translate.c: Fix adc_CC/sbc_CC implementationPeter Crosthwaite
2013-02-23target-arm: Implement sbc_cc inlineRichard Henderson
2013-02-23target-arm: Implement adc_cc inlineRichard Henderson
2013-02-23target-arm: Use add2 in gen_add_CCRichard Henderson
2013-02-23target-arm: Use mul[us]2 and add2 in umlal et alRichard Henderson
2013-02-23target-arm: Use mul[us]2 in gen_mul[us]_i64_i32Richard Henderson
2013-02-16cpu: Add CPUArchState pointer to CPUStateAndreas Färber
2013-02-16target-arm: Move TCG initialization to ARMCPU initfnAndreas Färber
2013-02-16target-arm: Update ARMCPU to QOM realizefnAndreas Färber
2013-01-30target-arm: Rename CPU typesAndreas Färber
2013-01-30target-arm: Fix TCG temp leaks for WI and UNDEF VFP sysreg writesPeter Maydell
2013-01-27target-arm: Catch attempt to instantiate abstract type in cpu_init()Andreas Färber
2013-01-27target-arm: Detect attempt to instantiate non-CPU type in cpu_init()Andreas Färber
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber
2013-01-11target-arm: Fix SWI (SVC) instruction in M profile.Alex_Rozenman@mentor.com
2013-01-11target-arm: use type_register() instead of type_register_static()Eduardo Habkost
2012-12-23Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber
2012-12-19cpu: Introduce CPUListState structAndreas Färber
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19qom: move include files to include/qom/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini
2012-12-16exec: refactor cpu_restore_stateBlue Swirl
2012-12-08TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin
2012-12-08TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin
2012-12-08TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin
2012-11-17TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin
2012-11-17TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin
2012-11-10disas: avoid using cpu_single_envBlue Swirl