summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix va_list reuse in cpu_abort.pbrook2007-11-231-1/+4
* suppressed page_unprotect_range() - fixed access_ok()bellard2007-11-141-18/+12
* 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/+0
* 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
OpenPOWER on IntegriCloud