aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-012-3/+3
* Get rid of _t suffixmalc2009-10-012-3/+3
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-2/+2
* cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd2009-08-241-0/+1
* Save/restore ARMv6 MMU statePaul Brook2009-07-312-2/+22
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-1/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-165-10/+5
* Remove unused gen_bx_T0 function.Filip Navara2009-06-241-8/+0
* Convert machine registration to use module init functionsAnthony Liguori2009-05-211-25/+0
* fix ARMv7 data processing instructionsJuha Riihimäki2009-05-151-13/+26
* fix ARMv7 data processing instructionsJuha Riihimäki2009-05-151-77/+111
* Syborg (Symbian Virtual Platform) boardPaul Brook2009-05-141-0/+1
* Fixe ARM NEON vrshl.Paul Brook2009-05-091-2/+2
* qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori2009-04-241-0/+1
* qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori2009-04-241-2/+7
* target-arm: don't use T[x] in helperaurel322009-04-071-1/+1
* Add new command line option -singlestep for tcg single stepping.aurel322009-04-051-0/+1
* Fix ARM quadword VDUP (core register).pbrook2009-03-171-4/+6
* tcg: rename bswap_i32/i64 functionsaurel322009-03-131-6/+6
* 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
* The _exit syscall is used for both thread termination in NPTL applications,pbrook2009-03-071-1/+2
* Fix cpu_arm_handle_mmu_fault warningaurel322009-02-072-3/+2
* 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
* global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori2009-01-151-1/+1
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-151-4/+4
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-045-5/+5
* 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-192-7/+28
* Implement (very) basic Thumb2-EE support. This doesn't actually implementpbrook2008-12-194-1/+94
* Fix VFP fixed point conversion routines.pbrook2008-12-192-9/+13
* Implement ARMv7 MMU access permissions.pbrook2008-12-191-1/+11
* ARM: basic SX1-cellphone sysemu support (Jean-Christophe PLAGNIOL-VILLARD).balrog2008-12-151-0/+2
* Remove unnecessary trailing newlinesblueswir12008-12-131-2/+0
* Remove FORCE_RET() and RETURN()aurel322008-12-071-5/+0
* ARM: fix smmul and smmla/smmls usage of registers (Mans Rullgard).balrog2008-12-071-3/+3
* ARM: fix usad8 and usada8 usage of registers (Mans Rullgard).balrog2008-12-071-3/+3
* Patch holes in ARM translation (Laurent Desnogues).balrog2008-12-071-2/+4
* ARM: cosmetics (Laurent Desnogues).balrog2008-12-071-29/+1
* Common cpu_loop_exit prototypeaurel322008-11-301-2/+0
* Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori2008-11-251-2/+2
* Remove premature memop TB terminations (Jan Kiszka)aliguori2008-11-181-6/+0
* Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori2008-11-181-4/+5
* Refactor translation block CPU state handling (Jan Kiszka)aliguori2008-11-181-0/+13
* Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori2008-11-181-2/+6
* TCG variable type checking.pbrook2008-11-173-602/+533
* VFP fnmsc negative zero fix.pbrook2008-11-031-2/+2
* Fix undeclared symbol warnings from sparseblueswir12008-10-262-2/+2