2009-05-21 |
Anthony Liguori | Convert machine registration to use module init functions |
tree | commitdiff |
2009-05-19 |
Paul Brook | Hardware convenience library |
tree | commitdiff |
2009-05-13 |
Paul Brook | Include assert.h from qemu-common.h |
tree | commitdiff |
2009-05-13 |
Blue Swirl | Replace gcc variadic macro extension with C99 version |
tree | commitdiff |
2009-05-10 |
Blue Swirl | Convert mulscc |
tree | commitdiff |
2009-05-10 |
Blue Swirl | Convert udiv/sdiv |
tree | commitdiff |
2009-05-10 |
Blue Swirl | Convert tagged ops |
tree | commitdiff |
2009-05-10 |
Blue Swirl | Convert subx |
tree | commitdiff |
2009-05-10 |
Blue Swirl | Convert sub |
tree | commitdiff |
2009-05-10 |
Blue Swirl | Convert logical operations and umul/smul |
tree | commitdiff |
2009-05-10 |
Blue Swirl | Convert addx |
tree | commitdiff |
2009-05-10 |
Blue Swirl | Convert add |
tree | commitdiff |
2009-05-10 |
Blue Swirl | Use dynamical computation for condition codes |
tree | commitdiff |
2009-05-03 |
Blue Swirl | Optimize cmp x, 0 case |
tree | commitdiff |
2009-05-03 |
Blue Swirl | Reindent |
tree | commitdiff |
2009-05-02 |
Blue Swirl | Improve instruction name comments for easier searching |
tree | commitdiff |
2009-05-02 |
Blue Swirl | Clarify: dmmuregs[1] is not a typo |
tree | commitdiff |
2009-05-02 |
Blue Swirl | Optimize operations with immediate parameters |
tree | commitdiff |
2009-05-02 |
Blue Swirl | Fix Sparc64 sign extension problems |
tree | commitdiff |
2009-04-28 |
Igor Kovalenko | sparc64 fix context value for ITLB fault |
tree | commitdiff |
2009-04-27 |
Igor Kovalenko | sparc64 fix TLB match code |
tree | commitdiff |
2009-04-25 |
Blue Swirl | Fix a warning in sparc64-linux-user build |
tree | commitdiff |
2009-04-25 |
Blue Swirl | Merge branch 'master' of [email protected]:... |
tree | commitdiff |
2009-04-25 |
Igor Kovalenko | sparc64 support TSB related MMU registers |
tree | commitdiff |
2009-04-24 |
aliguori | qemu: introduce qemu_init_vcpu (Marcelo Tosatti) |
tree | commitdiff |
2009-04-24 |
aliguori | qemu: per-arch cpu_has_work (Marcelo Tosatti) |
tree | commitdiff |
2009-04-05 |
aurel32 | Add new command line option -singlestep for tcg single... |
tree | commitdiff |
2009-03-16 |
blueswir1 | Delete some unused macros detected with -Wp,-Wunused... |
tree | commitdiff |
2009-03-07 |
pbrook | The _exit syscall is used for both thread termination... |
tree | commitdiff |
2009-02-21 |
blueswir1 | Turn MMUs and caches off on reset |
tree | commitdiff |
2009-02-05 |
aliguori | targets: remove error handling from qemu_malloc() calle... |
tree | commitdiff |
2009-01-26 |
aliguori | Log reset events (Jan Kiszka) |
tree | commitdiff |
2009-01-15 |
aliguori | global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo... |
tree | commitdiff |
2009-01-15 |
aliguori | Convert references to logfile/loglevel to use qemu_log... |
tree | commitdiff |
2009-01-14 |
aurel32 | Get rid of user_mode_only |
tree | commitdiff |
2009-01-12 |
blueswir1 | Fix TLB access (Jakub Jermar) |
tree | commitdiff |
2009-01-04 |
aurel32 | Update FSF address in GPL/LGPL boilerplate |
tree | commitdiff |
2008-12-23 |
blueswir1 | Add SuperSPARC MMU breakpoint registers (Robert Reif) |
tree | commitdiff |
2008-12-23 |
blueswir1 | Better SuperSPARC emulation (Robert Reif) |
tree | commitdiff |
2008-12-23 |
blueswir1 | Implement tick interrupt disable bits |
tree | commitdiff |
2008-12-22 |
malc | Use the ARRAY_SIZE() macro where appropriate. |
tree | commitdiff |
2008-12-13 |
blueswir1 | Remove unnecessary trailing newlines |
tree | commitdiff |
2008-12-11 |
blueswir1 | Add missing "static" |
tree | commitdiff |
2008-11-30 |
aurel32 | Common cpu_loop_exit prototype |
tree | commitdiff |
2008-11-25 |
aliguori | Use sys-queue.h for break/watchpoint managment (Jan... |
tree | commitdiff |
2008-11-18 |
aliguori | Refactor and enhance break/watchpoint API (Jan Kiszka) |
tree | commitdiff |
2008-11-18 |
aliguori | Refactor translation block CPU state handling (Jan... |
tree | commitdiff |
2008-11-18 |
aliguori | Convert CPU_PC_FROM_TB to static inline (Jan Kiszka) |
tree | commitdiff |
2008-11-17 |
pbrook | TCG variable type checking. |
tree | commitdiff |
2008-11-09 |
blueswir1 | Use TCG not op |
tree | commitdiff |
2008-11-09 |
blueswir1 | Use andc, orc, nor and nand |
tree | commitdiff |
2008-11-01 |
blueswir1 | Fix TCGv size mismatches |
tree | commitdiff |
2008-10-07 |
blueswir1 | Add static (spotted by sparse) |
tree | commitdiff |
2008-10-07 |
blueswir1 | Fix error in fexpand (spotted by sparse) |
tree | commitdiff |
2008-10-06 |
blueswir1 | Show size for unassigned accesses (Robert Reif) |
tree | commitdiff |
2008-10-03 |
blueswir1 | Rearrange tick functions |
tree | commitdiff |
2008-10-03 |
blueswir1 | Fix missing prototype warnings by moving declarations |
tree | commitdiff |
2008-10-02 |
blueswir1 | Fix MXCC printf warning (based on patch by Robert Reif) |
tree | commitdiff |
2008-09-27 |
blueswir1 | Add mmu tlb demap support (Igor Kovalenko) |
tree | commitdiff |
2008-09-26 |
blueswir1 | Add a generic Niagara machine |
tree | commitdiff |
2008-09-26 |
blueswir1 | Implement some UA2007 block ASIs |
tree | commitdiff |
2008-09-26 |
blueswir1 | Implement UA2005 hypervisor traps |
tree | commitdiff |
2008-09-26 |
blueswir1 | Move also DEBUG_PCALL (see r5085) |
tree | commitdiff |
2008-09-22 |
blueswir1 | Add software and timer interrupt support |
tree | commitdiff |
2008-09-22 |
blueswir1 | Fix arguments used in cas/casx, thanks to Igor Kovalenk... |
tree | commitdiff |
2008-09-21 |
blueswir1 | Use the new concat_tl_i64 op for std and stda |
tree | commitdiff |
2008-09-21 |
blueswir1 | Use the new concat_i32_i64 op for std and stda |
tree | commitdiff |
2008-09-20 |
blueswir1 | Move signal handler prototype back to cpu.h |
tree | commitdiff |
2008-09-14 |
blueswir1 | Fix array subscript above array bounds error |
tree | commitdiff |
2008-09-13 |
blueswir1 | Fix mulscc with high bits set in either src1 or src2 |
tree | commitdiff |
2008-09-11 |
blueswir1 | Write zeros to high bits of y, based on patch by Vince... |
tree | commitdiff |
2008-09-10 |
blueswir1 | Convert rest of ops using float32 to TCG, remove FT0... |
tree | commitdiff |
2008-09-10 |
blueswir1 | Partially convert float128 conversion ops to TCG |
tree | commitdiff |
2008-09-10 |
blueswir1 | Convert basic 64 bit VIS ops to TCG |
tree | commitdiff |
2008-09-10 |
blueswir1 | Convert basic 32 bit VIS ops to TCG |
tree | commitdiff |
2008-09-10 |
blueswir1 | Convert basic float32 ops to TCG |
tree | commitdiff |
2008-09-09 |
blueswir1 | Implement ldxfsr/stxfsr, fix ld(x)fsr masks, convert... |
tree | commitdiff |
2008-09-06 |
blueswir1 | Fix a typo in fpsub32 |
tree | commitdiff |
2008-09-06 |
blueswir1 | Convert most env fields to TCG registers |
tree | commitdiff |
2008-09-06 |
blueswir1 | Silence gcc warning about constant overflow |
tree | commitdiff |
2008-09-03 |
blueswir1 | Implement no-fault loads |
tree | commitdiff |
2008-09-02 |
blueswir1 | Fix sign extension problems with smul and umul (Vince... |
tree | commitdiff |
2008-09-01 |
blueswir1 | Fix y register loads and stores |
tree | commitdiff |
2008-08-30 |
blueswir1 | Remove memcpy32() prototype leftover from r5109 |
tree | commitdiff |
2008-08-29 |
blueswir1 | Fix FCC handling for Sparc64 target, initial patch... |
tree | commitdiff |
2008-08-29 |
blueswir1 | Fix Sparc64 boot on i386 host: |
tree | commitdiff |
2008-08-25 |
blueswir1 | Fix udiv and sdiv on Sparc64 (Vince Weaver) |
tree | commitdiff |
2008-08-21 |
blueswir1 | Fix wrwim masking (Luis Pureza) |
tree | commitdiff |
2008-08-21 |
blueswir1 | Use initial CPU definition structure for some CPU field... |
tree | commitdiff |
2008-08-17 |
blueswir1 | Correct 32bit carry flag for add instruction (Igor... |
tree | commitdiff |
2008-08-06 |
blueswir1 | Fix faligndata (Vince Weaver) |
tree | commitdiff |
2008-08-06 |
blueswir1 | Fix I/D MMU tag reads |
tree | commitdiff |
2008-08-06 |
blueswir1 | Fix Sparc64 shifts |
tree | commitdiff |
2008-08-06 |
blueswir1 | Fix offset handling for ASI loads and stores (Vince... |
tree | commitdiff |
2008-08-01 |
blueswir1 | Handle wrapped registers correctly when saving |
tree | commitdiff |
2008-07-29 |
blueswir1 | Fix cmp/subcc/addcc op bugs reported by Vince Weaver |
tree | commitdiff |
2008-07-25 |
blueswir1 | Make MAXTL dynamic, bounds check tl when indexing |
tree | commitdiff |
2008-07-24 |
blueswir1 | Sparc32: save/load all MMU registers, Sparc64: add... |
tree | commitdiff |
2008-07-22 |
blueswir1 | Add T1 and T2 CPUs, add a Sun4v machine |
tree | commitdiff |
2008-07-21 |
blueswir1 | Use MMU globals for some MMU traps |
tree | commitdiff |
next |