summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* Prevent guest reusing host memory allocations.pbrook2008-06-091-2/+26
* Clean up MMIO TLB handling.pbrook2008-06-091-119/+113
* Remove dead and bitrotten "qemu-fast" code.pbrook2008-06-081-128/+10
* 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/+0
* 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/+2
* 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/+0
* 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-271-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/+20
* 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
* Allow op_opt for all targetsblueswir12008-03-141-2/+4
* use the TCG code generatorbellard2008-02-011-2/+44
* 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/+1
OpenPOWER on IntegriCloud