summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* Fix dynamically changed memory callbacks and passed opaque parameterblueswir12008-01-021-11/+16
* Support for registering address space only for some access widthsblueswir12008-01-011-18/+21
* Use WIN32_LEAN_AND_MEAN, by Stefan Weil.ths2007-12-171-0/+1
* Mark host pages as reserved (Magnus Damm).balrog2007-12-121-0/+21
* Fix code generation buffer overflow reported by TeLeManblueswir12007-12-111-2/+2
* Handle cpu_model in copy_cpu(), by Kirill A. Shutemov.ths2007-12-091-6/+1Star
* Fix va_list reuse in cpu_abort.pbrook2007-11-231-1/+4
* suppressed page_unprotect_range() - fixed access_ok()bellard2007-11-141-18/+12Star
* Linux user memory access API change (initial patch by Thayne Harbaugh)bellard2007-11-111-2/+8
* added cpu_model parameter to cpu_init()bellard2007-11-101-0/+5
* removed obsolete x86 code copy supportbellard2007-11-081-5/+0Star
* Fix debug statementsblueswir12007-11-041-7/+7
* EFAULT - verify pages are in cache and are read/write, by Thayne Harbaugh.ths2007-11-021-0/+27
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-141-5/+5
* CRIS support in toplevel, by Edgar E. Iglesias.ths2007-10-081-0/+4
* make cpu_abort dump cpu state in logfile, which is useful for debugging.j_mayer2007-09-291-1/+9
* SVM Support, by Alexander Graf.ths2007-09-231-0/+5
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-28/+28
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-104/+104
* 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