aboutsummaryrefslogtreecommitdiff
path: root/target-arm
AgeCommit message (Expand)Author
2013-12-17target-arm: Add minimal KVM AArch64 supportMian M. Hamayun
2013-12-17target-arm: Clean up handling of AArch64 PSTATEPeter Maydell
2013-12-17target-arm/kvm: Split 32 bit only code into its own filePeter 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/helper.c: Allow cp15.c15 dummy overridePeter Crosthwaite
2013-12-17target-arm: add support for v8 AES instructionsArd Biesheuvel
2013-12-10target-arm: fix TTBCR write maskingpull-target-arm-20131210Sergey Fedorov
2013-12-10target-arm: Use new qemu_ld/st opcodesRichard Henderson
2013-12-10target-arm: Implement ARMv8 SIMD VMAXNM and VMINNM instructions.Will Newton
2013-12-10target-arm: Implement ARMv8 FP VMAXNM and VMINNM instructions.Will Newton
2013-12-10target-arm: Implement ARMv8 VSEL instruction.Will Newton
2013-12-10target-arm: Move call to disas_vfp_insn out of disas_coproc_insn.Will Newton
2013-12-10target-arm: Provide '-cpu host' when running KVMPeter Maydell
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-12-10target-arm: Provide PSCI constants to generic QEMU codePeter Maydell
2013-12-10target-arm: Provide mechanism for getting KVM constants even if not CONFIG_KVMPeter Maydell
2013-10-31target-arm: fix sorting issue of KVM cpreg listAlvise Rigo
2013-10-31target-arm: sort TCG cpreg list by KVM-style 64 bit ID numberAlvise Rigo
2013-10-31target-arm: Add CP15 VBAR supportNathan Rossi
2013-10-18Merge remote-tracking branch 'bonzini/configure' into stagingAnthony Liguori
2013-10-16Makefile.target: CONFIG_NO_* variables removedÁkos Kovács
2013-10-11Merge remote-tracking branch 'rth/tcg-pull' into stagingAnthony Liguori
2013-10-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2013-10-10tcg: Remove stray semi-colons from target-*/helper.hRichard Henderson
2013-10-10tcg: Move helper registration into tcg_context_initRichard Henderson
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