aboutsummaryrefslogtreecommitdiffstats
path: root/exec.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir11-1/+1
2008-09-15Make page_find() return 0 for too-large addresses (Eduardo Habkost)aliguori1-6/+16
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir11-1/+1
2008-09-06Fix most warnings that would be caused by gcc flag -Wundefblueswir11-2/+2
2008-08-29Fix a nit in exec.c, by Tristan Gingold.ths1-1/+1
2008-08-17Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir11-1/+1
2008-07-26Map code buffers below 2G on Sparc64blueswir11-6/+14
2008-07-10Link ARM prologue closer to code segment to avoid a build failureblueswir11-1/+13
2008-07-09Avoid decremented overflow.pbrook1-1/+1
2008-07-01Fix typo.pbrook1-1/+1
2008-07-01Move interrupt_request and user_mode_only to common cpu state.pbrook1-0/+29
2008-06-30Spelling fixes, spotted by Stuart Brady.ths1-6/+6
2008-06-30Move CPU save/load registration to common code.pbrook1-0/+5
2008-06-29Add instruction counter.pbrook1-29/+118
2008-06-09Use qemu_mallocz.pbrook1-2/+1
2008-06-09Prevent guest reusing host memory allocations.pbrook1-2/+26
2008-06-09Clean up MMIO TLB handling.pbrook1-119/+113
2008-06-08Remove dead and bitrotten "qemu-fast" code.pbrook1-128/+10
2008-06-07Multithreaded locking fixes.pbrook1-2/+11
2008-06-02Multithreaded locking for mmap().pbrook1-1/+19
2008-05-31Mark host brk() area as reserved.pbrook1-0/+1
2008-05-30kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit hostbellard1-0/+7
2008-05-29Fix rounding error.pbrook1-1/+1
2008-05-29keep static code gen buffer for user mode - mark user mode reserved pages aft...bellard1-5/+29
2008-05-28variable dynamic translation buffer sizebellard1-18/+68
2008-05-24Dont try to keep the tlb and the jmp cache synchronized.edgar_igl1-3/+0
2008-05-24Dynamically allocate tbs. Avoids branch range problems on RISC hosts.pbrook1-1/+2
2008-05-23removed warningbellard1-2/+2
2008-05-23TCG profiler clean upbellard1-39/+2
2008-05-17Add support for the 'k' (kill) and 'D' (detach) packets (Jason Wessel).edgar_igl1-0/+21
2008-05-15cpu_abort() is really an abortbellard1-5/+0
2008-05-10initial global prologue/epilogue implementationbellard1-16/+28
2008-05-06Make sure we flush cached blocks from the tb-jmp-cache when we replace valid ...edgar_igl1-8/+20
2008-05-03Do not attempt to set page flags for pages outside target address spaceblueswir11-0/+4
2008-04-28Fix a typo introduced in revision 4272aurel321-1/+1
2008-04-27Fix a typo in cpu_physical_memory_rw()aurel321-6/+6
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel321-22/+26
2008-04-24RAM usage information in machine definition.balrog1-1/+1
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel321-31/+20
2008-04-22Use correct types to enable > 2G support, based on a patch fromaurel321-20/+31
2008-04-11Remove osdep.c/qemu-img code duplicationaurel321-0/+1
2008-03-31TCG op size estimation fix.pbrook1-0/+3
2008-03-28Use spinlock_t for interrupt_lock, lock support for HPPA (Stuart Brady)aurel321-2/+2
2008-03-14 Allow op_opt for all targetsblueswir11-2/+4
2008-02-01use the TCG code generatorbellard1-2/+44
2008-01-02 Fix dynamically changed memory callbacks and passed opaque parameterblueswir11-11/+16
2008-01-01 Support for registering address space only for some access widthsblueswir11-18/+21
2007-12-17Use WIN32_LEAN_AND_MEAN, by Stefan Weil.ths1-0/+1
2007-12-12Mark host pages as reserved (Magnus Damm).balrog1-0/+21
2007-12-11 Fix code generation buffer overflow reported by TeLeManblueswir11-2/+2