aboutsummaryrefslogtreecommitdiff
path: root/cpu-all.h
AgeCommit message (Expand)Author
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
2003-09-30sparc emulation target (thanx to Thomas M. Ogrisegg)bellard
2003-08-10soft mmu support - Memory I/O API - synthetize string instructionsbellard
2003-07-29first part of single stepping supportbellard
2003-07-26gdb stub breakpoints supportbellard
2003-07-07updatebellard
2003-06-30reduced irq latencybellard
2003-06-27gdb stub definesbellard
2003-06-25arm fixesbellard
2003-06-21added cpu_abort()bellard
2003-06-15factorized cpu definesbellard