aboutsummaryrefslogtreecommitdiff
path: root/target-arm/machine.c
AgeCommit message (Expand)Author
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela
2014-05-05vmstate: s/VMSTATE_INT32_LE/VMSTATE_INT32_POSITIVE_LE/Michael S. Tsirkin
2014-04-17target-arm: Implement AArch64 SPSR_EL1Peter Maydell
2014-04-17target-arm: Implement SP_EL0, SP_EL1Peter Maydell
2014-04-17target-arm: Add AArch64 ELR_EL1 register.Peter Maydell
2014-04-17target-arm: Define exception record for AArch64 exceptionsPeter Maydell
2014-03-27target-arm: Add missing 'static' attributeStefan Weil
2014-01-08target-arm: Widen exclusive-access support struct fields to 64 bitsPeter Maydell
2013-09-10target-arm: Prepare translation for AArch64 codeAlexander Graf
2013-08-20target-arm: Implement the generic timerPeter Maydell
2013-06-25target-arm: Initialize cpreg list from KVM when using KVMPeter Maydell
2013-06-25target-arm: Convert TCG to using (index,value) list for cp migrationPeter Maydell
2013-04-19target-arm: Correctly restore FPSCRPeter Maydell
2013-04-19target-arm: Add some missing CPU state fields to VMStatePeter Maydell
2013-04-19target-arm: port ARM CPU save/load to use VMStateJuan Quintela
2012-07-12target-arm: Add 64 bit PAR, TTBR0, TTBR1 for LPAEPeter Maydell
2012-07-12target-arm: Extend feature flags to 64 bitsPeter Maydell
2012-06-20target-arm: Remove c0_cachetype CPUARMState fieldPeter Maydell
2012-01-13arm: Add dummy support for co-processor 15's secure config registerRob Herring
2012-01-05arm: add dummy A9-specific cp15 registersMark Langsdorf
2011-10-19target-arm/machine.c: Restore VFP registers correctlyDmitry Koshelev
2011-06-22target-arm: Minimal implementation of performance countersPeter Maydell
2011-03-06target-arm: Implement cp15 VA->PA translationAdam Lackorzynski
2009-07-31Save/restore ARMv6 MMU statePaul Brook
2009-05-21Convert machine registration to use module init functionsAnthony Liguori
2009-05-14Syborg (Symbian Virtual Platform) boardPaul Brook
2008-12-15ARM: basic SX1-cellphone sysemu support (Jean-Christophe PLAGNIOL-VILLARD).balrog
2008-12-13Remove unnecessary trailing newlinesblueswir1
2008-06-30Move CPU save/load registration to common code.pbrook
2008-06-02Provide basic emulation for Sharp SL-6000 PDA (Tosa), Dmitry Baryshkov.balrog
2008-05-18Add N810 to allowed -M values, add documentation part for N8x0.balrog
2008-05-04remove target ifdefs from vl.caurel32