Sign in
qemu
/
qemu
/
dfde4e6e1a868f60033ece0590b1f75e6c57fa16
/
target-sparc
dfde4e6
memory: add ref/unref calls
by Paolo Bonzini
· 12 years ago
c658b94
cpu: Turn cpu_unassigned_access() into a CPUState hook
by Andreas Färber
· 12 years ago
c643bed
cpu: Change qemu_init_vcpu() argument to CPUState
by Andreas Färber
· 12 years ago
878096e
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
by Andreas Färber
· 12 years ago
052e87b
memory: make section size a 128-bit integer
by Paolo Bonzini
· 12 years ago
1e2a1d4
target-sparc: Replace free by g_free
by Stefan Weil
· 12 years ago
6a4e177
Remove Sun4c, Sun4d and a few CPUs
by Blue Swirl
· 12 years ago
97a8ea5
cpu: Replace do_interrupt() by CPUClass::do_interrupt method
by Andreas Färber
· 12 years ago
259186a
cpu: Move halted and interrupt_request fields to CPUState
by Andreas Färber
· 12 years ago
806f352
gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end
by Peter Maydell
· 12 years ago
fadf982
cpu: Introduce ENV_OFFSET macros
by Andreas Färber
· 12 years ago
528692a
target-sparc: Use mul*2 for multiply
by Richard Henderson
· 12 years ago
15fe216
target-sparc: Use official add2/sub2 interfaces for addx/subx
by Richard Henderson
· 12 years ago
d1c36ba
SPARC LEON power-down support added
by Ronald Hecht
· 12 years ago
7a0a9c2
Added LEON MMU ASI mappings and corrected LEON3 MMU masks.
by Ronald Hecht
· 12 years ago
3c3adde
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
by Anthony Liguori
· 12 years ago
05499f4
target-sparc: Fix debug output for DEBUG_MMU
by Andreas Färber
· 12 years ago
c05efcb
cpu: Add CPUArchState pointer to CPUState
by Andreas Färber
· 12 years ago
5266d20
target-sparc: Move TCG initialization to SPARCCPU initfn
by Andreas Färber
· 12 years ago
b6e91eb
target-sparc: Introduce QOM realizefn for SPARCCPU
by Andreas Färber
· 12 years ago
5c09953
cpu: do not use object_delete
by Paolo Bonzini
· 12 years ago
55e5c28
cpu: Move cpu_index field to CPUState
by Andreas Färber
· 12 years ago
6b4c305
fpu: move public header file to include/fpu
by Paolo Bonzini
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
14cccb6
qom: move include files to include/qom/
by Paolo Bonzini
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
76cad71
build: kill libdis, move disassemblers to disas/
by Paolo Bonzini
· 12 years ago
a8a826a
exec: refactor cpu_restore_state
by Blue Swirl
· 12 years ago
7c12fd9
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
by Anthony Liguori
· 12 years ago
ab1103d
TCG: Use gen_opc_instr_start from context instead of global variable.
by Evgeny Voevodin
· 12 years ago
c9c99c2
TCG: Use gen_opc_icount from context instead of global variable.
by Evgeny Voevodin
· 12 years ago
25983ca
TCG: Use gen_opc_pc from context instead of global variable.
by Evgeny Voevodin
· 12 years ago
dee17bf
target-sparc: Remove t0, t1 from CPUSPARCState
by Richard Henderson
· 12 years ago
92414b3
TCG: Use gen_opc_buf from context instead of global variable.
by Evgeny Voevodin
· 12 years ago
efd7f48
TCG: Use gen_opc_ptr from context instead of global variable.
by Evgeny Voevodin
· 12 years ago
f4359b9
disas: avoid using cpu_single_env
by Blue Swirl
· 13 years ago
ef84755
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
by Blue Swirl
· 12 years ago
8f72196
target-sparc: make do_unaligned_access static
by Blue Swirl
· 12 years ago
3993c6b
cpus: Pass CPUState to [qemu_]cpu_has_work()
by Andreas Färber
· 13 years ago
e7d51b3
target-sparc: Revert setting cpu_dst to gen_dest_gpr
by Richard Henderson
· 12 years ago
c33b235
target-sparc: rename helper flags
by Aurelien Jarno
· 12 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
e7c8afb
target-sparc: fix FMOVr instruction
by Aurelien Jarno
· 12 years ago
de9e9d9
target-sparc: Remove cpu_tmp0 as a global
by Richard Henderson
· 12 years ago
5793f2a
target-sparc: Make cpu_dst local to OP=2 insns
by Richard Henderson
· 12 years ago
7b04bd5
target-sparc: Only use cpu_dst for eventual writes to a gpr
by Richard Henderson
· 12 years ago
abcc719
target-sparc: Remove last uses of cpu_tmp64
by Richard Henderson
· 12 years ago
aeff993
target-sparc: Remove cpu_tmp64 use from softint insns
by Richard Henderson
· 12 years ago
3886b8a
target-sparc: Don't use a temporary for gen_dest_fpr_D
by Richard Henderson
· 12 years ago
1ec789a
target-sparc: Remove usage of cpu_tmp64 from most helper functions
by Richard Henderson
· 12 years ago
f864194
target-sparc: Tidy ldfsr, stfsr
by Richard Henderson
· 12 years ago
7b9e066
target-sparc: Avoid cpu_tmp32 in Write Priv Register
by Richard Henderson
· 12 years ago
45778f9
target-sparc: Avoid cpu_tmp32 in Read Priv Register
by Richard Henderson
· 12 years ago
ba5f517
target-sparc: Use get_temp_i32 in gen_dest_fpr_F
by Richard Henderson
· 12 years ago
2ae23e1
target-sparc: Split out get_temp_i32
by Richard Henderson
· 12 years ago
5e6ed43
target-sparc: Make the cpu_addr variable local to load/store handling
by Richard Henderson
· 12 years ago
a427352
target-sparc: Cleanup cpu_src[12] allocation
by Richard Henderson
· 12 years ago
81634ee
target-sparc: Finish conversion to gen_load_gpr
by Richard Henderson
· 12 years ago
0682803
target-sparc: Convert swap to gen_load/store_gpr
by Richard Henderson
· 12 years ago
c7785e1
target-sparc: Convert asi helpers to gen_*_gpr
by Richard Henderson
· 12 years ago
9d1d4e3
target-sparc: Use gen_load_gpr in get_src[12]
by Richard Henderson
· 12 years ago
97ea285
target-sparc: Conversion to gen_*_gpr, part 1
by Richard Henderson
· 12 years ago
8802361
target-sparc: Add gen_load/store/dest_gpr
by Richard Henderson
· 12 years ago
20132b9
target-sparc: Don't compute full flags value so often
by Richard Henderson
· 12 years ago
6234ac0
target-sparc: Avoid unnecessary local temporaries
by Richard Henderson
· 12 years ago
96b5a3d
target-sparc: Optimize CC_OP_LOGIC conditions
by Richard Henderson
· 12 years ago
0fa2a06
target-sparc: Fix optimized %icc comparisons
by Richard Henderson
· 12 years ago
2a484ec
target-sparc: Optimize conditionals using SUBCC
by Richard Henderson
· 12 years ago
fe1755c
target-sparc: Fall through from not-taken trap
by Richard Henderson
· 12 years ago
b09b2fd
target-sparc: Cleanup "global" temporary allocation
by Richard Henderson
· 12 years ago
690995a
target-sparc: Use movcond for FMOV*R
by Richard Henderson
· 12 years ago
6cb675b
target-sparc: Use movcond in mulscc
by Richard Henderson
· 12 years ago
a2ea4aa
target-sparc: Move taddcctv and tsubcctv out of line
by Richard Henderson
· 12 years ago
bd49ed4
target-sparc: Tidy Tcc
by Richard Henderson
· 12 years ago
c28ae41
target-sparc: Move sdivx and udivx out of line
by Richard Henderson
· 12 years ago
6131674
target-sparc: Use movcond in gen_generic_branch
by Richard Henderson
· 12 years ago
c33f80f
target-sparc: Use DisasCompare and movcond in MOVR
by Richard Henderson
· 12 years ago
f52879b
target-sparc: Use DisasCompare and movcond in MOVCC
by Richard Henderson
· 12 years ago
7e48089
target-sparc: Use DisasCompare and movcond in FMOVR, FMOVCC
by Richard Henderson
· 12 years ago
3a49e75
target-sparc: Use DisasCompare in Tcc
by Richard Henderson
· 12 years ago
416fcae
target-sparc: Introduce DisasCompare and functions to generate it
by Richard Henderson
· 12 years ago
2e655fe
target-sparc: Tidy gen_generic_branch interface
by Richard Henderson
· 12 years ago
934da7e
target-sparc: Tidy save_npc interface
by Richard Henderson
· 12 years ago
13a6dd0
target-sparc: Tidy gen_mov_pc_npc interface
by Richard Henderson
· 12 years ago
66442b0
target-sparc: Tidy save_state interface
by Richard Henderson
· 12 years ago
5b12f1e
target-sparc: Tidy gen_trap_ifnofpu interface
by Richard Henderson
· 12 years ago
dee8913
target-sparc: Tidy flush_cond interface
by Richard Henderson
· 12 years ago
d4a288e
target-sparc: Tidy do_branch interfaces
by Richard Henderson
· 12 years ago
b884fc5
target-sparc: Make CPU_LOG_INT useful by default
by Richard Henderson
· 12 years ago
76a23ca
target-sparc: Tidy cpu_dump_state
by Richard Henderson
· 12 years ago
bfad673
sparc: use g_strdup in place of unchecked strdup
by Jim Meyering
· 12 years ago
fdefe51
Emit debug_insn for CPU_LOG_TB_OP_OPT as well.
by Richard Henderson
· 12 years ago
89c3333
Remove unused CONFIG_TCG_PASS_AREG0 and dead code
by Blue Swirl
· 13 years ago
5acfc83
target-sparc: fix fcmp{s,d,q} instructions wrt exception
by Aurelien Jarno
· 13 years ago
71547a3
qemu-log: use LOG_UNIMP for some target CPU cases
by Blue Swirl
· 13 years ago
fbe37ef
build: move other target-*/ objects to nested Makefile.objs
by Paolo Bonzini
· 13 years ago
9cdc8df
build: move libobj-y variable to nested Makefile.objs
by Paolo Bonzini
· 13 years ago
5e8861a
build: move obj-TARGET-y variables to nested Makefile.objs
by Paolo Bonzini
· 13 years ago
b7e516c
Kill off cpu_state_reset()
by Andreas Färber
· 13 years ago
Next »