summaryrefslogtreecommitdiffstats
path: root/target-arm
Commit message (Expand)AuthorAgeFilesLines
* target-arm: fix TTBCR write maskingSergey Fedorov2013-12-101-1/+1
* target-arm: Use new qemu_ld/st opcodesRichard Henderson2013-12-101-31/+25
* target-arm: Implement ARMv8 SIMD VMAXNM and VMINNM instructions.Will Newton2013-12-101-9/+22
* target-arm: Implement ARMv8 FP VMAXNM and VMINNM instructions.Will Newton2013-12-103-0/+80
* target-arm: Implement ARMv8 VSEL instruction.Will Newton2013-12-101-1/+134
* target-arm: Move call to disas_vfp_insn out of disas_coproc_insn.Will Newton2013-12-101-5/+27
* target-arm: Provide '-cpu host' when running KVMPeter Maydell2013-12-103-0/+285
* target-arm: Don't hardcode KVM target CPU to be A15Peter Maydell2013-12-104-1/+24
* target-arm: Allow secondary KVM CPUs to be booted via PSCIPeter Maydell2013-12-103-0/+13
* target-arm: Add ARMCPU field for Linux device-tree 'compatible' stringPeter Maydell2013-12-102-0/+53
* target-arm: Provide PSCI constants to generic QEMU codePeter Maydell2013-12-101-0/+12
* target-arm: Provide mechanism for getting KVM constants even if not CONFIG_KVMPeter Maydell2013-12-103-20/+43
* target-arm: fix sorting issue of KVM cpreg listAlvise Rigo2013-10-311-1/+7
* target-arm: sort TCG cpreg list by KVM-style 64 bit ID numberAlvise Rigo2013-10-311-3/+9
* target-arm: Add CP15 VBAR supportNathan Rossi2013-10-312-0/+22
* Merge remote-tracking branch 'bonzini/configure' into stagingAnthony Liguori2013-10-181-1/+1
|\
| * Makefile.target: CONFIG_NO_* variables removedÁkos Kovács2013-10-161-1/+1
* | Merge remote-tracking branch 'rth/tcg-pull' into stagingAnthony Liguori2013-10-112-7/+4
|\ \ | |/ |/|
| * tcg: Remove stray semi-colons from target-*/helper.hRichard Henderson2013-10-101-4/+4
| * tcg: Move helper registration into tcg_context_initRichard Henderson2013-10-101-3/+0
* | Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori2013-10-101-3/+0
|\ \ | |/ |/|
| * cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber2013-10-071-3/+0
* | misc: Use new rotate functionsStefan Weil2013-09-251-1/+1
|/
* target-arm: Add AArch64 gdbstub supportAlexander Graf2013-09-104-1/+80
* target-arm: Add AArch64 translation stubAlexander Graf2013-09-106-4/+178
* target-arm: Prepare translation for AArch64 codeAlexander Graf2013-09-105-38/+151
* target-arm: Disable 32 bit CPUs in 64 bit linux-user buildsPeter Maydell2013-09-101-2/+7
* target-arm: Add new AArch64CPUInfo base class and subclassesPeter Maydell2013-09-103-0/+124
* target-arm: Pass DisasContext* to gen_set_pc_im()Peter Maydell2013-09-101-13/+13
* target-arm: Fix target_ulong/uint32_t confusionsAlexander Graf2013-09-102-6/+7
* target-arm: Export cpu_envAlexander Graf2013-09-102-1/+3
* target-arm: Extract the disas struct to a header fileAlexander Graf2013-09-102-23/+28
* target-arm: Abstract out load/store from a vaddr in AArch32Peter Maydell2013-09-101-124/+210
* target-arm: Implement qmp query-cpu-definitionsCole Robinson2013-09-101-0/+32
* target-arm: fix ARMv7M stack alignment on resetSebastian Ottlik2013-09-101-1/+1
* target-arm: Avoid "1 << 31" undefined behaviourPeter Maydell2013-09-102-18/+18
* target-arm: Use sextract32() in branch decodePeter Maydell2013-09-101-2/+3
* target-arm: Make '-cpu any' available in linux-user mode onlyPeter Maydell2013-09-101-0/+4
* Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori2013-09-031-0/+4
|\
| * target-arm: Report unimplemented opcodes (LOG_UNIMP)Stefan Weil2013-09-011-0/+4
* | tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson2013-09-021-1/+1
|/
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-222-7/+7
* target-arm: Implement the generic timerPeter Maydell2013-08-205-8/+290
* target-arm: Support coprocessor registers which do I/OPeter Maydell2013-08-202-4/+18
* target-arm: Allow raw_read() and raw_write() to handle 64 bit regsPeter Maydell2013-08-201-2/+10
* target-arm: Make IRQ and FIQ gpio lines on the CPU objectPeter Maydell2013-08-202-0/+63
* target-arm: Implement 'int' loglevelPeter Maydell2013-08-201-0/+42
* cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState"Andreas Färber2013-07-291-1/+3
* misc: Use g_assert_not_reached for code which is expected to be unreachableStefan Weil2013-07-271-1/+1
* cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XMLAndreas Färber2013-07-271-0/+1
OpenPOWER on IntegriCloud