index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-m68k
/
helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-12
cpu: Pass CPUState to cpu_interrupt()
Andreas Färber
1
-1
/
+1
2013-03-12
exec: Pass CPUState to cpu_reset_interrupt()
Andreas Färber
1
-3
/
+5
2013-02-16
target-m68k: Pass M68kCPU to m68k_set_irq_level()
Andreas Färber
1
-1
/
+3
2013-02-16
target-m68k: Return M68kCPU from cpu_m68k_init()
Andreas Färber
1
-2
/
+2
2013-02-16
target-m68k: Move TCG initialization to M68kCPU initfn
Andreas Färber
1
-7
/
+0
2013-02-16
target-m68k: Introduce QOM realizefn for M68kCPU
Andreas Färber
1
-4
/
+10
2013-02-01
target-m68k: Rename CPU subtypes
Andreas Färber
1
-3
/
+8
2013-01-27
target-m68k: Detect attempt to instantiate non-CPU type in cpu_init()
Andreas Färber
1
-2
/
+4
2012-12-23
Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu
Andreas Färber
1
-1
/
+1
2012-12-19
cpu: Introduce CPUListState struct
Andreas Färber
1
-7
/
+2
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
1
-1
/
+1
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-1
/
+1
2012-06-04
Kill off cpu_state_reset()
Andreas Färber
1
-5
/
+0
2012-04-30
target-m68k: Add QOM CPU subclasses
Andreas Färber
1
-89
/
+49
2012-04-30
target-m68k: Start QOM'ifying CPU init
Andreas Färber
1
-1
/
+1
2012-04-30
target-m68k: QOM'ify CPU reset
Andreas Färber
1
-16
/
+2
2012-04-30
target-m68k: QOM'ify CPU
Andreas Färber
1
-7
/
+4
2012-03-14
target-m68k: Don't overuse CPUState
Andreas Färber
1
-39
/
+39
2012-03-14
Rename cpu_reset() to cpu_state_reset()
Andreas Färber
1
-2
/
+2
2012-02-28
target-m68k: Clean includes
Stefan Weil
1
-5
/
+0
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-2
/
+2
2011-08-07
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
Blue Swirl
1
-2
/
+2
2011-06-26
Remove exec-all.h include directives
Blue Swirl
1
-1
/
+0
2011-05-08
Fix typos in comments and code (occured -> occurred and related)
Stefan Weil
1
-1
/
+1
2011-01-02
softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()
Peter Maydell
1
-3
/
+3
2010-10-30
target-xxx: Use fprintf_function (format checking)
Stefan Weil
1
-1
/
+1
2010-04-23
m68k: fix if statement with empty body, spotted by clang
Blue Swirl
1
-2
/
+3
2010-03-17
Large page TLB flush
Paul Brook
1
-2
/
+3
2010-03-12
Remove cpu_get_phys_page_debug from userspace emulation
Paul Brook
1
-8
/
+8
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-5
/
+5
2009-10-01
Get rid of _t suffix
malc
1
-5
/
+5
2009-07-16
Update to a hopefully more future proof FSF address
Blue Swirl
1
-2
/
+1
2009-05-09
Add m68k_cpu_list()
Laurent Vivier
1
-0
/
+9
2009-04-24
qemu: introduce qemu_init_vcpu (Marcelo Tosatti)
aliguori
1
-0
/
+1
2009-03-07
clean build: Fix remaining m68k warnings
aurel32
1
-5
/
+0
2009-02-05
targets: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
1
-2
/
+0
2009-01-26
Log reset events (Jan Kiszka)
aliguori
1
-0
/
+5
2009-01-04
Update FSF address in GPL/LGPL boilerplate
aurel32
1
-1
/
+1
2008-12-01
Allocate cleared memory for cpu state.
pbrook
1
-1
/
+1
2008-10-11
Add GDB XML register description support.
pbrook
1
-0
/
+33
2008-05-24
Convert m68k target to TCG.
pbrook
1
-48
/
+552
2008-04-11
Remove osdep.c/qemu-img code duplication
aurel32
1
-0
/
+1
2007-12-09
Handle cpu_model in copy_cpu(), by Kirill A. Shutemov.
ths
1
-1
/
+3
2007-11-18
Add strict checking mode for softfp code.
pbrook
1
-1
/
+1
2007-11-12
added missing return
bellard
1
-0
/
+1
2007-11-10
added cpu_model parameter to cpu_init()
bellard
1
-3
/
+40
2007-10-14
Replace is_user variable with mmu_idx in softmmu core,
j_mayer
1
-3
/
+3
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
1
-5
/
+5
2007-06-03
Improve ColdFire CPU selection.
pbrook
1
-2
/
+7
2007-06-03
MCF5208 emulation.
pbrook
1
-1
/
+25
[next]