aboutsummaryrefslogtreecommitdiffstats
path: root/cpu-all.h
AgeCommit message (Expand)AuthorFilesLines
2007-06-03Move target-specific defines to the target directories.ths1-71/+0
2007-05-26Implement generic sub-page I/O based on earlier work by J. Mayer.blueswir11-0/+1
2007-05-08Spelling fixes, by Stefan Weil.ths1-2/+2
2007-05-05Some bits of Linux/MIPS host support, still segfaulty.ths1-1/+22
2007-05-01Implement power state changes (IDLE and SLEEP) for PXA.balrog1-1/+2
2007-04-16Sparc host update (Ben Taylor, Martin Bochnig)blueswir11-1/+1
2007-04-07cpu_get_phys_page_debug should return target_phys_addr_tj_mayer1-1/+1
2007-04-05Integrate Alpha target in Qemu core.j_mayer1-0/+7
2007-04-04Add missing 64 bits memory accessors.j_mayer1-0/+3
2007-03-16Watchpoint support (previous commit got eaten by Savannah server crash).pbrook1-0/+3
2007-03-07Great PowerPC emulation code resynchronisation and improvments:j_mayer1-0/+3
2007-02-28Fix CPU chaining in linux-user emulation, by Gwenole Beauchesne.ths1-0/+2
2007-02-08ram allocation functionsbellard1-0/+2
2006-10-22ColdFire target.pbrook1-0/+7
2006-09-24added SMM supportbellard1-0/+2
2006-07-30Rewrite Arm host support.pbrook1-0/+9
2006-07-18Sparc64 host support (Blue Swirl)bellard1-1/+1
2006-07-13export cpu_get_real_ticks()bellard1-3/+95
2006-06-25low level support for memory mapped flash devices (initial patch by Jocelyn M...bellard1-0/+4
2006-04-27sh4 target (Samuel Tardieu)bellard1-0/+7
2006-04-23added cpu_physical_memory_write_rom()bellard1-0/+2
2006-03-25Avoid accessing guest memory directly in usermode emulation.pbrook1-17/+37
2006-02-08support for builtin profilerbellard1-0/+20
2005-12-05Initial SPARC SMP support (Blue Swirl)bellard1-0/+1
2005-11-26use TARGET_PAGE_SIZE (Paul Brook)bellard1-1/+3
2005-11-21fixed big endian host supportbellard1-4/+5
2005-11-19target independent memory access functionsbellard1-51/+139
2005-10-30more physical memory access functionsbellard1-0/+6
2005-08-21use ram_addr_tbellard1-6/+7
2005-07-02MIPS target (Jocelyn Mayer)bellard1-0/+7
2005-04-07ARM double ordering fix (Paul Brook)bellard1-1/+2
2005-03-13soft float supportbellard1-21/+21
2005-02-10dirty flag changesbellard1-3/+14
2005-02-07ARM FPU endianness fixbellard1-4/+5
2005-01-28physical memory access functionsbellard1-0/+3
2005-01-26JIT statisticsbellard1-0/+3
2005-01-0364 bit target supportbellard1-56/+74
2004-10-10faster Cirrus VGA VRAM accessbellard1-0/+2
2004-10-09monitor fixesbellard1-4/+4
2004-07-05Darwin patch (initial patch by Pierre d'Herbemont)bellard1-5/+5
2004-06-20added cpu_reset()bellard1-0/+1
2004-06-03support for opaque data on memory I/Osbellard1-3/+4
2004-05-21PowerPC merge: real time TB and decrementer - faster and simpler exception ha...bellard1-2/+3
2004-05-20PIC reset fix (initial patch by Hidemi KAWAI)bellard1-4/+1
2004-05-17added CPU_INTERRUPT_TIMERbellard1-0/+1
2004-05-12primitive ioport debug - /dev/rtc fast timer support (needed for better simul...bellard1-0/+1
2004-04-26amd64 port (Jocelyn Mayer)bellard1-2/+2
2004-04-25consistent use of target_ulong and target_phys_addr_tbellard1-11/+12
2004-04-25precise self modifying code supportbellard1-2/+1
2004-03-31moved gdbstub to qemu - new asynchronous gdbstubbellard1-7/+0