Sign in
qemu
/
qemu
/
3f020d7024e26c1f159e30f5be2dc4f2f5affc07
/
target-sparc
698235a
sparc32 don't mark page dirty when failing
by Artyom Tarasenko
· 15 years ago
8f4efc5
sparc64: reimplement tick timers v4
by Igor V. Kovalenko
· 15 years ago
4f69085
sparc64: correct write extra bits to cwp
by Igor V. Kovalenko
· 15 years ago
15e7c45
sparc32 fix np dereference in do_unassigned_access
by Artyom Tarasenko
· 15 years ago
49a945a
kill regs_to_env and env_to_regs
by Paolo Bonzini
· 15 years ago
43bb98b
Sparc: improve CPU register dump
by Blue Swirl
· 15 years ago
576c2cd
sparc32 do_unassigned_access overhaul v2
by Artyom Tarasenko
· 15 years ago
701eed4
Sparc32: remove unused variable, spotted by clang
by Blue Swirl
· 15 years ago
d532b26
sparc64: interrupt trap handling
by Igor V. Kovalenko
· 15 years ago
2df6c2d
sparc64: move cpu_interrupts_enabled to cpu.h
by Igor V. Kovalenko
· 15 years ago
709f2c1
sparc64: add macros to deal with softint and timer interrupt
by Igor V. Kovalenko
· 15 years ago
4dc2813
sparc64: check for pending irq when pil, pstate or softint is changed
by Igor V. Kovalenko
· 15 years ago
1fae7b7
sparc64: use helper_wrpil to check pending irq on write
by Igor V. Kovalenko
· 15 years ago
68e8a3f
sparc64: add PIL to cpu state dump
by Igor V. Kovalenko
· 15 years ago
7e8695e
sparc64: trace pstate and global register set changes
by Igor V. Kovalenko
· 15 years ago
d780a46
sparc64: change_pstate should have 32bit argument
by Igor V. Kovalenko
· 15 years ago
95372a3
Sparc32: clear exception_index with -1 value
by Blue Swirl
· 15 years ago
821b19f
sparc64: clear exception_index with -1 value
by Igor V. Kovalenko
· 15 years ago
dffbe21
pass env to raise_exception if called outside of op_helper code
by Igor V. Kovalenko
· 15 years ago
87f6d3f
sparc64: switch to MMU global registers in more MMU related traps
by Igor V. Kovalenko
· 15 years ago
2a90358
Sparc64: handle MMU global bit and nucleus context
by Blue Swirl
· 15 years ago
31a68d5
Sparc64: fix compilation with DEBUG_MMU
by Blue Swirl
· 15 years ago
b55a37c
user: move CPU reset call to main.c for x86/PPC/Sparc
by Blue Swirl
· 15 years ago
a01d6ef
sparc32 (mostly): remove unneeded calls to device reset
by Blue Swirl
· 15 years ago
3e6ba50
Sparc: fix carry flag handling (Solaris bootblk fix)
by Artyom Tarasenko
· 15 years ago
3723cd0
sparc64: fix done instruction pc
by Igor V. Kovalenko
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
01b5d4e
sparc64-8bit-asi
by Igor V. Kovalenko
· 15 years ago
72cf2d4
Fix sys-queue.h conflict for good
by Blue Swirl
· 15 years ago
0b5c1ce
cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal
by Nathan Froyd
· 16 years ago
4c6aa08
sparc32 remove an unnecessary cpu irq set
by Blue Swirl
· 16 years ago
c27e275
Sparc32/64: fix jmpl followed by branch
by Blue Swirl
· 16 years ago
6b74327
Sparc32/64: Fix user emulator breakage
by Blue Swirl
· 16 years ago
cfa9051
Fix desynchronization of condition code state when a memory access traps
by Blue Swirl
· 16 years ago
8194f35
Sparc64: replace tsptr with helper routine
by Igor Kovalenko
· 16 years ago
14ed7ad
sparc64 flush pending conditional evaluations before exposing cpu state
by Igor Kovalenko
· 16 years ago
e2542fe
rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
by Juan Quintela
· 16 years ago
f707726
sparc64 really implement itlb/dtlb automatic replacement writes
by Igor Kovalenko
· 16 years ago
6e8e7d4
sparc64 name mmu registers and general cleanup
by Igor Kovalenko
· 16 years ago
0bf9e31
Fix most warnings (errors with -Werror) when debugging is enabled
by Blue Swirl
· 16 years ago
8167ee8
Update to a hopefully more future proof FSF address
by Blue Swirl
· 16 years ago
5210977
sparc64: trap handling corrections
by Igor Kovalenko
· 16 years ago
5b0f0be
sparc64: fix helper_st_asi little endian case typo
by Igor Kovalenko
· 16 years ago
536ba01
sparc64: unify mmu tag matching code
by Igor Kovalenko
· 16 years ago
e8807b1
sparc64: mmu bypass mode correction
by Igor Kovalenko
· 16 years ago
25517f9
Use correct type for SPARC cpu_cc_op
by Paul Brook
· 16 years ago
f80f9ec
Convert machine registration to use module init functions
by Anthony Liguori
· 16 years ago
1ad2134
Hardware convenience library
by Paul Brook
· 16 years ago
5561650
Include assert.h from qemu-common.h
by Paul Brook
· 16 years ago
001faf3
Replace gcc variadic macro extension with C99 version
by Blue Swirl
· 16 years ago
d084469
Convert mulscc
by Blue Swirl
· 16 years ago
6c78ea3
Convert udiv/sdiv
by Blue Swirl
· 16 years ago
3b2d1e9
Convert tagged ops
by Blue Swirl
· 16 years ago
2ca1d92
Convert subx
by Blue Swirl
· 16 years ago
d4b0d46
Convert sub
by Blue Swirl
· 16 years ago
38482a7
Convert logical operations and umul/smul
by Blue Swirl
· 16 years ago
789c91e
Convert addx
by Blue Swirl
· 16 years ago
bdf9f35
Convert add
by Blue Swirl
· 16 years ago
8393617
Use dynamical computation for condition codes
by Blue Swirl
· 16 years ago
719f66a
Optimize cmp x, 0 case
by Blue Swirl
· 16 years ago
dc1a697
Reindent
by Blue Swirl
· 16 years ago
b89e94a
Improve instruction name comments for easier searching
by Blue Swirl
· 16 years ago
7ab463c
Clarify: dmmuregs[1] is not a typo
by Blue Swirl
· 16 years ago
41d7285
Optimize operations with immediate parameters
by Blue Swirl
· 16 years ago
67526b2
Fix Sparc64 sign extension problems
by Blue Swirl
· 16 years ago
417728d
sparc64 fix context value for ITLB fault
by Igor Kovalenko
· 16 years ago
82f2cfc
sparc64 fix TLB match code
by Igor Kovalenko
· 16 years ago
9c22a62
Fix a warning in sparc64-linux-user build
by Blue Swirl
· 16 years ago
697a77e
sparc64 support TSB related MMU registers
by Igor Kovalenko
· 16 years ago
0bf46a4
qemu: introduce qemu_init_vcpu (Marcelo Tosatti)
by aliguori
· 16 years ago
6a4955a
qemu: per-arch cpu_has_work (Marcelo Tosatti)
by aliguori
· 16 years ago
1b530a6
Add new command line option -singlestep for tcg single stepping.
by aurel32
· 16 years ago
d78f399
Delete some unused macros detected with -Wp,-Wunused-macros use
by blueswir1
· 16 years ago
c276471
The _exit syscall is used for both thread termination in NPTL applications,
by pbrook
· 16 years ago
415fc90
Turn MMUs and caches off on reset
by blueswir1
· 16 years ago
0d0266a
targets: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
eca1bdf
Log reset events (Jan Kiszka)
by aliguori
· 16 years ago
8fec2b8
global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)
by aliguori
· 16 years ago
93fcfe3
Convert references to logfile/loglevel to use qemu_log*() macros
by aliguori
· 16 years ago
72d239e
Get rid of user_mode_only
by aurel32
· 16 years ago
afdf810
Fix TLB access (Jakub Jermar)
by blueswir1
· 16 years ago
fad6cb1
Update FSF address in GPL/LGPL boilerplate
by aurel32
· 16 years ago
4017190
Add SuperSPARC MMU breakpoint registers (Robert Reif)
by blueswir1
· 16 years ago
963262d
Better SuperSPARC emulation (Robert Reif)
by blueswir1
· 16 years ago
8fa211e
Implement tick interrupt disable bits
by blueswir1
· 16 years ago
b1503cd
Use the ARRAY_SIZE() macro where appropriate.
by malc
· 16 years ago
1d6198c
Remove unnecessary trailing newlines
by blueswir1
· 16 years ago
f4a5a5b
Add missing "static"
by blueswir1
· 16 years ago
2cbd949
Common cpu_loop_exit prototype
by aurel32
· 16 years ago
c0ce998
Use sys-queue.h for break/watchpoint managment (Jan Kiszka)
by aliguori
· 16 years ago
a1d1bb3
Refactor and enhance break/watchpoint API (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
2576d83
Use TCG not op
by blueswir1
· 16 years ago
81b5b81
Use andc, orc, nor and nand
by blueswir1
· 16 years ago
527067d
Fix TCGv size mismatches
by blueswir1
· 16 years ago
797d5db
Add static (spotted by sparse)
by blueswir1
· 16 years ago
c55bda3
Fix error in fexpand (spotted by sparse)
by blueswir1
· 16 years ago
Next »