Sign in
qemu
/
qemu
/
dd1f63493adbbb06fa16ed15f8fc16584f55ee81
/
target-sparc
a337f29
sparc: Use g_memdup() instead of g_new0() + memcpy()
by Thomas Huth
· 9 years ago
e723b87
trace-events: fix first line comment in trace-events
by Laurent Vivier
· 8 years ago
f9c816c
target-sparc: Elide duplicate updates to fprs
by Richard Henderson
· 9 years ago
02c79d7
target-sparc: Use cpu_loop_exit_restore from helper_check_ieee_exceptions
by Richard Henderson
· 9 years ago
ba2397d
target-sparc: Use cpu_fsr in stfsr
by Richard Henderson
· 9 years ago
7385aed
target-sparc: Use explicit writes to cpu_fsr
by Richard Henderson
· 9 years ago
f2fe396
target-sparc: Remove helper_ldf_asi, helper_stf_asi
by Richard Henderson
· 9 years ago
ca5ce57
target-sparc: Directly implement block and short ldf/stf asis
by Richard Henderson
· 9 years ago
7705091
target-sparc: Directly implement easy ldf/stf asis
by Richard Henderson
· 9 years ago
6850811
target-sparc: Pass TCGMemOp constants to helper_ld/st_asi
by Richard Henderson
· 9 years ago
c095b83
target-sparc: Fix obvious error in ASI_M_BFILL
by Richard Henderson
· 9 years ago
e4dc005
target-sparc: Directly implement easy ldd/std asis
by Richard Henderson
· 9 years ago
35e9490
target-sparc: Introduce gen_check_align
by Richard Henderson
· 9 years ago
3f4288e
target-sparc: Use QT0 to return results from ldda
by Richard Henderson
· 9 years ago
f0913be
target-sparc: Directly implement easy ld/st asis
by Richard Henderson
· 9 years ago
0cc1f4b
target-sparc: Use defines from asi.h
by Richard Henderson
· 9 years ago
1d85496
target-sparc: Add UA2005 defines to asi.h
by Richard Henderson
· 9 years ago
68a03b8
target-sparc: Import linux/arch/sparc/include/uapi/asm/asi.h
by Richard Henderson
· 9 years ago
1d65b0f
target-sparc: Pass TCGMemOp to gen_ld/st_asi
by Richard Henderson
· 9 years ago
7ec1e5e
target-sparc: Introduce get_asi
by Richard Henderson
· 9 years ago
a6d567e
target-sparc: Store %asi in TB flags
by Richard Henderson
· 9 years ago
22e7006
target-sparc: Unify asi handling between 32 and 64-bit
by Richard Henderson
· 9 years ago
4fbe006
target-sparc: Create gen_exception
by Richard Henderson
· 9 years ago
99a2306
target-sparc: Store mmu index in TB flags
by Richard Henderson
· 9 years ago
e86ceb0
target-sparc: Remove softint as a TCG global
by Richard Henderson
· 9 years ago
be72f9f
target-sparc: Mark more flags for helpers
by Richard Henderson
· 9 years ago
07f5a25
target-*: Clean up cpu.h header guards
by Markus Armbruster
· 8 years ago
b35399b
Fix confusing argument names in some common functions
by Sergey Sorokin
· 9 years ago
fb02d56
target-sparc: Use sparc_cpu_parse_features() directly
by Igor Mammedov
· 9 years ago
1ec20c2
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 8 years ago
8642c1b
target-*: Don't redefine cpu_exec()
by Peter Crosthwaite
· 9 years ago
b64d2e5
target-sparc: fix register corruption in ldstub if there is no write permission
by Artyom Tarasenko
· 8 years ago
b0ad00b
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
by Peter Maydell
· 9 years ago
1cba9b2
trace: split out trace events for target-sparc/ directory
by Daniel P. Berrange
· 9 years ago
9be3859
coccinelle: Remove unnecessary variables for function return value
by Eduardo Habkost
· 9 years ago
7c25504
exec: [tcg] Track which vCPU is performing translation and execution
by Lluís Vilanova
· 9 years ago
4910e6e
target-*: dfilter support for in_asm
by Richard Henderson
· 9 years ago
63c9155
cpu: move exec-all.h inclusion out of cpu.h
by Paolo Bonzini
· 9 years ago
33c1187
qemu-common: push cpu.h inclusion out of qemu-common.h
by Paolo Bonzini
· 9 years ago
1e00b8d
hw: move CPU state serialization to migration/cpu.h
by Paolo Bonzini
· 9 years ago
d61d1b2
target-sparc: make cpu-qom.h not target specific
by Paolo Bonzini
· 9 years ago
347b1a5
cpu: make cpu-qom.h only include-able from cpu.h
by Paolo Bonzini
· 9 years ago
90aa39a
tcg: Allow goto_tb to any target PC in user mode
by Sergey Fedorov
· 9 years ago
89fee74
tb: consistently use uint32_t for tb->flags
by Emilio G. Cota
· 9 years ago
de5f107
target-sparc: fix Trap Based Address Register behavior for sparc64
by Artyom Tarasenko
· 9 years ago
01a780d
target-sparc: fix Nucleus quad LDD 128 bit access for windowed registers
by Artyom Tarasenko
· 9 years ago
4553e10
target-sparc: fix ldstub sign-extension bug
by Mark Cave-Ayland
· 9 years ago
da34e65
include/qemu/osdep.h: Don't include qapi/error.h
by Markus Armbruster
· 9 years ago
1bcea73
tcg: Add type for vCPU pointers
by Lluís Vilanova
· 9 years ago
d2dc406
target-sparc: Use global registers for the register window
by Richard Henderson
· 11 years ago
0ea6384
target-sparc: Tidy global register initialization
by Richard Henderson
· 11 years ago
30456d5
all: Clean up includes
by Peter Maydell
· 9 years ago
e1ccc05
tcg: Change tcg_global_mem_new_* to take a TCGv_ptr
by Richard Henderson
· 11 years ago
508127e
log: do not unnecessarily include qom/cpu.h
by Paolo Bonzini
· 9 years ago
db5ebe5
sparc: Clean up includes
by Peter Maydell
· 9 years ago
6d53224
target-sparc: Migrate CWP and PIL for SPARC64
by Peter Maydell
· 9 years ago
0e88d45
target-sparc: Use VMState arrays for SPARC64 TLB/MMU state
by Peter Maydell
· 9 years ago
df32c8d
target-sparc: Convert to VMStateDescription
by Juan Quintela
· 9 years ago
232afac1
target-sparc: Don't flush TLB in cpu_load function
by Peter Maydell
· 9 years ago
4552a09
target-sparc: Split cpu_put_psr into side-effect and no-side-effect parts
by Peter Maydell
· 9 years ago
c9a4644
target-sparc: implement NPT timer bit
by Mark Cave-Ayland
· 9 years ago
e913cac
sun4u: split out NPT and INT_DIS into separate CPUTimer fields
by Mark Cave-Ayland
· 9 years ago
bd4e097
sparc: allow CASA with ASI 0xa from user space
by Alex Zuepke
· 9 years ago
12a3567
target-sparc: fix 32-bit truncation in fpackfix
by Paolo Bonzini
· 9 years ago
522a0d4
target-*: Advance pc after recognizing a breakpoint
by Richard Henderson
· 9 years ago
df0900e
disas: QOMify sparc specific disas setup
by Peter Crosthwaite
· 9 years ago
4c315c2
qdev: Protect device-list-properties against broken devices
by Markus Armbruster
· 9 years ago
4e5e121
tcg: Remove gen_intermediate_code_pc
by Richard Henderson
· 9 years ago
bad729e
tcg: Pass data argument to restore_state_to_opc
by Richard Henderson
· 9 years ago
190ce7f
tcg: Add TCG_MAX_INSNS
by Richard Henderson
· 9 years ago
dc03246
target-*: Drop cpu_gen_code define
by Richard Henderson
· 9 years ago
a3d5ad7
target-sparc: Add npc state to insn_start
by Richard Henderson
· 9 years ago
6c42444
target-sparc: Remove gen_opc_jump_pc
by Richard Henderson
· 9 years ago
2bf2e01
target-sparc: Split out gen_branch_n
by Richard Henderson
· 9 years ago
bfa31b7
target-sparc: Tidy gen_branch_a interface
by Richard Henderson
· 9 years ago
b933066
target-*: Introduce and use cpu_breakpoint_test
by Richard Henderson
· 9 years ago
959082f
target-*: Increment num_insns immediately after tcg_gen_insn_start
by Richard Henderson
· 9 years ago
667b8e2
target-*: Unconditionally emit tcg_gen_insn_start
by Richard Henderson
· 9 years ago
765b842
tcg: Rename debug_insn_start to insn_start
by Richard Henderson
· 9 years ago
7745238
sparc: Remove ELF_MACHINE from cpu.h
by Peter Crosthwaite
· 10 years ago
bf95728
monitor: remove target-specific code from monitor.c
by Pavel Butsykin
· 9 years ago
97ed5cc
tlb: Add "ifetch" argument to cpu_mmu_index()
by Benjamin Herrenschmidt
· 9 years ago
ecc7b3a
tcg: Remove tcg_gen_trunc_i64_i32
by Richard Henderson
· 9 years ago
ea3e984
cpu-exec: Purge all uses of ENV_GET_CPU()
by Peter Crosthwaite
· 10 years ago
4bad9e3
cpu: Change cpu_exec_init() arg to cpu, not env
by Peter Crosthwaite
· 9 years ago
5a790cc
cpu: Add Error argument to cpu_exec_init()
by Bharata B Rao
· 9 years ago
d49190c
disas: Remove uses of CPU env
by Peter Crosthwaite
· 10 years ago
42a268c
tcg: Change translator-side labels to a pointer
by Richard Henderson
· 10 years ago
2994fd9
cpu: Make cpu_init() return QOM CPUState object
by Eduardo Habkost
· 10 years ago
565f65d
error: Use error_report_err() where appropriate
by Markus Armbruster
· 10 years ago
fe700ad
tcg: Introduce tcg_op_buf_count and tcg_op_buf_full
by Richard Henderson
· 11 years ago
0a7df5d
tcg: Move emit of INDEX_op_end into gen_tb_end
by Richard Henderson
· 11 years ago
a2035e8
target-sparc: Mark gen_load_trap_state_at_tl() as !CONFIG_USER_ONLY
by Peter Maydell
· 10 years ago
6969462
target-sparc: is_translating_asi() is TARGET_SPARC64 only
by Peter Maydell
· 10 years ago
e60538c
target-sparc: address_mask(), asi_address_mask() are TARGET_SPARC64 only
by Peter Maydell
· 10 years ago
6223029
target-sparc: Remove unused gen_op_subi_cc and gen_op_addi_cc
by Peter Maydell
· 10 years ago
eb513f8
target-sparc: Don't use {ld, st}*_raw functions
by Peter Maydell
· 10 years ago
ec53b45
exec.c: Drop TARGET_HAS_ICE define and checks
by Peter Maydell
· 10 years ago
cd42d5b
gen-icount: check cflags instead of use_icount global
by Paolo Bonzini
· 10 years ago
339aaf5
qemu-log: add log category for MMU info
by Antony Pavlov
· 10 years ago
Next »