aboutsummaryrefslogtreecommitdiff
path: root/target/arm/cpu.c
AgeCommit message (Expand)Author
2017-01-27armv7m: R14 should reset to 0xffffffffPeter Maydell
2017-01-27armv7m: FAULTMASK should be 0 on resetMichael Davidsaver
2017-01-27armv7m: add state for v7M CCR, CFSR, HFSR, DFSR, MMFAR, BFARPeter Maydell
2017-01-27target/arm: Drop IS_M() macroPeter Maydell
2017-01-27armv7m: Replace armv7m.hack with unassigned_access handlerMichael Davidsaver
2017-01-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-01-20target-arm: Enable EL2 feature bit on A53 and A57Peter Maydell
2017-01-20target-arm: Expose output GPIO line for VCPU maintenance interruptPeter Maydell
2017-01-19kvm: move cpu synchronization codeVincent Palatin
2017-01-13qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée
2016-12-27target-arm: Add VBAR support to ARM1176 CPUsCédric Le Goater
2016-12-27Correct value of ARM Cortex-A8 MVFR1 register.Julian Brown
2016-12-20Move target-* CPU file into a target/ folderThomas Huth