Sign in
qemu
/
qemu
/
868e2824276cbe6ef2e202c05c4eb3a3a19d3ee0
/
target-unicore32
088383e
target-unicore32: Introduce QOM realizefn for UniCore32CPU
by Andreas Färber
· 12 years ago
eeb266d
target-unicore32: Rename CPU subtypes
by Andreas Färber
· 12 years ago
88e2851
target-unicore32: Mark as unmigratable
by Andreas Färber
· 12 years ago
87fb581
target-unicore32: Use type_register() instead of type_register_static()
by Andreas Färber
· 12 years ago
4933908
target-unicore32: Catch attempt to instantiate abstract type in cpu_init()
by Andreas Färber
· 12 years ago
d89e121
target-unicore32: Detect attempt to instantiate non-CPU type in cpu_init()
by Andreas Färber
· 12 years ago
74880fe
configure: allow disabling pixman if not needed
by Robert Schiele
· 12 years ago
6b4c305
fpu: move public header file to include/fpu
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
28ecbae
ui: move files to ui/ and include/ui/
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
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
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
447b3b6
target-unicore32: avoid using cpu_single_env
by Blue Swirl
· 13 years ago
f4359b9
disas: avoid using cpu_single_env
by Blue Swirl
· 13 years ago
3993c6b
cpus: Pass CPUState to [qemu_]cpu_has_work()
by Andreas Färber
· 13 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
4d5b97d
cleanup useless return sentence
by Amos Kong
· 12 years ago
daa47c3
target-unicore32: Call tcg_gen_debug_insn_start
by Richard Henderson
· 12 years ago
04a130e
target-unicore32: switch to AREG0 free mode
by Blue Swirl
· 13 years ago
ff5928d
unicore32-softmmu: Add a minimal curses screen support
by Guan Xuetao
· 13 years ago
1e5cdaa
unicore32: Close dump-option of cpu_dump_state_ucf64 function
by Guan Xuetao
· 13 years ago
c5240d8
unicore32: Disintegrate cpu_dump_state_ucf64 function
by Guan Xuetao
· 13 years ago
e8ede0a
unicore32: Split UniCore-F64 instruction helpers from helper.c
by Guan Xuetao
· 13 years ago
ef03168
unicore32-softmmu: Make sure that kernel can access user space
by Guan Xuetao
· 13 years ago
f3ccc32
unicore32-softmmu: Implement softmmu specific functions
by Guan Xuetao
· 13 years ago
889c134
target-unicore32: Drop UC32_CPUID macros
by Andreas Färber
· 13 years ago
d48813d
unicore32-softmmu: Make UniCore32 cpuid & exceptions correct and runable
by Guan Xuetao
· 13 years ago
527d997
unicore32-softmmu: Add coprocessor 0(sysctrl) and 1(ocd) instruction support
by Guan Xuetao
· 13 years ago
4f23a1e
unicore32-softmmu: Add unicore32-softmmu build support
by Guan Xuetao
· 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
8df9082
target-unicore32: Move CPU-dependent init into initfn
by Andreas Färber
· 13 years ago
ae0f5e9
target-unicore32: QOM'ify CPU
by Andreas Färber
· 13 years ago
c3a8baa
target-unicore32: License future contributions under GPLv2+
by Andreas Färber
· 13 years ago
2b3bc6c
target-unicore32: Relicense to GPLv2+
by Andreas Färber
· 13 years ago
9349b4f
Rename CPUState -> CPUArchState
by Andreas Färber
· 13 years ago
eb23b55
target-unicore32: Don't overuse CPUState
by Andreas Färber
· 13 years ago
15ecee7
target-unicore32: Rename to CPUUniCore32State
by Andreas Färber
· 13 years ago
8141905
target-unicore32: Clean includes
by Stefan Weil
· 13 years ago
fa4e49c
Use hex instead of binary.
by Gerd Hoffmann
· 14 years ago
3feaca9
Fix conversions from pointer to tcg_target_long
by Stefan Weil
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
97b348e
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
by Blue Swirl
· 14 years ago
3e45717
exec.h cleanup
by Blue Swirl
· 14 years ago
2b41f10
Remove exec-all.h include directives
by Blue Swirl
· 14 years ago
f081c76
Move cpu_has_work and cpu_pc_from_tb to cpu.h
by Blue Swirl
· 14 years ago
f3e2703
exec.h: fix coding style and change cpu_has_work to return bool
by Blue Swirl
· 14 years ago
1162c04
cpu_loop_exit: avoid using AREG0
by Blue Swirl
· 14 years ago
e87b7cb
Remove unused function parameters from gen_pc_load and rename the function
by Stefan Weil
· 14 years ago
6e64da3
unicore32: add target-unicore32 directory for unicore32-linux-user support
by Guan Xuetao
· 14 years ago