summaryrefslogtreecommitdiffstats
path: root/target-arm
Commit message (Expand)AuthorAgeFilesLines
* target-arm: Correctly restore FPSCRPeter Maydell2013-04-191-7/+41
* target-arm: Add some missing CPU state fields to VMStatePeter Maydell2013-04-191-3/+10
* target-arm: port ARM CPU save/load to use VMStateJuan Quintela2013-04-194-215/+179
* target-arm: Reinsert missing return statement in ARM mode SRS decodePeter Chubb2013-04-191-0/+1
* arm: fix location of some include filesPeter Maydell2013-04-152-2/+2
* hw: move headers to include/Paolo Bonzini2013-04-082-2/+2
* target-arm: Override do_interrupt for ARMv7-M profileAndreas Färber2013-03-123-6/+19
* cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber2013-03-124-5/+10
* cpu: Pass CPUState to cpu_interrupt()Andreas Färber2013-03-121-1/+1
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-123-5/+7
* target-arm: Use MemoryListener to identify GIC base address for KVMPeter Maydell2013-03-052-0/+119
* ARM KVM: save and load VFP registers from kernelPeter Maydell2013-03-051-3/+75
* ARM: KVM: Add support for KVM on ARM architectureChristoffer Dall2013-03-054-1/+337
* target-arm: Drop CPUARMState* argument from bank_number()Peter Maydell2013-03-051-7/+6
* target-arm: Don't decode RFE or SRS on M profile coresPeter Maydell2013-03-051-2/+3
* target-arm: Factor out handling of SRS instructionPeter Maydell2013-03-051-67/+69
* 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/+2
* target-arm: Fix sbc_CC carryRichard Henderson2013-02-251-24/+4
* arm/translate.c: Fix adc_CC/sbc_CC implementationPeter Crosthwaite2013-02-251-2/+2
* target-arm: Implement sbc_cc inlineRichard Henderson2013-02-233-25/+39
* target-arm: Implement adc_cc inlineRichard Henderson2013-02-233-21/+34
* target-arm: Use add2 in gen_add_CCRichard Henderson2013-02-231-4/+3
* target-arm: Use mul[us]2 and add2 in umlal et alRichard Henderson2013-02-233-19/+14
* target-arm: Use mul[us]2 in gen_mul[us]_i64_i32Richard Henderson2013-02-231-16/+22
* cpu: Add CPUArchState pointer to CPUStateAndreas Färber2013-02-161-0/+2
* target-arm: Move TCG initialization to ARMCPU initfnAndreas Färber2013-02-162-6/+6
* target-arm: Update ARMCPU to QOM realizefnAndreas Färber2013-02-164-12/+27
* target-arm: Rename CPU typesAndreas Färber2013-01-302-5/+14
* target-arm: Fix TCG temp leaks for WI and UNDEF VFP sysreg writesPeter Maydell2013-01-301-1/+4
* target-arm: Catch attempt to instantiate abstract type in cpu_init()Andreas Färber2013-01-271-1/+2
* target-arm: Detect attempt to instantiate non-CPU type in cpu_init()Andreas Färber2013-01-272-2/+21
* cpu: Move cpu_index field to CPUStateAndreas Färber2013-01-152-2/+3
* target-arm: Fix SWI (SVC) instruction in M profile.Alex_Rozenman@mentor.com2013-01-111-1/+1
* target-arm: use type_register() instead of type_register_static()Eduardo Habkost2013-01-111-1/+1
* Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber2012-12-2310-24/+24
|\
| * fpu: move public header file to include/fpuPaolo Bonzini2012-12-191-1/+1
| * softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-192-2/+2
| * misc: move include files to include/qemu/Paolo Bonzini2012-12-192-3/+3
| * qom: move include files to include/qom/Paolo Bonzini2012-12-191-1/+1
| * exec: move include files to include/exec/Paolo Bonzini2012-12-198-16/+16
| * build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* | cpu: Introduce CPUListState structAndreas Färber2012-12-191-7/+2
|/
* 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-3/+3
* TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin2012-11-171-4/+4
* disas: avoid using cpu_single_envBlue Swirl2012-11-101-1/+1
OpenPOWER on IntegriCloud