summaryrefslogtreecommitdiff
path: root/target-arm/cpu.c
AgeCommit message (Expand)Author
2014-02-26target-arm: Add support for AArch32 ARMv8 CRC32 instructionsWill Newton
2014-02-26target-arm: Store AIF bits in env->pstate for AArch32Peter Maydell
2014-02-26target-arm: Implement AArch64 cache invalidate/clean opsPeter Maydell
2014-02-26target-arm: A64: Make cache ID registers visible to AArch64Peter Maydell
2014-02-26target-arm: Fix raw read and write functions on AArch64 registersPeter Maydell
2014-02-20target-arm: Drop success/fail return from cpreg read and write functionsPeter Maydell
2014-02-20target-arm: Define names for SCTLR bitsPeter Maydell
2014-01-31ARM: Convert MIDR to a propertyAlistair Francis
2014-01-14Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias
2014-01-14target-arm: Switch ARMCPUInfo arrays to use terminator entriesPeter Maydell
2014-01-06hw: Remove assert_no_error usagesPeter Crosthwaite
2013-12-17target-arm: Clean up handling of AArch64 PSTATEPeter Maydell
2013-12-17ARM: arm_cpu_reset: make it possible to use high vectors for reset_excAntony Pavlov
2013-12-17ARM: cpu: add "reset_hivecs" propertyAntony Pavlov
2013-12-17target-arm/cpu: Convert reset CBAR to a propertyPeter Crosthwaite
2013-12-17target-arm: Define and use ARM_FEATURE_CBARPeter Crosthwaite
2013-12-17target-arm: add support for v8 AES instructionsArd Biesheuvel
2013-12-10target-arm: Don't hardcode KVM target CPU to be A15Peter Maydell
2013-12-10target-arm: Allow secondary KVM CPUs to be booted via PSCIPeter Maydell
2013-12-10target-arm: Add ARMCPU field for Linux device-tree 'compatible' stringPeter Maydell
2013-09-10target-arm: Prepare translation for AArch64 codeAlexander Graf
2013-09-10target-arm: Disable 32 bit CPUs in 64 bit linux-user buildsPeter Maydell
2013-09-10target-arm: fix ARMv7M stack alignment on resetSebastian Ottlik
2013-09-10target-arm: Make '-cpu any' available in linux-user mode onlyPeter Maydell
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-20target-arm: Implement the generic timerPeter Maydell
2013-08-20target-arm: Make IRQ and FIQ gpio lines on the CPU objectPeter Maydell
2013-07-29cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState"Andreas Färber
2013-07-27cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XMLAndreas Färber
2013-07-27cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber
2013-07-26cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regsAndreas Färber
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber
2013-07-23cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()Andreas Färber
2013-07-15target-arm: add feature flag for ARMv8Mans Rullgard
2013-07-09cpu: Move reset logging to CPUStateAndreas Färber
2013-07-09log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber
2013-06-28cpu: Change qemu_init_vcpu() argument to CPUStateAndreas Färber
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber
2013-06-25target-arm: Make LPAE feature imply V7MPPeter Maydell
2013-06-25target-arm: Convert TCG to using (index,value) list for cp migrationPeter Maydell
2013-04-19target-arm: port ARM CPU save/load to use VMStateJuan Quintela
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-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-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