Merge branch 'master' of /home/nchip/public_html/qemu into garage-push
[qemu] / cpu-exec.c
2009-05-26 Edgar E. Iglesiasmicroblaze: linux-user support.
2009-04-25 Blue SwirlRecognize V9 stores and CAS accesses as writes
2009-04-24 aliguoriqemu: per-arch cpu_has_work (Marcelo Tosatti)
2009-04-19 blueswir1kqemu: merge CONFIG_KQEMU and USE_KQEMU
2009-04-10 blueswir1BSD user: add support for OpenBSD/amd64 host
2009-04-10 blueswir1BSD user: add support for OpenBSD/i386 host
2009-04-04 blueswir1Make i386-softmmu boot on Sparc host
2009-03-16 blueswir1Delete some unused macros detected with -Wp,-Wunused...
2009-03-06 aurel32Fix race condition on access to env->interrupt_request
2009-01-15 aliguoriglobal s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo...
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-14 aurel32Get rid of user_mode_only
2009-01-14 malcRemove all traces of __powerpc__
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-20 thsFix remaining compiler warnings for mips targets.
2008-12-19 pbrookWhen -icount is used and a TB is recompiled due to...
2008-12-13 aurel32target-i386: SVM: acknowledge interrupt only after...
2008-12-11 aurel32target-ppc: rework exception code
2008-12-05 blueswir1Attached patch make cpu-exec.c compile on NetBSD.
2008-11-25 aliguoriUse sys-queue.h for break/watchpoint managment (Jan...
2008-11-22 aurel32target-ppc: convert exceptions generation to TCG
2008-11-18 aliguoriAdd debug exception hook (Jan Kiszka)
2008-11-18 aliguoriIntroduce BP_WATCHPOINT_HIT flag (Jan Kiszka)
2008-11-18 aliguoriRefactor translation block CPU state handling (Jan...
2008-11-18 aliguoriConvert CPU_PC_FROM_TB to static inline (Jan Kiszka)
2008-11-17 pbrookTCG variable type checking.
2008-11-10 aliguoriKVM: simplify kvm_cpu_exec hook
2008-11-06 malcFix interrupt exclusion via SSTEP_NOIRQ
2008-11-06 aurel32Remove unused reg_T2 definition
2008-11-05 aliguoriAdd KVM support to QEMU
2008-11-04 malcAdd safety net against potential infinite loop
2008-10-26 blueswir1Preliminary BSD user emulator support
2008-10-07 edgar_iglCRIS: Fix brk 8 and add S-flag emulation.
2008-09-15 aurel32SH4: Privilege check for instructions
2008-07-17 blueswir1Support for address masking
2008-07-08 blueswir1Fix r4641 (invalid token "=<" in a preprocessor expression)
2008-07-03 thsConvert remaining __builtin_expect to likely/unlikely...
2008-06-30 thsSpelling fixes, spotted by Stuart Brady.
2008-06-29 pbrookAdd instruction counter.
2008-06-27 thsMore efficient target register / TC accesses.
2008-06-09 edgar_iglCRIS: Emulate NMIs.
2008-06-07 pbrookMultithreaded locking fixes.
2008-06-06 edgar_iglCRIS: Add the P flag to the tb dependent flags.
2008-06-04 bellardreworked SVM interrupt handling logic - fixed vmrun...
2008-06-02 balrogRestore ARM signal handler compilation on glibc < 2...
2008-05-29 blueswir1Remove unused (for now) reg_REGWPTR (original patch...
2008-05-28 bellardSVM rework
2008-05-27 bellardremoved unused code
2008-05-27 edgar_iglCRIS: Re-add the X flag to the tb flags, it allows...
2008-05-27 blueswir1Move non-op functions from op_helper.c to helper.c...
2008-05-19 blueswir1Fix Sparc32 compilation broken by r4484
2008-05-18 blueswir1Fix Sparc64 host signal handling
2008-05-17 blueswir1Improved workaround for the annoying glibc global regis...
2008-05-15 edgar_iglAlways process real timers regardless of singlestep...
2008-05-14 blueswir1Fix compilation on Sparc host, implement ld and st
2008-05-13 edgar_iglCRIS: Improve TLB management and handle delayslots...
2008-05-12 bellarduse new helper name
2008-05-12 bellardthe double/triple fault handling was not tested in...
2008-05-10 bellardinitial global prologue/epilogue implementation
2008-05-10 blueswir1Fix compiler warnings in common files
2008-05-09 edgar_iglDebugger single step without interrupts (Jason Wessel).
2008-05-07 edgar_iglCRIS: Remove X flag from tb flags.
2008-05-06 balrogFix signal handler compilation on __arm__.
2008-05-04 blueswir1Fix crash due to invalid env->current_tb (Adam Lackorzy...
2008-05-03 edgar_iglCRIS: Reduce the number of tb dependent flags.
2008-05-02 edgar_iglCRIS updates:
2008-04-13 aurel32x86: Introduce CPU_INTERRUPT_NMI
2008-04-12 aurel32HPPA (PA-RISC) host support
2008-04-11 aurel32Fix compiler warnings
2008-03-14 edgar_igl* Add a model of the ETRAX interrupt controller.
2008-02-01 bellardreverted -translation option support
2008-02-01 bellarduse the TCG code generator
2008-01-23 thsAdd option to disable TB cache, by Herve Poussineau.
2007-12-11 blueswir1 Partial fix to Sparc32 Linux host global register...
2007-12-11 blueswir1 Fix code generation buffer overflow reported by TeLeMan
2007-12-02 thsSH4: system emulator interrupt update, by Magnus Damm.
2007-12-02 thsSH4 delay slot code update, by Magnus Damm.
2007-11-23 pbrookFix TB chaining for exceptions.
2007-11-11 bellardconsistent types for cpu_x86_fsave and cpu_x86_frstor
2007-11-11 bellardremoved warning
2007-11-11 pbrookARMv7 support.
2007-11-08 bellardremoved obsolete x86 code copy support
2007-11-07 blueswir1 CPU specific boot mode (Robert Reif)
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-27 thsSVM VINTR fix, by Alexander Graf.
2007-09-24 blueswir1 CPU boot mode
2007-09-23 thsSVM Support, by Alexander Graf.
2007-09-20 j_mayerExtend TB flags to 64 bits (Alexander Graf).
2007-09-19 j_mayerImprove PowerPC target implementation, using computed...
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-09-06 thsPartial support for 34K multithreading, not functional...
2007-08-04 blueswir1 Fix Sparc32 interrupt handling
2007-06-03 thsAdd comment.
2007-06-03 thsSome more regs_to_env/envs_to_regs cleanup.
2007-06-03 thsClean up of some target specifics in exec.c/cpu-exec.c.
2007-05-29 pbrookColdFire EMAC support.
2007-05-23 pbrookm68k/ColdFire system emulation.
2007-05-12 thsUpdate debug output.
next