aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-2/+2
* Get rid of _t suffixmalc2009-10-011-2/+2
* qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori2009-04-241-0/+1
* Fix correct reset value for ARM CP15 c1 auxiliary control registeraurel322009-03-071-1/+1
* clean build: Fix arm build warningsaurel322009-03-071-1/+1
* targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-4/+0
* Log reset events (Jan Kiszka)aliguori2009-01-261-0/+6
* Implement flush-to-zero mode (denormal results are replaced with zero).pbrook2008-12-191-1/+2
* Implement default-NaN mode.pbrook2008-12-191-0/+2
* Implement ARMv7 cp15 cache ID registers.pbrook2008-12-191-7/+25
* Implement (very) basic Thumb2-EE support. This doesn't actually implementpbrook2008-12-191-0/+11
* Fix VFP fixed point conversion routines.pbrook2008-12-191-1/+1
* Implement ARMv7 MMU access permissions.pbrook2008-12-191-1/+11
* Fix ARMv6 translation table base address calculation.pbrook2008-10-221-21/+20
* Optimize redundant cp15 coprocessor access control register writes.pbrook2008-10-221-3/+5
* Add GDB XML register description support.pbrook2008-10-111-0/+62
* ARMv6: fix SIMD add/sub carry flags (Vincent Palatin).balrog2008-07-191-4/+4
* Fix smlald, smlsld, pkhtp, pkhbt, ssat, usat, umul, smul... (Laurent Desnogues).balrog2008-07-191-3/+3
* ARMv7-M interrupt stack alignment fix.pbrook2008-07-021-1/+1
* Fix incorrect argument types.pbrook2008-05-011-2/+2
* Remove an unused field and fix some non-code typos.balrog2008-04-201-3/+3
* Correct more ARM VFP 32/64 and signed/unsigned typos.balrog2008-04-201-2/+2
* Add basic OMAP2 chip support.balrog2008-04-141-0/+7
* Store the right TCG temp (typo).balrog2008-04-131-1/+1
* Remove osdep.c/qemu-img code duplicationaurel322008-04-111-0/+1
* Fix few spelling issues in commentsaurel322008-04-111-4/+4
* ARM N=Z=1 flag fix.pbrook2008-04-011-8/+6
* ARM TCG conversion 14/16.pbrook2008-03-311-24/+5
* ARM TCG conversion 13/16.pbrook2008-03-311-6/+8
* ARM TCG conversion 12/16.pbrook2008-03-311-12/+12
* ARM TCG conversion 11/16.pbrook2008-03-311-1/+4
* ARM TCG conversion 10/16.pbrook2008-03-311-0/+363
* ARM TCG conversion 9/16.pbrook2008-03-311-4/+4
* ARM TCG conversion 7/16.pbrook2008-03-311-0/+245
* ARM TCG conversion 6/16.pbrook2008-03-311-0/+29
* ARM TCG conversion 4/16.pbrook2008-03-311-2/+0
* ARM TCG conversion 2/16.pbrook2008-03-311-0/+8
* ARM TCG conversion 1/16.pbrook2008-03-311-0/+26
* Handle cpu_model in copy_cpu(), by Kirill A. Shutemov.ths2007-12-091-0/+1
* Thumb semihosting fixes.pbrook2007-11-241-1/+10
* Prevent cpsr_write/_read be put out of line in op.o (fixes a segfault on some...balrog2007-11-131-0/+42
* ARMv7 support.pbrook2007-11-111-181/+923
* added cpu_model parameter to cpu_init()bellard2007-11-101-8/+11
* Invalidate TLBs when domains are changed (Matthew Warton).balrog2007-10-311-2/+1
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-141-4/+5
* Unify '-cpu ?' option.j_mayer2007-10-121-3/+3
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-1/+1
* Special-case iWMMXt register transfer insns, which are in ARM LDC2/STC2 class.balrog2007-08-011-3/+5
* Fix XScale MMU's extended small pages.balrog2007-07-291-5/+5
* Basic OMAP310 support. Basic Palm Tungsten|E machine emulation.balrog2007-07-291-1/+75