summaryrefslogtreecommitdiff
path: root/target-arm/machine.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-08target-arm: Widen exclusive-access support struct fields to 64 bitsPeter Maydell1-6/+6
2013-09-10target-arm: Prepare translation for AArch64 codeAlexander Graf1-4/+4
2013-08-20target-arm: Implement the generic timerPeter Maydell1-3/+5
2013-06-25target-arm: Initialize cpreg list from KVM when using KVMPeter Maydell1-5/+25
2013-06-25target-arm: Convert TCG to using (index,value) list for cp migrationPeter Maydell1-47/+67
2013-04-19target-arm: Correctly restore FPSCRPeter Maydell1-7/+41
2013-04-19target-arm: Add some missing CPU state fields to VMStatePeter Maydell1-3/+10
2013-04-19target-arm: port ARM CPU save/load to use VMStateJuan Quintela1-213/+174
2012-07-12target-arm: Add 64 bit PAR, TTBR0, TTBR1 for LPAEPeter Maydell1-0/+6
2012-07-12target-arm: Extend feature flags to 64 bitsPeter Maydell1-2/+2
2012-06-20target-arm: Remove c0_cachetype CPUARMState fieldPeter Maydell1-2/+0
2012-01-13arm: Add dummy support for co-processor 15's secure config registerRob Herring1-0/+2
2012-01-05arm: add dummy A9-specific cp15 registersMark Langsdorf1-0/+6
2011-10-19target-arm/machine.c: Restore VFP registers correctlyDmitry Koshelev1-1/+1
2011-06-22target-arm: Minimal implementation of performance countersPeter Maydell1-0/+12
2011-03-06target-arm: Implement cp15 VA->PA translationAdam Lackorzynski1-0/+2
2009-07-31Save/restore ARMv6 MMU statePaul Brook1-1/+21
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-25/+0
2009-05-14Syborg (Symbian Virtual Platform) boardPaul Brook1-0/+1
2008-12-15ARM: basic SX1-cellphone sysemu support (Jean-Christophe PLAGNIOL-VILLARD).balrog1-0/+2
2008-12-13Remove unnecessary trailing newlinesblueswir11-2/+0
2008-06-30Move CPU save/load registration to common code.pbrook1-1/+1
2008-06-02Provide basic emulation for Sharp SL-6000 PDA (Tosa), Dmitry Baryshkov.balrog1-0/+1
2008-05-18Add N810 to allowed -M values, add documentation part for N8x0.balrog1-0/+1
2008-05-04remove target ifdefs from vl.caurel321-0/+213