aboutsummaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)Author
2008-10-02Make CPULogItem tables constblueswir1
2008-10-02Add missing parenthesis in qemu_ram_alloc()ths
2008-09-27Allocate code gen buffer properly on FreeBSDaliguori
2008-09-2464 bit truncation in code_gen_buffer_size calculation (Jes Sorensen)aliguori
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir1
2008-09-15Make page_find() return 0 for too-large addresses (Eduardo Habkost)aliguori
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir1
2008-09-06Fix most warnings that would be caused by gcc flag -Wundefblueswir1
2008-08-29Fix a nit in exec.c, by Tristan Gingold.ths
2008-08-17Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir1
2008-07-26Map code buffers below 2G on Sparc64blueswir1
2008-07-10Link ARM prologue closer to code segment to avoid a build failureblueswir1
2008-07-09Avoid decremented overflow.pbrook
2008-07-01Fix typo.pbrook
2008-07-01Move interrupt_request and user_mode_only to common cpu state.pbrook
2008-06-30Spelling fixes, spotted by Stuart Brady.ths
2008-06-30Move CPU save/load registration to common code.pbrook
2008-06-29Add instruction counter.pbrook
2008-06-09Use qemu_mallocz.pbrook
2008-06-09Prevent guest reusing host memory allocations.pbrook
2008-06-09Clean up MMIO TLB handling.pbrook
2008-06-08Remove dead and bitrotten "qemu-fast" code.pbrook
2008-06-07Multithreaded locking fixes.pbrook
2008-06-02Multithreaded locking for mmap().pbrook
2008-05-31Mark host brk() area as reserved.pbrook
2008-05-30kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit hostbellard
2008-05-29Fix rounding error.pbrook
2008-05-29keep static code gen buffer for user mode - mark user mode reserved pages aft...bellard
2008-05-28variable dynamic translation buffer sizebellard
2008-05-24Dont try to keep the tlb and the jmp cache synchronized.edgar_igl
2008-05-24Dynamically allocate tbs. Avoids branch range problems on RISC hosts.pbrook
2008-05-23removed warningbellard
2008-05-23TCG profiler clean upbellard
2008-05-17Add support for the 'k' (kill) and 'D' (detach) packets (Jason Wessel).edgar_igl
2008-05-15cpu_abort() is really an abortbellard
2008-05-10initial global prologue/epilogue implementationbellard
2008-05-06Make sure we flush cached blocks from the tb-jmp-cache when we replace valid ...edgar_igl
2008-05-03Do not attempt to set page flags for pages outside target address spaceblueswir1
2008-04-28Fix a typo introduced in revision 4272aurel32
2008-04-27Fix a typo in cpu_physical_memory_rw()aurel32
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel32
2008-04-24RAM usage information in machine definition.balrog
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel32
2008-04-22Use correct types to enable > 2G support, based on a patch fromaurel32
2008-04-11Remove osdep.c/qemu-img code duplicationaurel32
2008-03-31TCG op size estimation fix.pbrook
2008-03-28Use spinlock_t for interrupt_lock, lock support for HPPA (Stuart Brady)aurel32
2008-03-14 Allow op_opt for all targetsblueswir1
2008-02-01use the TCG code generatorbellard
2008-01-02 Fix dynamically changed memory callbacks and passed opaque parameterblueswir1