summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bogus fopen mode.pbrook2007-07-011-1/+1
* Allow changing log filename.pbrook2007-06-301-1/+12
* Fix writes to pages containing watchpoints for the RAM not at 0x0 cases.balrog2007-06-261-6/+6
* Flush the debug log when qemu Aborts (patch by Herve Poussineau)balrog2007-06-101-0/+4
* Spelling fixes, by Stefan Weil.ths2007-06-031-1/+1
* Fix the bug introduced by subpage code preventing PC bootblueswir12007-05-301-3/+3
* Implement generic sub-page I/O based on earlier work by J. Mayer.blueswir12007-05-261-7/+224
* Use full 36-bit physical address space on SS10blueswir12007-05-191-0/+2
* Enable faults for unassigned memory accesses and unimplemented ASIsblueswir12007-05-171-6/+4Star
* Report unassigned memory access to CPU (not enabled yet)blueswir12007-05-061-0/+8
* cpu_get_phys_page_debug should return target_phys_addr_tj_mayer2007-04-071-2/+4
* Temporary hack for alpha user-mode emulation.j_mayer2007-04-051-0/+11
* Infrastructure to support more than 2 MMU modes.j_mayer2007-04-051-0/+38
* Add missing 64 bits memory accessors.j_mayer2007-04-041-1/+31
* Better ioport debugging output.ths2007-03-171-0/+2
* Watchpoint support (previous commit got eaten by Savannah server crash).pbrook2007-03-171-0/+142
* Fix CPU chaining in linux-user emulation, by Gwenole Beauchesne.ths2007-02-281-0/+12
* ram allocation functionsbellard2007-02-091-0/+19
* Add unassigned memory debugging code.pbrook2006-12-181-0/+7
* Speed up tlb_flush_page (Daniel Jacobowitz).pbrook2006-11-121-8/+7Star
* added cpu_get_physical_page_desc()bellard2006-09-241-0/+11
* fix for IO_MEM_ROMD supportbellard2006-07-041-3/+5
* support for dynamic address space changesbellard2006-06-261-0/+8
* low level support for memory mapped flash devices (initial patch by Jocelyn M...bellard2006-06-251-6/+11
* added cpu_physical_memory_write_rom()bellard2006-04-231-0/+39
* Fix DEBUG_TB_CHECK build failure (balrog).pbrook2006-04-161-6/+11
* Initialize physical memory space to IO_MEM_UNASSIGNED.pbrook2006-04-081-6/+9
* Fix typo in previous patch.pbrook2006-04-081-1/+1
* Fix breakpoint TLB invalidation.pbrook2006-04-081-3/+12
* Avoid accessing guest memory directly in usermode emulation.pbrook2006-03-251-21/+37
* optional support for kernel code virtualizationbellard2006-02-081-0/+15
* PAGE_EXEC support in TLBsbellard2005-11-281-53/+89
* fixed async signal support for tb_phys_invalidate()bellard2005-11-261-5/+12
* ARM system emulation (Paul Brook)bellard2005-11-261-2/+2
* SMP supportbellard2005-11-221-52/+52
* make the TB cache independent of MMU mappings (faster MMU context switches an...bellard2005-11-201-262/+37Star
* avoid using physical accesses in user emulationbellard2005-10-301-14/+0Star
* more physical memory access functionsbellard2005-10-301-0/+45
* commentsbellard2005-09-031-4/+4
* dirty ram page handling fixesbellard2005-08-211-18/+31
* merge self modifying code handling in dirty ram page mecanismbellard2005-08-211-120/+118Star
* allow more than 32 bit of physical memorybellard2005-07-241-19/+42
* 64 bit virtual addressing fixbellard2005-07-241-26/+96
* compatibility fix with kqemu-x86_64bellard2005-04-241-1/+1
* gdb support for user mode (Paul Brook)bellard2005-04-171-6/+6
* ia64 host support (David Mosberger)bellard2005-04-081-1/+1
* dirty flag changesbellard2005-02-101-13/+31
* physical memory access functionsbellard2005-01-281-0/+105
* ram dirty flag update fixbellard2005-01-281-1/+1
* JIT statisticsbellard2005-01-261-0/+55