Fix typo.
[qemu] / exec.c
2008-07-01 pbrookFix typo.
2008-07-01 pbrookMove interrupt_request and user_mode_only to common...
2008-06-30 thsSpelling fixes, spotted by Stuart Brady.
2008-06-30 pbrookMove CPU save/load registration to common code.
2008-06-29 pbrookAdd instruction counter.
2008-06-09 pbrookUse qemu_mallocz.
2008-06-09 pbrookPrevent guest reusing host memory allocations.
2008-06-09 pbrookClean up MMIO TLB handling.
2008-06-08 pbrookRemove dead and bitrotten "qemu-fast" code.
2008-06-07 pbrookMultithreaded locking fixes.
2008-06-02 pbrookMultithreaded locking for mmap().
2008-05-31 pbrookMark host brk() area as reserved.
2008-05-30 bellardkqemu API change - allow use of kqemu with 32 bit QEMU...
2008-05-29 pbrookFix rounding error.
2008-05-29 bellardkeep static code gen buffer for user mode - mark user...
2008-05-28 bellardvariable dynamic translation buffer size
2008-05-24 edgar_iglDont try to keep the tlb and the jmp cache synchronized.
2008-05-24 pbrookDynamically allocate tbs. Avoids branch range problems...
2008-05-23 bellardremoved warning
2008-05-23 bellardTCG profiler clean up
2008-05-17 edgar_iglAdd support for the 'k' (kill) and 'D' (detach) packets...
2008-05-15 bellardcpu_abort() is really an abort
2008-05-10 bellardinitial global prologue/epilogue implementation
2008-05-06 edgar_iglMake sure we flush cached blocks from the tb-jmp-cache...
2008-05-03 blueswir1Do not attempt to set page flags for pages outside...
2008-04-28 aurel32Fix a typo introduced in revision 4272
2008-04-27 aurel32Fix a typo in cpu_physical_memory_rw()
2008-04-27 aurel32Use correct types to enable > 2G support, based on...
2008-04-24 balrogRAM usage information in machine definition.
2008-04-22 aurel32Revert "Use correct types to enable > 2G support" ...
2008-04-22 aurel32Use correct types to enable > 2G support, based on...
2008-04-11 aurel32Remove osdep.c/qemu-img code duplication
2008-03-31 pbrookTCG op size estimation fix.
2008-03-28 aurel32Use spinlock_t for interrupt_lock, lock support for...
2008-03-14 blueswir1 Allow op_opt for all targets
2008-02-01 bellarduse the TCG code generator
2008-01-02 blueswir1 Fix dynamically changed memory callbacks and passed...
2008-01-01 blueswir1 Support for registering address space only for some...
2007-12-17 thsUse WIN32_LEAN_AND_MEAN, by Stefan Weil.
2007-12-12 balrogMark host pages as reserved (Magnus Damm).
2007-12-11 blueswir1 Fix code generation buffer overflow reported by TeLeMan
2007-12-09 thsHandle cpu_model in copy_cpu(), by Kirill A. Shutemov.
2007-11-23 pbrookFix va_list reuse in cpu_abort.
2007-11-14 bellardsuppressed page_unprotect_range() - fixed access_ok()
2007-11-11 bellardLinux user memory access API change (initial patch...
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-11-08 bellardremoved obsolete x86 code copy support
2007-11-04 blueswir1 Fix debug statements
2007-11-02 thsEFAULT - verify pages are in cache and are read/write...
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-10-08 thsCRIS support in toplevel, by Edgar E. Iglesias.
2007-09-29 j_mayermake cpu_abort dump cpu state in logfile, which is...
2007-09-23 thsSVM Support, by Alexander Graf.
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-07-01 pbrookFix bogus fopen mode.
2007-06-30 pbrookAllow changing log filename.
2007-06-26 balrogFix writes to pages containing watchpoints for the...
2007-06-10 balrogFlush the debug log when qemu Aborts (patch by Herve...
2007-06-03 thsSpelling fixes, by Stefan Weil.
2007-05-30 blueswir1Fix the bug introduced by subpage code preventing PC...
2007-05-26 blueswir1Implement generic sub-page I/O based on earlier work...
2007-05-19 blueswir1Use full 36-bit physical address space on SS10
2007-05-17 blueswir1Enable faults for unassigned memory accesses and unimpl...
2007-05-06 blueswir1Report unassigned memory access to CPU (not enabled...
2007-04-07 j_mayercpu_get_phys_page_debug should return target_phys_addr_t
2007-04-05 j_mayerTemporary hack for alpha user-mode emulation.
2007-04-05 j_mayerInfrastructure to support more than 2 MMU modes.
2007-04-04 j_mayerAdd missing 64 bits memory accessors.
2007-03-17 thsBetter ioport debugging output.
2007-03-16 pbrookWatchpoint support (previous commit got eaten by Savann...
2007-02-28 thsFix CPU chaining in linux-user emulation, by Gwenole...
2007-02-08 bellardram allocation functions
2006-12-18 pbrookAdd unassigned memory debugging code.
2006-11-12 pbrookSpeed up tlb_flush_page (Daniel Jacobowitz).
2006-09-24 bellardadded cpu_get_physical_page_desc()
2006-07-04 bellardfix for IO_MEM_ROMD support
2006-06-25 bellardsupport for dynamic address space changes
2006-06-25 bellardlow level support for memory mapped flash devices ...
2006-04-23 bellardadded cpu_physical_memory_write_rom()
2006-04-16 pbrookFix DEBUG_TB_CHECK build failure (balrog).
2006-04-08 pbrookInitialize physical memory space to IO_MEM_UNASSIGNED.
2006-04-08 pbrookFix typo in previous patch.
2006-04-08 pbrookFix breakpoint TLB invalidation.
2006-03-25 pbrookAvoid accessing guest memory directly in usermode emula...
2006-02-08 bellardoptional support for kernel code virtualization
2005-11-28 bellardPAGE_EXEC support in TLBs
2005-11-26 bellardfixed async signal support for tb_phys_invalidate()
2005-11-26 bellardARM system emulation (Paul Brook)
2005-11-21 bellardSMP support
2005-11-20 bellardmake the TB cache independent of MMU mappings (faster...
2005-10-30 bellardavoid using physical accesses in user emulation
2005-10-30 bellardmore physical memory access functions
2005-09-03 bellardcomments
2005-08-21 bellarddirty ram page handling fixes
2005-08-21 bellardmerge self modifying code handling in dirty ram page...
2005-07-24 bellardallow more than 32 bit of physical memory
2005-07-24 bellard64 bit virtual addressing fix
2005-04-24 bellardcompatibility fix with kqemu-x86_64
2005-04-17 bellardgdb support for user mode (Paul Brook)
next