index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-unicore32
/
helper.c
Age
Commit message (
Expand
)
Author
2014-09-25
target-unicore32: Use cpu_exec_interrupt qom hook
Richard Henderson
2014-05-28
tcg: Invert the inclusion of helper.h
Richard Henderson
2014-03-13
cputlb: Change tlb_flush() argument to CPUState
Andreas Färber
2014-03-13
exec: Change cpu_abort() argument to CPUState
Andreas Färber
2014-03-13
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
Andreas Färber
2014-03-13
cpu: Factor out cpu_generic_init()
Andreas Färber
2013-10-07
cpu: Drop cpu_model_str from CPU_COMMON
Andreas Färber
2013-03-12
cpu: Replace do_interrupt() by CPUClass::do_interrupt method
Andreas Färber
2013-02-16
target-unicore32: Move TCG initialization to UniCore32CPU initfn
Andreas Färber
2013-02-16
target-unicore32: Introduce QOM realizefn for UniCore32CPU
Andreas Färber
2013-02-01
target-unicore32: Rename CPU subtypes
Andreas Färber
2013-01-27
target-unicore32: Detect attempt to instantiate non-CPU type in cpu_init()
Andreas Färber
2012-12-23
configure: allow disabling pixman if not needed
Robert Schiele
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
ui: move files to ui/ and include/ui/
Paolo Bonzini
2012-08-11
unicore32-softmmu: Add a minimal curses screen support
Guan Xuetao
2012-08-11
unicore32: Split UniCore-F64 instruction helpers from helper.c
Guan Xuetao
2012-08-11
unicore32-softmmu: Add coprocessor 0(sysctrl) and 1(ocd) instruction support
Guan Xuetao
2012-08-11
unicore32-softmmu: Add unicore32-softmmu build support
Guan Xuetao
2012-03-30
target-unicore32: Move CPU-dependent init into initfn
Andreas Färber
2012-03-30
target-unicore32: QOM'ify CPU
Andreas Färber
2012-03-30
target-unicore32: License future contributions under GPLv2+
Andreas Färber
2012-03-14
target-unicore32: Don't overuse CPUState
Andreas Färber
2012-02-28
target-unicore32: Clean includes
Stefan Weil
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-08-07
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
Blue Swirl
2011-06-26
Remove exec-all.h include directives
Blue Swirl
2011-04-12
unicore32: add target-unicore32 directory for unicore32-linux-user support
Guan Xuetao