aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Split OMAP DMA out to a file apart.balrog2008-03-065-1377/+1413
* Check for out of range update regions (original patch from Anthony Liguori).balrog2008-03-061-6/+27
* Register VMware SVGA's memory io region with PCI framework.balrog2008-03-061-18/+29
* Convert exception ops to TCGblueswir12008-03-065-18/+19
* Fix microSPARC II SFSR mask (Robert Reif)blueswir12008-03-061-1/+1
* Add more machine definitionsblueswir12008-03-053-0/+297
* Properly bomb out on errors in Makefile shell fragments (Ian Jackson)blueswir12008-03-051-5/+5
* Convert Sparc64 trap state ops to TCGblueswir12008-03-055-70/+103
* 32-bit host sign extension fix (Juergen Lock).pbrook2008-03-041-2/+2
* Show IRQ set or reset (Robert Reif)blueswir12008-03-041-1/+4
* Remove unneeded qemu_irq_lower (Robert Reif)blueswir12008-03-041-2/+0
* Convert float helpers to TCG, fix fabsq in the processblueswir12008-03-045-281/+232
* Convert fmovr to TCGblueswir12008-03-041-15/+27
* CRIS signals:edgar_igl2008-03-031-57/+58
* Convert tick operations to TCGblueswir12008-03-025-58/+90
* Convert movr and (partially) movcc to TCGblueswir12008-03-022-24/+42
* Convert addx, subx, next_insn and mov_pc_npc to TCGblueswir12008-03-022-27/+29
* Add brcond_tlblueswir12008-03-021-0/+2
* Let ESP SCSI adapter to be usable outside sun4m (Herv�oussineau)blueswir12008-03-025-22/+33
* Add a tests for user-mode mmapedgar_igl2008-03-013-0/+487
* Add test-case for btst CCS flags updates.edgar_igl2008-03-011-0/+8
* * target-cris/op.c: Make sure the bit-test insn only updates the XNZ flags.edgar_igl2008-03-014-60/+99
* Fix compiler warningblueswir12008-02-291-0/+2
* Fix register references (Igor Kovalenko)blueswir12008-02-291-3/+3
* Fix sun4m machine if MAX_FD != 2 (Herv�oussineau)blueswir12008-02-291-1/+1
* Give names to magic numbers (Herv�oussineau)blueswir12008-02-291-125/+222
* First try at supporting ordinary signals for CRIS linux-user guests.edgar_igl2008-02-282-0/+175
* Add small testcase for ordinary signals.edgar_igl2008-02-282-0/+27
* Cut the translation block after translating a break insn. This avoids an issu...edgar_igl2008-02-281-1/+6
* More consistent naming for CRIS register-number macros.edgar_igl2008-02-286-75/+74
* Preliminary Sparc TCG targetblueswir12008-02-274-0/+727
* Temporary fix for i386 hostblueswir12008-02-272-0/+27
* Initialize disasinfo->private_data, binutils does it and some disassemblers d...edgar_igl2008-02-271-0/+1
* Fix mixed definesblueswir12008-02-251-2/+2
* Add testcase for CRIS ftag/fidx cache flushing insns.edgar_igl2008-02-252-0/+34
* Silently ignore CRIS cache flushes, instead of aborting due to unknown insn.edgar_igl2008-02-252-2/+17
* Modify Sparc32/64 to use TCGblueswir12008-02-247-1551/+878
* More helper types, rearrange generic definitionsblueswir12008-02-242-64/+109
* Really stop the transfer when the DMA channel is being disabled.balrog2008-02-231-2/+3
* The non-ncurses curses doesn't have resize_term, so make resizing conditional.balrog2008-02-221-2/+4
* Fix andi, optimize addi and subi zero casesblueswir12008-02-201-3/+13
* Unify RTCs that use host time, fix M48t59 alarm.balrog2008-02-178-123/+115
* Fix typoblueswir12008-02-171-1/+1
* Fix remote debugger memory access problems reported by Matthias Steinblueswir12008-02-142-7/+12
* Make MIPS MT implementation more cache friendly.ths2008-02-1212-96/+96
* Fix SS-20 auxio addressesblueswir12008-02-111-2/+2
* Sparc32 MMU register fixes (Robert Reif)blueswir12008-02-114-9/+103
* Force a resize after leaving graphical mode in curses (spotted by Samuel Thib...balrog2008-02-111-7/+8
* Make omap I2C controller work (previously untested). Implement post-OMAP1 ch...balrog2008-02-102-15/+116
* Add an ncurses UI.balrog2008-02-1021-34/+1238