- 72d239e Get rid of user_mode_only by aurel32 · 16 years ago
- e58ffeb Remove all traces of __powerpc__ by malc · 16 years ago
- fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
- f9480ff Fix remaining compiler warnings for mips targets. by ths · 16 years ago
- 9a3ea65 When -icount is used and a TB is recompiled due to an IO access by pbrook · 16 years ago
- d40c54d target-i386: SVM: acknowledge interrupt only after it is taken by aurel32 · 16 years ago
- e06fcd7 target-ppc: rework exception code by aurel32 · 16 years ago
- b3efe5c Attached patch make cpu-exec.c compile on NetBSD. by blueswir1 · 16 years ago
- c0ce998 Use sys-queue.h for break/watchpoint managment (Jan Kiszka) by aliguori · 16 years ago
- 64adab3 target-ppc: convert exceptions generation to TCG by aurel32 · 16 years ago
- dde2367 Add debug exception hook (Jan Kiszka) by aliguori · 16 years ago
- 6e140f2 Introduce BP_WATCHPOINT_HIT flag (Jan Kiszka) by aliguori · 16 years ago
- 6b91754 Refactor translation block CPU state handling (Jan Kiszka) by aliguori · 16 years ago
- 622ed36 Convert CPU_PC_FROM_TB to static inline (Jan Kiszka) by aliguori · 16 years ago
- a7812ae TCG variable type checking. by pbrook · 16 years ago
- becfc39 KVM: simplify kvm_cpu_exec hook by aliguori · 16 years ago
- e1638bd Fix interrupt exclusion via SSTEP_NOIRQ by malc · 16 years ago
- afec112 Remove unused reg_T2 definition by aurel32 · 16 years ago
- 7ba1e61 Add KVM support to QEMU by aliguori · 16 years ago
- 55e8b85 Add safety net against potential infinite loop by malc · 16 years ago
- 8477850 Preliminary BSD user emulator support by blueswir1 · 16 years ago
- a1aebcb CRIS: Fix brk 8 and add S-flag emulation. by edgar_igl · 16 years ago
- fe25591 SH4: Privilege check for instructions by aurel32 · 16 years ago
- 2cade6a Support for address masking by blueswir1 · 17 years ago
- 48bbf11 Fix r4641 (invalid token "=<" in a preprocessor expression) by blueswir1 · 17 years ago
- 551bd27 Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka. by ths · 17 years ago
- bf20dc0 Spelling fixes, spotted by Stuart Brady. by ths · 17 years ago
- 2e70f6e Add instruction counter. by pbrook · 17 years ago
- b5dc773 More efficient target register / TC accesses. by ths · 17 years ago
- 1b1a38b CRIS: Emulate NMIs. by edgar_igl · 17 years ago
- d597536 Multithreaded locking fixes. by pbrook · 17 years ago
- 7e15e60 CRIS: Add the P flag to the tb dependent flags. by edgar_igl · 17 years ago
- db620f4 reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworked cr8 handling - added CPUState.hflags2 by bellard · 17 years ago
- 5c49b36 Restore ARM signal handler compilation on glibc < 2.5 (Blue Swirl). by balrog · 17 years ago
- 75d0187 Remove unused (for now) reg_REGWPTR (original patch by Glauber Costa) by blueswir1 · 17 years ago
- 872929a SVM rework by bellard · 17 years ago
- 0ac087f removed unused code by bellard · 17 years ago
- 3878e2c CRIS: Re-add the X flag to the tb flags, it allows for better code generation and is practially always cleared. by edgar_igl · 17 years ago
- f2bc7e7 Move non-op functions from op_helper.c to helper.c and vice versa. by blueswir1 · 17 years ago
- 6b4c11c Fix Sparc32 compilation broken by r4484 by blueswir1 · 17 years ago
- c9e1e2b Fix Sparc64 host signal handling by blueswir1 · 17 years ago
- 572a9d4 Improved workaround for the annoying glibc global register mangling bug by blueswir1 · 17 years ago
- 21b2081 Always process real timers regardless of singlestep mode (Jason Wessel). by edgar_igl · 17 years ago
- 7d55170 Fix compilation on Sparc host, implement ld and st by blueswir1 · 17 years ago
- cf1d97f CRIS: Improve TLB management and handle delayslots at page boundaries. by edgar_igl · 17 years ago
- 5d97559 use new helper name by bellard · 17 years ago
- eba0162 the double/triple fault handling was not tested in user mode. by bellard · 17 years ago
- 7cb69ca initial global prologue/epilogue implementation by bellard · 17 years ago
- 4d7a088 Fix compiler warnings in common files by blueswir1 · 17 years ago
- 60897d3 Debugger single step without interrupts (Jason Wessel). by edgar_igl · 17 years ago
- 17a594d CRIS: Remove X flag from tb flags. by edgar_igl · 17 years ago
- 4eee57f Fix signal handler compilation on __arm__. by balrog · 17 years ago
- b5fc09a Fix crash due to invalid env->current_tb (Adam Lackorzynski, Paul Brook, me) by blueswir1 · 17 years ago
- 5d1d98e CRIS: Reduce the number of tb dependent flags. by edgar_igl · 17 years ago
- b41f7df CRIS updates: by edgar_igl · 17 years ago
- 474ea84 x86: Introduce CPU_INTERRUPT_NMI by aurel32 · 17 years ago
- f54b3f9 HPPA (PA-RISC) host support by aurel32 · 17 years ago
- 968c74d Fix compiler warnings by aurel32 · 17 years ago
- e62b5b1 * Add a model of the ETRAX interrupt controller. by edgar_igl · 17 years ago
- bce6184 reverted -translation option support by bellard · 17 years ago
- 57fec1f use the TCG code generator by bellard · 17 years ago
- 40a2e65 Add option to disable TB cache, by Herve Poussineau. by ths · 17 years ago
- 66f1cdb Partial fix to Sparc32 Linux host global register mangling problem by blueswir1 · 17 years ago
- d07bde8 Fix code generation buffer overflow reported by TeLeMan by blueswir1 · 17 years ago
- e96e204 SH4: system emulator interrupt update, by Magnus Damm. by ths · 17 years ago
- 823029f SH4 delay slot code update, by Magnus Damm. by ths · 17 years ago
- 497ad68 Fix TB chaining for exceptions. by pbrook · 17 years ago
- 6f12a2a consistent types for cpu_x86_fsave and cpu_x86_frstor by bellard · 17 years ago
- 6dfd59d removed warning by bellard · 17 years ago
- 9ee6e8b ARMv7 support. by pbrook · 17 years ago
- ec6338b removed obsolete x86 code copy support by bellard · 17 years ago
- 6d5f237 CPU specific boot mode (Robert Reif) by blueswir1 · 17 years ago
- 6ebbf39 Replace is_user variable with mmu_idx in softmmu core, by j_mayer · 17 years ago
- f1ccf90 CRIS support in toplevel, by Edgar E. Iglesias. by ths · 17 years ago
- 5262168 SVM VINTR fix, by Alexander Graf. by ths · 17 years ago
- 40ce0a9 CPU boot mode by blueswir1 · 17 years ago
- 0573fbf SVM Support, by Alexander Graf. by ths · 17 years ago
- c068688 Extend TB flags to 64 bits (Alexander Graf). by j_mayer · 17 years ago
- 1527c87 Improve PowerPC target implementation, using computed hflags as TB flags. by j_mayer · 17 years ago
- 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
- 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
- ead9360 Partial support for 34K multithreading, not functional yet. by ths · 18 years ago
- 327ac2e Fix Sparc32 interrupt handling by blueswir1 · 18 years ago
- 50a518e Add comment. by ths · 18 years ago
- ecb644f Some more regs_to_env/envs_to_regs cleanup. by ths · 18 years ago
- bfed01f Clean up of some target specifics in exec.c/cpu-exec.c. by ths · 18 years ago
- acf930a ColdFire EMAC support. by pbrook · 18 years ago
- 0633879 m68k/ColdFire system emulation. by pbrook · 18 years ago
- 1eb5207 Update debug output. by ths · 18 years ago
- 9617efe Another bunch of mips host support. by ths · 18 years ago
- c4b89d1 Some bits of Linux/MIPS host support, still segfaulty. by ths · 18 years ago
- a90b731 Implement power state changes (IDLE and SLEEP) for PXA. by balrog · 18 years ago
- e9df014 Implement embedded IRQ controller for PowerPC 6xx/740 & 750. by j_mayer · 18 years ago
- eddf68a Integrate Alpha target in Qemu core. by j_mayer · 18 years ago
- 678dde1 Generate double and triple faults, by Bernhard Kauer. by ths · 18 years ago
- 24c7b0e Sanitize mips exception handling. by ths · 18 years ago
- 4710357 New model for PowerPC CPU hardware interrupt events: by j_mayer · 18 years ago
- faab759 Fix call to generated code on SPARC, by Juergen Keil. by ths · 18 years ago
- 6658ffb Watchpoint support (previous commit got eaten by Savannah server crash). by pbrook · 18 years ago
- d8ecc0b Make cpu_signal_handler work on Mac OS X/Darwin x86 by bellard · 18 years ago