summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-104/+104
* Fix bogus fopen mode.pbrook2007-07-011-1/+1
* Allow changing log filename.pbrook2007-06-301-1/+12
* Fix writes to pages containing watchpoints for the RAM not at 0x0 cases.balrog2007-06-261-6/+6
* Flush the debug log when qemu Aborts (patch by Herve Poussineau)balrog2007-06-101-0/+4
* Spelling fixes, by Stefan Weil.ths2007-06-031-1/+1
* Fix the bug introduced by subpage code preventing PC bootblueswir12007-05-301-3/+3
* Implement generic sub-page I/O based on earlier work by J. Mayer.blueswir12007-05-261-7/+224
OpenPOWER on IntegriCloud