aboutsummaryrefslogtreecommitdiff
path: root/target-arm
AgeCommit message (Expand)Author
2016-09-16tcg: Merge GETPC and GETRARichard Henderson
2016-09-13arm: spelling fix: mismatchMichael Tokarev
2016-09-06target-arm: Fix lpae bit in FSR on an alignment faultSergey Sorokin
2016-08-12target-arm: Fix warn about implicit conversionPranith Kumar
2016-07-21Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-07-21kvm-irqchip: i386: add hook for add/remove virqPeter Xu
2016-07-19target-arm: Fix unreachable code in gicv3_class_name()Peter Maydell
2016-07-14target-arm: Add missed AArch32 TLBI sytem registersSergey Sorokin
2016-07-12target-*: Clean up cpu.h header guardsMarkus Armbruster
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-07-12Fix confusing argument names in some common functionsSergey Sorokin
2016-07-07target-arm/arm-semi.c: In SYS_HEAPINFO use correct type for 'limit'Peter Maydell
2016-07-04target-arm/arm-semi.c: Fix SYS_HEAPINFO for 64-bit guestsPeter Maydell
2016-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-06-29target-*: Don't redefine cpu_exec()Peter Crosthwaite
2016-06-24softfloat: Implement run-time-configurable meaning of signaling NaN bitAleksandar Markovic
2016-06-20exec: [tcg] Track which vCPU is performing translation and executionLluĂ­s Vilanova
2016-06-17target-arm/monitor.c: Advertise emulated GICv3 in capabilitiesPeter Maydell
2016-06-17target-arm/machine.c: Allow user to request GICv3 emulationPeter Maydell
2016-06-17target-arm: Add mp-affinity property for ARM CPU classPavel Fedin
2016-06-17target-arm: Provide hook to tell GICv3 about changes of security statePeter Maydell
2016-06-17target-arm: Define new arm_is_el3_or_mon() functionPeter Maydell
2016-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-06-14target-arm: Don't permit ARMv8-only Neon insns on ARMv7pull-target-arm-20160614-2Peter Maydell
2016-06-14target-arm: Fix reset and migration of TTBCR(S)Peter Maydell
2016-06-14hw/arm/virt: Add PMU node for virt machineShannon Zhao
2016-06-14target-arm: kvm64: set guest PMUv3 feature bit if supportedShannon Zhao
2016-06-07virtio: move bi-endian target support to a single locationGreg Kurz
2016-06-06target-arm: Fix TTBR selecting logic on AArch32 Stage 2 translationSergey Sorokin
2016-06-06target-arm: Don't try to set ESR IL bit in arm_cpu_do_interrupt_aarch64()Peter Maydell
2016-06-06target-arm: Set IL bit in syndromes for insn abort, watchpoint, swstepPeter Maydell
2016-06-06target-arm: A64: Create Instruction Syndromes for Data AbortsEdgar E. Iglesias
2016-06-06target-arm: Add the HSTR_EL2 registerAlistair Francis
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-05-19arm: move arm_log_exception into .c filePaolo Bonzini
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini
2016-05-19hw: move CPU state serialization to migration/cpu.hPaolo Bonzini
2016-05-19target-arm: make cpu-qom.h not target specificPaolo Bonzini
2016-05-19cpu: make cpu-qom.h only include-able from cpu.hPaolo Bonzini
2016-05-12tcg: Allow goto_tb to any target PC in user modeSergey Fedorov
2016-05-12tcg: Clean up direct block chaining safety checksSergey Fedorov
2016-05-12tb: consistently use uint32_t for tb->flagsEmilio G. Cota
2016-05-12target-arm: Avoid unnecessary TLB flush on TCR_EL2, TCR_EL3 writesPeter Maydell
2016-05-12ARM: Factor out ARM on/off PSCI control functionsJean-Christophe DUBOIS
2016-05-12target-arm/translate-a64.c: Unify some of the ldst_reg decodingEdgar E. Iglesias
2016-05-12target-arm/translate-a64.c: Use extract32 in disas_ldst_reg_imm9Edgar E. Iglesias
2016-05-12target-arm: Split data abort syndrome generatorPeter Maydell
2016-05-12target-arm: Fix descriptor address masking in ARM address translationSergey Sorokin
2016-05-12target-arm: Stage 2 permission fault was fixed in AArch32 stateSergey Sorokin