summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CRIS: Segmented addressing only for kernel mode.Edgar E. Iglesias2009-10-102-3/+5
* CRIS: Update PR_EDA on TLB faults.Edgar E. Iglesias2009-10-082-7/+5
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-2/+2
* Get rid of _t suffixmalc2009-10-011-2/+2
* 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
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-168-16/+8
* cris: Remove unused internal flag.Edgar E. Iglesias2009-06-231-3/+0
* CRIS: Prettify sizes for the internal disasm.Edgar E. Iglesias2009-06-121-8/+8
* CRIS: Remove duplicated flag defines.Edgar E. Iglesias2009-06-031-2/+0
* Convert machine registration to use module init functionsAnthony Liguori2009-05-211-6/+0
* Include assert.h from qemu-common.hPaul Brook2009-05-132-2/+0
* CRIS: Fix bmi.Edgar E. Iglesias2009-05-121-1/+2
* CRIS: cris_mmu_result_t -> cris_mmu_resultEdgar E. Iglesias2009-04-253-6/+6
* qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori2009-04-241-0/+1
* qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori2009-04-241-0/+5
* Add new command line option -singlestep for tcg single stepping.aurel322009-04-051-0/+1
* The _exit syscall is used for both thread termination in NPTL applications,pbrook2009-03-071-1/+2
* CRIS: Avoid endless loops for unstested CRIS cpu-state load/save.edgar_igl2009-03-031-4/+4
* CRIS: Fix remaining build warnings.edgar_igl2009-02-223-4/+5
* 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