index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target-m68k
/
helper.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kill off cpu_state_reset()
Andreas Färber
2012-06-04
1
-5
/
+0
*
target-m68k: Add QOM CPU subclasses
Andreas Färber
2012-04-30
1
-89
/
+49
*
target-m68k: Start QOM'ifying CPU init
Andreas Färber
2012-04-30
1
-1
/
+1
*
target-m68k: QOM'ify CPU reset
Andreas Färber
2012-04-30
1
-16
/
+2
*
target-m68k: QOM'ify CPU
Andreas Färber
2012-04-30
1
-7
/
+4
*
target-m68k: Don't overuse CPUState
Andreas Färber
2012-03-14
1
-39
/
+39
*
Rename cpu_reset() to cpu_state_reset()
Andreas Färber
2012-03-14
1
-2
/
+2
*
target-m68k: Clean includes
Stefan Weil
2012-02-28
1
-5
/
+0
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-2
/
+2
*
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
Blue Swirl
2011-08-07
1
-2
/
+2
*
Remove exec-all.h include directives
Blue Swirl
2011-06-26
1
-1
/
+0
*
Fix typos in comments and code (occured -> occurred and related)
Stefan Weil
2011-05-08
1
-1
/
+1
*
softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()
Peter Maydell
2011-01-02
1
-3
/
+3
*
target-xxx: Use fprintf_function (format checking)
Stefan Weil
2010-10-30
1
-1
/
+1
*
m68k: fix if statement with empty body, spotted by clang
Blue Swirl
2010-04-23
1
-2
/
+3
*
Large page TLB flush
Paul Brook
2010-03-17
1
-2
/
+3
*
Remove cpu_get_phys_page_debug from userspace emulation
Paul Brook
2010-03-12
1
-8
/
+8
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-5
/
+5
*
Get rid of _t suffix
malc
2009-10-01
1
-5
/
+5
*
Update to a hopefully more future proof FSF address
Blue Swirl
2009-07-16
1
-2
/
+1
*
Add m68k_cpu_list()
Laurent Vivier
2009-05-09
1
-0
/
+9
*
qemu: introduce qemu_init_vcpu (Marcelo Tosatti)
aliguori
2009-04-24
1
-0
/
+1
*
clean build: Fix remaining m68k warnings
aurel32
2009-03-07
1
-5
/
+0
*
targets: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2009-02-05
1
-2
/
+0
*
Log reset events (Jan Kiszka)
aliguori
2009-01-26
1
-0
/
+5
*
Update FSF address in GPL/LGPL boilerplate
aurel32
2009-01-04
1
-1
/
+1
*
Allocate cleared memory for cpu state.
pbrook
2008-12-01
1
-1
/
+1
*
Add GDB XML register description support.
pbrook
2008-10-11
1
-0
/
+33
*
Convert m68k target to TCG.
pbrook
2008-05-24
1
-48
/
+552
*
Remove osdep.c/qemu-img code duplication
aurel32
2008-04-11
1
-0
/
+1
*
Handle cpu_model in copy_cpu(), by Kirill A. Shutemov.
ths
2007-12-09
1
-1
/
+3
*
Add strict checking mode for softfp code.
pbrook
2007-11-18
1
-1
/
+1
*
added missing return
bellard
2007-11-12
1
-0
/
+1
*
added cpu_model parameter to cpu_init()
bellard
2007-11-10
1
-3
/
+40
*
Replace is_user variable with mmu_idx in softmmu core,
j_mayer
2007-10-14
1
-3
/
+3
*
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-09-16
1
-5
/
+5
*
Improve ColdFire CPU selection.
pbrook
2007-06-03
1
-2
/
+7
*
MCF5208 emulation.
pbrook
2007-06-03
1
-1
/
+25
*
ColdFire EMAC support.
pbrook
2007-05-29
1
-2
/
+36
*
Rework m68k cpu feature flags.
pbrook
2007-05-26
1
-0
/
+63
*
m68k/ColdFire system emulation.
pbrook
2007-05-23
1
-1
/
+63
*
ColdFire target.
pbrook
2006-10-22
1
-0
/
+149