]> git.ipfire.org Git - thirdparty/qemu.git/history - cpu-defs.h
Sparc32: fix SDL zooming with TCX
[thirdparty/qemu.git] / cpu-defs.h
2009-06-04  Nathan Froydfix gdbstub support for multiple threads in usermode, v3
2009-05-19  Paul BrookHardware convenience library
2009-04-24  aliguoriqemu: introduce iothread (Marcelo Tosatti)
2009-04-21  aliguoriadded -numa cmdline parameter parser (Andre Przywara)
2009-03-07  pbrookThe _exit syscall is used for both thread termination...
2009-03-06  aurel32Fix race condition on access to env->interrupt_request
2009-01-14  aurel32Get rid of user_mode_only
2009-01-04  aurel32Update FSF address in GPL/LGPL boilerplate
2008-11-29  pbrookFix comment typo.
2008-11-25  aliguoriUse sys-queue.h for break/watchpoint managment (Jan...
2008-11-18  aliguoriRefactor and enhance break/watchpoint API (Jan Kiszka)
2008-11-05  aliguoriAdd KVM support to QEMU
2008-10-11  pbrookAdd GDB XML register description support.
2008-07-01  pbrookMove interrupt_request and user_mode_only to common...
2008-06-29  pbrookAdd instruction counter.
2008-06-09  pbrookClean up MMIO TLB handling.
2008-06-07  pbrookMultithreaded locking fixes.
2008-05-29  bellardPush common interrupt variables to cpu-defs.h (Glauber...
2008-05-28  bellardmoved halted field to CPU_COMMON
2008-04-27  aurel32Use correct types to enable > 2G support, based on...
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-08  blueswir1Use a common constant for temp_buf size
2008-02-01  bellarduse the TCG code generator
2008-01-31  bellarduse simpler REGPARM convention - make CPUTLBEntry size...
2007-12-09  thsHandle cpu_model in copy_cpu(), by Kirill A. Shutemov.
2007-11-17  pbrookBreak up vl.h.
2007-10-28  thsImplement missing MIPS supervisor mode bits.
2007-10-14  j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-09-19  j_mayerTARGET_FMT_lu may also be useful.
2007-09-16  thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-06-26  balrogFix writes to pages containing watchpoints for the...
2007-04-14  j_mayerAdd TARGET_FMT_plx to properly display target_phys_addr...
2007-04-05  j_mayerInfrastructure to support more than 2 MMU modes.
2007-04-04  j_mayerTARGET_FMT_ld may also be useful for debugging purposes.
2007-03-16  pbrookWatchpoint support (previous commit got eaten by Savann...
2006-11-12  pbrookSpeed up tlb_flush_page (Daniel Jacobowitz).
2006-06-25  bellardC99 64 bit printf
2005-11-28  bellardPAGE_EXEC support in TLBs
2005-11-23  bellardbetter halted state support
2005-11-21  bellardSMP support
2005-11-20  bellardadded CPU_COMMON and CPUState.tb_jmp_cache[]
2005-08-21  bellardram_addr_t type for ram offsets
2005-07-02  bellardsimplified PowerPC exception handling (Jocelyn Mayer)
2005-06-05  bellardadded HOST_LONG_BITS in configure
2005-01-03  bellard64 bit target support
2004-04-26  bellardamd64 port (Jocelyn Mayer)
2004-04-25  bellardadded target_phys_addr_t
2004-03-21  bellarddo not depend on thunk.h - more log items
2004-02-16  bellarduse osdep.h
2004-01-24  bellardcorrect target_ulong definition
2003-10-27  bellardcomments
2003-08-10  bellardsoft mmu support