aboutsummaryrefslogtreecommitdiff
path: root/cpu-all.h
AgeCommit message (Expand)Author
2006-10-22ColdFire target.pbrook
2006-09-24added SMM supportbellard
2006-07-30Rewrite Arm host support.pbrook
2006-07-18Sparc64 host support (Blue Swirl)bellard
2006-07-13export cpu_get_real_ticks()bellard
2006-06-25low level support for memory mapped flash devices (initial patch by Jocelyn M...bellard
2006-04-27sh4 target (Samuel Tardieu)bellard
2006-04-23added cpu_physical_memory_write_rom()bellard
2006-03-25Avoid accessing guest memory directly in usermode emulation.pbrook
2006-02-08support for builtin profilerbellard
2005-12-05Initial SPARC SMP support (Blue Swirl)bellard
2005-11-26use TARGET_PAGE_SIZE (Paul Brook)bellard
2005-11-21fixed big endian host supportbellard
2005-11-19target independent memory access functionsbellard
2005-10-30more physical memory access functionsbellard
2005-08-21use ram_addr_tbellard
2005-07-02MIPS target (Jocelyn Mayer)bellard
2005-04-07ARM double ordering fix (Paul Brook)bellard
2005-03-13soft float supportbellard
2005-02-10dirty flag changesbellard
2005-02-07ARM FPU endianness fixbellard
2005-01-28physical memory access functionsbellard
2005-01-26JIT statisticsbellard
2005-01-0364 bit target supportbellard
2004-10-10faster Cirrus VGA VRAM accessbellard
2004-10-09monitor fixesbellard
2004-07-05Darwin patch (initial patch by Pierre d'Herbemont)bellard
2004-06-20added cpu_reset()bellard
2004-06-03support for opaque data on memory I/Osbellard
2004-05-21PowerPC merge: real time TB and decrementer - faster and simpler exception ha...bellard
2004-05-20PIC reset fix (initial patch by Hidemi KAWAI)bellard
2004-05-17added CPU_INTERRUPT_TIMERbellard
2004-05-12primitive ioport debug - /dev/rtc fast timer support (needed for better simul...bellard
2004-04-26amd64 port (Jocelyn Mayer)bellard
2004-04-25consistent use of target_ulong and target_phys_addr_tbellard
2004-04-25precise self modifying code supportbellard
2004-03-31moved gdbstub to qemu - new asynchronous gdbstubbellard
2004-03-21do not depend on thunk.h - more log itemsbellard
2004-02-25new physical memory access API (used by DMA accesses)bellard
2004-02-22faster big endian accesses on i386 - big endian ldsw_raw fixbellard
2004-02-16added CPU_INTERRUPT_EXITTB and code_copy_enabledbellard
2004-02-06added generic physical memory dirty bit supportbellard
2004-01-24virtual memory access for gdbstubbellard
2004-01-04changed cpu_x86_in/out to cpu_in/outbellard
2004-01-04export more memory definesbellard
2004-01-04float access fixesbellard
2003-11-23PowerPC target support (Jocelyn Mayer) - added better support for uid16bellard
2003-10-28fixed big endian opsbellard
2003-10-27full softmmu supportbellard
2003-10-05log activation from gdb - gdb single step support for x86 - stop timer when c...bellard