21b20814edAlways process real timers regardless of singlestep mode (Jason Wessel).
edgar_igl
2008-05-15 19:54:00 +00:00
cf7c2ca5ffImplement brcond, ldst with large offset; fix direct jump, prologue
blueswir1
2008-05-15 19:44:09 +00:00
f02ca5cbeaFix bit fitting checks
blueswir1
2008-05-15 17:30:17 +00:00
b8b6a50b55converted more helpers to TCG - fixed some SVM issues
bellard
2008-05-15 16:46:30 +00:00
6e01bdaedccpu_abort() is really an abort
bellard
2008-05-15 16:17:07 +00:00
7d55170268Fix compilation on Sparc host, implement ld and st
blueswir1
2008-05-14 19:22:05 +00:00
2e56350ef1ETRAX: Add some kind of support for simulating 802.3 auto-negotiation. * Add support for link partner ability and diagnostics reg. * Correct the endianess for MDIO responses. * Dont trash PHY registers after reads.
edgar_igl
2008-05-13 23:51:49 +00:00
a37af2891bRemove some uses of phys_ram_base (initial patch by Ian Jackson)
blueswir1
2008-05-13 18:50:56 +00:00
044ef8eaa9i386 specific TODO
bellard
2008-05-13 18:27:16 +00:00
cf1d97f074CRIS: Improve TLB management and handle delayslots at page boundaries. * Dont flush the entire qemu tlb when the $pid changes. Instead we go through the guests TLB and choose entries that need to be flushed. * Add env->dslot and handle delayslots at pageboundaries. * Remove some unused code.
edgar_igl
2008-05-13 10:59:14 +00:00
48318011daUpdate the etrax machine. * Use CFI-0002 flashes. * Connect one of the ethernet blocks. * Simplified irq numbering.
edgar_igl
2008-05-11 15:07:19 +00:00
a3ea5df588Add limited support for the etrax ethernet controller.
edgar_igl
2008-05-11 15:04:22 +00:00
1ba13a5dfcAdd support for parts of the etraxfs dma controller.
edgar_igl
2008-05-11 15:03:06 +00:00
eb173de6a2Correct interrupt masking for etrax timers.
edgar_igl
2008-05-11 14:58:19 +00:00
44cd42ee40CRIS: Add support for the pseudo randomized set that the mmu provides with TLB refill faults. This makes linux guests use the four way TLB set associativty.
edgar_igl
2008-05-11 14:28:14 +00:00
868314358eAdd zero extension (pseudo-)ops.
pbrook
2008-05-11 12:22:01 +00:00
73e517236cCRIS: Concistent use of btarget and make it possible to single-step over delayslots.
edgar_igl
2008-05-09 08:14:05 +00:00
e83a86737fMake a safer guess for max generated ops per guest insn (spotted by Jan Kiszka).
edgar_igl
2008-05-09 05:55:18 +00:00
78556820a4CFI-0002 linux MTD compatibility. * Add an extended table area. * Clear buffer write timeouts to indicate that we dont support it. * Correct device size.
edgar_igl
2008-05-08 21:02:43 +00:00
dceaf39458CRIS: More TCG conversion. * Convert moves to/from support function regs (including TLB updates) to TCG. * SCC no longer requires T0 to strictly be 0 or 1, relaxed to 0 or non-zero. * Convert the the condition code evaluation to TCG. * Convert rfe into a helper and TCG. * Convert evaluate_bcc and setf to TCG. * Convert clrf to TCG. * Convert CRIS exception raising to TCG. * Convert btst to TCG.
edgar_igl
2008-05-07 15:24:53 +00:00
069de56277Add a file missing from the previous commit.
balrog
2008-05-07 14:41:37 +00:00