aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* CRIS: Init the feedback shiftreg used for randomizing TLB sets.edgar_igl2009-01-262-0/+3
* Log reset events (Jan Kiszka)aliguori2009-01-261-0/+5
* global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori2009-01-151-3/+3
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-154-17/+13
* Clean up debugging code #ifdefs (Eduardo Habkost)aliguori2009-01-154-166/+187
* CRIS: Purify some of the flag evaluation helpers.edgar_igl2009-01-073-160/+154
* CRIS: Implement set_thread_area for CRIS.edgar_igl2009-01-071-0/+5
* CRIS: Use a helper for lz.edgar_igl2009-01-073-69/+8
* CRIS: bound operates directly on regs, no need to allocate temp destination.edgar_igl2009-01-071-3/+0
* CRIS: Speedup btst by using a helper.edgar_igl2009-01-073-74/+39
* CRIS: NMI wakes up the core.edgar_igl2009-01-071-1/+4
* CRIS: NMI wakes up the core.edgar_igl2009-01-071-1/+5
* CRIS: Move operations can be optimized as arithmetic ones for cc evaluation.edgar_igl2009-01-071-1/+2
* CRIS: Slight performance improvement for flag evaluation.edgar_igl2009-01-073-59/+76
* ETRAX: Add a model for the axis devboard88 machine.edgar_igl2009-01-071-0/+1
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-047-7/+7
* CRIS: Dont flush kernel protected pages when modifying $pid.edgar_igl2009-01-041-5/+2
* CRIS: Remove unused pfn member from mmu translation results.edgar_igl2009-01-042-6/+1
* CRIS: Remove CRIS specific do_unassigned_access.edgar_igl2008-12-292-9/+0
* Use the ARRAY_SIZE() macro where appropriate.malc2008-12-221-2/+2
* Remove FORCE_RET() and RETURN()aurel322008-12-072-3/+0
* Common cpu_loop_exit prototypeaurel322008-11-301-2/+0
* Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori2008-11-251-2/+2
* CRIS: remove unused op_template.h.edgar_igl2008-11-211-48/+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/+9
* Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori2008-11-181-2/+7
* TCG variable type checking.pbrook2008-11-172-151/+155
* target-cris: access to TCG variables through GET_TCGV()aurel322008-11-011-1/+1
* CRIS: Plug more temp leaks.edgar_igl2008-10-281-5/+5
* CRIS: Plug a few temp leaks.edgar_igl2008-10-271-1/+3
* CRIS: Remove cpu_T.edgar_igl2008-10-272-102/+155
* CRIS: Avoid more cpu_T usage.edgar_igl2008-10-271-95/+175
* CRIS: Avoid cpu_T[1] for move_r.edgar_igl2008-10-271-3/+7
* CRIS: Avoid using cpu_T[0] for testing condition codes.edgar_igl2008-10-271-44/+41
* CRIS: Add branch-free versions of abs, lsl, lsr and asr.edgar_igl2008-10-271-29/+40
* CRIS: Correct tcg globals allocation for 64bit hosts.edgar_igl2008-10-261-12/+12
* CRIS: Initialize the arch version preg to v32.edgar_igl2008-10-111-0/+1
* CRIS: Partial EXS reg support and fixes for SPC.edgar_igl2008-10-082-10/+5
* CRIS: Correct typos.edgar_igl2008-10-081-3/+2
* CRIS: Make local objects static.edgar_igl2008-10-071-24/+24
* CRIS: Fix brk 8 and add S-flag emulation.edgar_igl2008-10-074-17/+50
* Show size for unassigned accesses (Robert Reif)blueswir12008-10-062-4/+4
* CRIS: Improve ASID related TLB flushes.edgar_igl2008-09-224-37/+36
* Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir12008-09-141-1/+1
* CRIS: Mask off the cache selection bit after MMU translations.edgar_igl2008-09-051-1/+5
* TCG fixes for target-crisaurel322008-09-051-2/+2
* CRIS: Avoid a few unecessary steps in the mmu.edgar_igl2008-09-031-12/+8
* CRIS: Remove redundant code.edgar_igl2008-09-031-2/+0