summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move interrupt_request and user_mode_only to common cpu state.pbrook2008-07-0112-28/+38
* Fix DMA length bug seen with NetBSD (Cliff Wright)blueswir12008-07-011-2/+2
* block-vvfat.c - fix is_free predicate, by Tristan Gingold.ths2008-07-011-2/+1
* Add missing return in arm-semi, by Laurent Desnogues.ths2008-07-011-0/+1
* Static'ify some functions, and use standard inline in translate.c.ths2008-07-011-22/+22
* Implement resolution switching in common console code.pbrook2008-07-0120-91/+109
* Delete duplicate code.ths2008-07-011-3/+0
* Fix rdtsc instruction counting.pbrook2008-06-301-0/+6
* Spelling fixes, spotted by Stuart Brady.ths2008-06-309-18/+18
* Move CPU save/load registration to common code.pbrook2008-06-3023-25/+21
* CRIS: Correct writes to TLB hi.edgar_igl2008-06-301-2/+2
* Avoid refering to CRIS specific cpu-state to be able to use these blocks with...edgar_igl2008-06-304-32/+26
* Make bcond and btarget TCG registers.ths2008-06-301-73/+43
* Avoid CRIS related warnings by Jan Kiszka.edgar_igl2008-06-305-37/+50
* Suppress bogus compiler warnings.pbrook2008-06-292-0/+14
* Remove unnecessary helper arguments, and fix some typos.ths2008-06-293-21/+31
* Add missing static qualifiers.pbrook2008-06-293-4/+4
* Add missing file. Fix spelling errors.pbrook2008-06-294-3/+58
* Add instruction counter.pbrook2008-06-2929-117/+830
* Fix shell quoting.pbrook2008-06-291-2/+2
* Document usage of new options remove stray variables, check for ALSA/FMOD/ESDmalc2008-06-281-35/+66
* Consistencymalc2008-06-281-1/+1
* Avoid unused input arguments which triggered tcg errors. Spotted byths2008-06-273-28/+30
* More efficient target register / TC accesses.ths2008-06-2716-246/+327
* Fix bogus format, reading uninitialised memory (original patch by Julian Seward)blueswir12008-06-261-1/+1
* Change the way audio is configuredmalc2008-06-253-118/+37
* Suppress OpenBSD warning messages for leftover fifo bytesblueswir12008-06-251-0/+1
* Reset correct channel aka NetBSD boot fixblueswir12008-06-251-2/+2
* Clarify some TODO items.ths2008-06-241-4/+5
* Remove remaining uses of T0 in the MIPS target.ths2008-06-245-454/+468
* T1 is now dead.ths2008-06-243-7/+1
* Reduce use of fixed registers a bit more.ths2008-06-241-329/+356
* Fix Sparc mmu bug seen with NetBSD, based on patch by Cliff Wrightblueswir12008-06-241-8/+8
* Use temporaries instead of fixed registers for some instructions.ths2008-06-243-303/+408
* Make mixer emulation a configure option (Jan Kiszka)malc2008-06-233-7/+14
* Fix some compiler signed/unsigned char warningsblueswir12008-06-233-10/+10
* Fix compiler warning (Jan Kiszka)blueswir12008-06-231-1/+2
* Pass T0/T1 explicitly to helper functions, and clean up a few dyngenths2008-06-234-1105/+1130
* According to gcc-4.3.0/gcc/config/rs6000/crtsavres.asm R13 is volatilemalc2008-06-231-1/+0
* Shuffle contents of tcg_target_reg_alloc_ordermalc2008-06-231-18/+18
* Add missing [SU]32malc2008-06-221-0/+6
* Eliminate cpu_T[0]blueswir12008-06-221-9/+9
* Eliminate cpu_T[1]blueswir12008-06-221-4/+3
* Add missing keys, sendkey support for all keysblueswir12008-06-223-2/+18
* Emit warning message if user supplied buffer/period size/time was rejectedmalc2008-06-211-0/+16
* Convert some cpu_dst uses (with loads/stores) to cpu_tmp0blueswir12008-06-211-67/+67
* Avoid brcond problems, use temps for cpu_src1 & cpu_src2blueswir12008-06-211-35/+32
* Do not save dynamic fieldmalc2008-06-211-4/+2
* Disable xLaw debuggingmalc2008-06-211-1/+1
* Rework period/buffer size settingmalc2008-06-211-138/+52
OpenPOWER on IntegriCloud