summaryrefslogtreecommitdiff
path: root/target-arm
AgeCommit message (Expand)AuthorFilesLines
2013-12-10target-arm: fix TTBCR write maskingSergey Fedorov1-1/+1
2013-12-10target-arm: Use new qemu_ld/st opcodesRichard Henderson1-31/+25
2013-12-10target-arm: Implement ARMv8 SIMD VMAXNM and VMINNM instructions.Will Newton1-9/+22
2013-12-10target-arm: Implement ARMv8 FP VMAXNM and VMINNM instructions.Will Newton3-0/+80
2013-12-10target-arm: Implement ARMv8 VSEL instruction.Will Newton1-1/+134
2013-12-10target-arm: Move call to disas_vfp_insn out of disas_coproc_insn.Will Newton1-5/+27
2013-12-10target-arm: Provide '-cpu host' when running KVMPeter Maydell3-0/+285
2013-12-10target-arm: Don't hardcode KVM target CPU to be A15Peter Maydell4-1/+24
2013-12-10target-arm: Allow secondary KVM CPUs to be booted via PSCIPeter Maydell3-0/+13
2013-12-10target-arm: Add ARMCPU field for Linux device-tree 'compatible' stringPeter Maydell2-0/+53
2013-12-10target-arm: Provide PSCI constants to generic QEMU codePeter Maydell1-0/+12
2013-12-10target-arm: Provide mechanism for getting KVM constants even if not CONFIG_KVMPeter Maydell3-20/+43
2013-10-31target-arm: fix sorting issue of KVM cpreg listAlvise Rigo1-1/+7
2013-10-31target-arm: sort TCG cpreg list by KVM-style 64 bit ID numberAlvise Rigo1-3/+9
2013-10-31target-arm: Add CP15 VBAR supportNathan Rossi2-0/+22
2013-10-18Merge remote-tracking branch 'bonzini/configure' into stagingAnthony Liguori1-1/+1
2013-10-16Makefile.target: CONFIG_NO_* variables removedÁkos Kovács1-1/+1
2013-10-11Merge remote-tracking branch 'rth/tcg-pull' into stagingAnthony Liguori2-7/+4
2013-10-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori1-3/+0
2013-10-10tcg: Remove stray semi-colons from target-*/helper.hRichard Henderson1-4/+4
2013-10-10tcg: Move helper registration into tcg_context_initRichard Henderson1-3/+0
2013-10-07cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber1-3/+0
2013-09-25misc: Use new rotate functionsStefan Weil1-1/+1
2013-09-10target-arm: Add AArch64 gdbstub supportAlexander Graf4-1/+80
2013-09-10target-arm: Add AArch64 translation stubAlexander Graf6-4/+178
2013-09-10target-arm: Prepare translation for AArch64 codeAlexander Graf5-38/+151
2013-09-10target-arm: Disable 32 bit CPUs in 64 bit linux-user buildsPeter Maydell1-2/+7
2013-09-10target-arm: Add new AArch64CPUInfo base class and subclassesPeter Maydell3-0/+124
2013-09-10target-arm: Pass DisasContext* to gen_set_pc_im()Peter Maydell1-13/+13
2013-09-10target-arm: Fix target_ulong/uint32_t confusionsAlexander Graf2-6/+7
2013-09-10target-arm: Export cpu_envAlexander Graf2-1/+3
2013-09-10target-arm: Extract the disas struct to a header fileAlexander Graf2-23/+28
2013-09-10target-arm: Abstract out load/store from a vaddr in AArch32Peter Maydell1-124/+210
2013-09-10target-arm: Implement qmp query-cpu-definitionsCole Robinson1-0/+32
2013-09-10target-arm: fix ARMv7M stack alignment on resetSebastian Ottlik1-1/+1
2013-09-10target-arm: Avoid "1 << 31" undefined behaviourPeter Maydell2-18/+18
2013-09-10target-arm: Use sextract32() in branch decodePeter Maydell1-2/+3
2013-09-10target-arm: Make '-cpu any' available in linux-user mode onlyPeter Maydell1-0/+4
2013-09-03Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori1-0/+4
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson1-1/+1
2013-09-01target-arm: Report unimplemented opcodes (LOG_UNIMP)Stefan Weil1-0/+4
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh2-7/+7
2013-08-20target-arm: Implement the generic timerPeter Maydell5-8/+290
2013-08-20target-arm: Support coprocessor registers which do I/OPeter Maydell2-4/+18
2013-08-20target-arm: Allow raw_read() and raw_write() to handle 64 bit regsPeter Maydell1-2/+10
2013-08-20target-arm: Make IRQ and FIQ gpio lines on the CPU objectPeter Maydell2-0/+63
2013-08-20target-arm: Implement 'int' loglevelPeter Maydell1-0/+42
2013-07-29cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState"Andreas Färber1-1/+3
2013-07-27misc: Use g_assert_not_reached for code which is expected to be unreachableStefan Weil1-1/+1
2013-07-27cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XMLAndreas Färber1-0/+1