summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add dirty tracking for live migrationaliguori2008-10-061-2/+25
* Variable logfilename is not used outside exec.cblueswir12008-10-051-1/+1
* Add some missing static qualifiersblueswir12008-10-041-7/+7
* Make CPULogItem tables constblueswir12008-10-021-2/+2
* Add missing parenthesis in qemu_ram_alloc()ths2008-10-021-1/+1
* Allocate code gen buffer properly on FreeBSDaliguori2008-09-271-0/+22
* 64 bit truncation in code_gen_buffer_size calculation (Jes Sorensen)aliguori2008-09-241-1/+1
* Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir12008-09-201-1/+1
* Make page_find() return 0 for too-large addresses (Eduardo Habkost)aliguori2008-09-151-6/+16
* Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir12008-09-141-1/+1
* Fix most warnings that would be caused by gcc flag -Wundefblueswir12008-09-061-2/+2
* Fix a nit in exec.c, by Tristan Gingold.ths2008-08-291-1/+1
* Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir12008-08-171-1/+1
* Map code buffers below 2G on Sparc64blueswir12008-07-261-6/+14
* Link ARM prologue closer to code segment to avoid a build failureblueswir12008-07-101-1/+13
* Avoid decremented overflow.pbrook2008-07-091-1/+1
* Fix typo.pbrook2008-07-011-1/+1
* Move interrupt_request and user_mode_only to common cpu state.pbrook2008-07-011-0/+29
* Spelling fixes, spotted by Stuart Brady.ths2008-06-301-6/+6
* Move CPU save/load registration to common code.pbrook2008-06-301-0/+5
* Add instruction counter.pbrook2008-06-291-29/+118
* Use qemu_mallocz.pbrook2008-06-091-2/+1Star
* Prevent guest reusing host memory allocations.pbrook2008-06-091-2/+26
* Clean up MMIO TLB handling.pbrook2008-06-091-119/+113Star
* Remove dead and bitrotten "qemu-fast" code.pbrook2008-06-081-128/+10Star
* Multithreaded locking fixes.pbrook2008-06-071-2/+11
* Multithreaded locking for mmap().pbrook2008-06-021-1/+19
* Mark host brk() area as reserved.pbrook2008-05-311-0/+1
* kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit hostbellard2008-05-301-0/+7
* Fix rounding error.pbrook2008-05-291-1/+1
* keep static code gen buffer for user mode - mark user mode reserved pages aft...bellard2008-05-291-5/+29
* variable dynamic translation buffer sizebellard2008-05-281-18/+68
* Dont try to keep the tlb and the jmp cache synchronized.edgar_igl2008-05-241-3/+0Star
* Dynamically allocate tbs. Avoids branch range problems on RISC hosts.pbrook2008-05-241-1/+2
* removed warningbellard2008-05-231-2/+2
* TCG profiler clean upbellard2008-05-231-39/+2Star
* Add support for the 'k' (kill) and 'D' (detach) packets (Jason Wessel).edgar_igl2008-05-171-0/+21
* cpu_abort() is really an abortbellard2008-05-151-5/+0Star
* initial global prologue/epilogue implementationbellard2008-05-101-16/+28
* Make sure we flush cached blocks from the tb-jmp-cache when we replace valid ...edgar_igl2008-05-061-8/+20
* Do not attempt to set page flags for pages outside target address spaceblueswir12008-05-031-0/+4
* Fix a typo introduced in revision 4272aurel322008-04-281-1/+1
* Fix a typo in cpu_physical_memory_rw()aurel322008-04-281-6/+6
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-271-22/+26
* RAM usage information in machine definition.balrog2008-04-241-1/+1
* Revert "Use correct types to enable > 2G support" (r4238), it isaurel322008-04-221-31/+20Star
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-221-20/+31
* Remove osdep.c/qemu-img code duplicationaurel322008-04-111-0/+1
* TCG op size estimation fix.pbrook2008-03-311-0/+3
* Use spinlock_t for interrupt_lock, lock support for HPPA (Stuart Brady)aurel322008-03-281-2/+2