aboutsummaryrefslogtreecommitdiff
path: root/target-arm
AgeCommit message (Expand)Author
2013-10-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2013-10-07cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber
2013-09-25misc: Use new rotate functionsStefan Weil
2013-09-10target-arm: Add AArch64 gdbstub supportAlexander Graf
2013-09-10target-arm: Add AArch64 translation stubAlexander Graf
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: Add new AArch64CPUInfo base class and subclassesPeter Maydell
2013-09-10target-arm: Pass DisasContext* to gen_set_pc_im()Peter Maydell
2013-09-10target-arm: Fix target_ulong/uint32_t confusionsAlexander Graf
2013-09-10target-arm: Export cpu_envAlexander Graf
2013-09-10target-arm: Extract the disas struct to a header fileAlexander Graf
2013-09-10target-arm: Abstract out load/store from a vaddr in AArch32Peter Maydell
2013-09-10target-arm: Implement qmp query-cpu-definitionsCole Robinson
2013-09-10target-arm: fix ARMv7M stack alignment on resetSebastian Ottlik
2013-09-10target-arm: Avoid "1 << 31" undefined behaviourPeter Maydell
2013-09-10target-arm: Use sextract32() in branch decodePeter Maydell
2013-09-10target-arm: Make '-cpu any' available in linux-user mode onlyPeter Maydell
2013-09-03Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson
2013-09-01target-arm: Report unimplemented opcodes (LOG_UNIMP)Stefan Weil
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: Support coprocessor registers which do I/OPeter Maydell
2013-08-20target-arm: Allow raw_read() and raw_write() to handle 64 bit regsPeter Maydell
2013-08-20target-arm: Make IRQ and FIQ gpio lines on the CPU objectPeter Maydell
2013-08-20target-arm: Implement 'int' loglevelPeter Maydell
2013-07-29cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState"Andreas Färber
2013-07-27misc: Use g_assert_not_reached for code which is expected to be unreachableStefan Weil
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-27gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functionsAndreas Färber
2013-07-26target-arm: Move cpu_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-23gdbstub: Change gdb_register_coprocessor() argument to CPUStateAndreas Färber
2013-07-23exec: Change cpu_memory_rw_debug() argument to CPUStateAndreas Färber
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber
2013-07-23gdbstub: Change syscall callback argument to CPUStateAndreas Färber
2013-07-23cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber
2013-07-23cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas Färber
2013-07-23cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()Andreas Färber
2013-07-15target-arm: Avoid g_hash_table_get_keys()pull-target-arm-20130715-1Peter Maydell
2013-07-15target-arm: avoid undefined behaviour when writing TTBCRPeter Maydell
2013-07-15target-arm/helper.c: Allow const opaques in arm CPPeter Crosthwaite
2013-07-15target-arm/helper.c: Implement MIDR aliasesPeter Crosthwaite
2013-07-15target-arm/helper.c: OMAP/StrongARM cp15 crn=0 cleanupPeter Crosthwaite
2013-07-15target-arm: explicitly decode SEVL instructionMans Rullgard
2013-07-15target-arm: implement LDA/STL instructionsMans Rullgard
2013-07-15target-arm: add feature flag for ARMv8Mans Rullgard
2013-07-09cpu: Move reset logging to CPUStateAndreas Färber