aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* target-sh4: MMU: fix store queue addressesAurelien Jarno2010-04-091-1/+1
* target-sh4: MMU: fix ITLB priviledge checkAurelien Jarno2010-04-091-1/+1
* target-sh4: MMU: fix mem_idx computationAurelien Jarno2010-04-091-1/+1
* sh7750: handle MMUCR TI bitAurelien Jarno2010-04-092-0/+20
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-012-4/+4
* Get rid of _t suffixmalc2009-10-012-4/+4
* Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl2009-09-211-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-165-10/+5
* Convert machine registration to use module init functionsAnthony Liguori2009-05-211-8/+0
* Include assert.h from qemu-common.hPaul Brook2009-05-132-2/+0
* qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori2009-04-241-0/+1
* qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori2009-04-241-1/+6
* Add new command line option -singlestep for tcg single stepping.aurel322009-04-051-3/+2
* SH: Fix linux-user _is_cached typo.edgar_igl2009-04-031-1/+1
* SH: Add cpu_sh4_is_cached for linux-user.edgar_igl2009-04-031-0/+6
* SH: Improve movca.l/ocbi emulation.edgar_igl2009-04-015-5/+156
* The _exit syscall is used for both thread termination in NPTL applications,pbrook2009-03-071-1/+2
* SH4: Fixed last UTLB unused and URB/URC managementaurel322009-03-031-1/+1
* SH4: Fixed last UTLB unusedaurel322009-03-031-1/+1
* SH4: Fixed last UTLB unusedaurel322009-03-031-1/+1
* clean build: Fix remaining sh4 warningsaurel322009-03-033-13/+9
* SH: Implement MOVCO.L and MOVLI.Laurel322009-03-022-1/+36
* SH7750/51: add register BCR3, BCR4, PCR, RTCOR, RTCNT, RTCSR, SDMR2, SDMR3 an...aurel322009-02-072-0/+3
* targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* Log reset events (Jan Kiszka)aliguori2009-01-261-0/+5
* global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori2009-01-152-2/+2
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-152-13/+10
* sh4: Add FMAC instruction supportaurel322009-01-143-0/+23
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-045-5/+5
* tcg_temp_local_new should take no parameteraurel322009-01-011-6/+6
* Use the ARRAY_SIZE() macro where appropriate.malc2008-12-221-2/+2
* target-sh4: make the initial value of SR easier to readaurel322008-12-132-1/+5
* target-sh4: don't disable FPU instructions in user modeaurel322008-12-131-1/+1
* target-sh4: disable debug codeaurel322008-12-131-1/+3
* target-sh4: add prefi, icbi, syncoaurel322008-12-132-0/+27
* target-sh4: add SH7785 as CPU optionaurel322008-12-132-1/+8
* target-sh4: remove 2 warningsaurel322008-12-112-4/+4
* target-sh4: Add SH bit handling to TLBaurel322008-12-101-6/+6
* target-sh4: check FD bit for FP instructionsaurel322008-12-101-6/+23
* SH4: kill a few warningsaurel322008-12-071-2/+2
* SH4: Implement FD bitaurel322008-12-074-5/+42
* SH4: Eliminate P4 to A7 mangling (Takashi YOSHII).balrog2008-12-071-12/+0
* SH: On-chip PCI controller support (Takashi YOSHII).balrog2008-12-071-0/+3
* Remove FORCE_RET() and RETURN()aurel322008-12-071-2/+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
* target-sh4: fix 64-bit fmov to/from memoryaurel322008-11-221-29/+33
* target-sh4: fix TLB/MMU emulationaurel322008-11-211-36/+29