index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
m68k
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-6.0-pull-request' ...
Peter Maydell
2021-03-12
4
-24
/
+82
|
\
|
*
target/m68k: add M68K_FEATURE_UNALIGNED_DATA feature
Mark Cave-Ayland
2021-03-11
3
-1
/
+7
|
*
target/m68k: reformat m68k_features enum
Mark Cave-Ayland
2021-03-11
1
-22
/
+44
|
*
target/m68k: don't set SSW ATC bit for physical bus errors
Mark Cave-Ayland
2021-03-11
1
-1
/
+11
|
*
target/m68k: implement rtr instruction
Laurent Vivier
2021-03-11
1
-0
/
+20
*
|
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...
Peter Maydell
2021-03-11
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Various spelling fixes
Michael Tokarev
2021-03-09
1
-1
/
+1
*
|
semihosting: Move include/hw/semihosting/ -> include/semihosting/
Philippe Mathieu-Daudé
2021-03-10
1
-1
/
+1
|
/
*
target/m68k: Drop use of gdb_get_float64() and ldfq_p()
Peter Maydell
2021-02-15
1
-3
/
+2
*
m68k: add MSP detection support for stack pointer swap helpers
Lucien Murray-Pitts
2021-02-11
3
-2
/
+11
*
m68k: MOVEC insn. should generate exception if wrong CR is accessed
Lucien Murray-Pitts
2021-02-11
4
-46
/
+146
*
m68k: add missing BUSCR/PCR CR defines, and BUSCR/PCR/CAAR CR to m68k_move_to...
Lucien Murray-Pitts
2021-02-11
2
-0
/
+14
*
m68k: improve comments on m68k_move_to/from helpers
Lucien Murray-Pitts
2021-02-11
1
-9
/
+30
*
m68k: cascade m68k_features by m680xx_cpu_initfn() to improve readability
Lucien Murray-Pitts
2021-02-11
2
-34
/
+39
*
m68k: improve cpu instantiation comments
Lucien Murray-Pitts
2021-02-11
2
-20
/
+73
*
cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
Claudio Fontana
2021-02-05
1
-5
/
+14
*
cpu: move cc->transaction_failed to tcg_ops
Claudio Fontana
2021-02-05
1
-1
/
+1
*
cpu: move cc->do_interrupt to tcg_ops
Claudio Fontana
2021-02-05
1
-1
/
+1
*
cpu: Move tlb_fill to tcg_ops
Eduardo Habkost
2021-02-05
1
-1
/
+1
*
cpu: Move cpu_exec_* to tcg_ops
Eduardo Habkost
2021-02-05
1
-1
/
+1
*
cpu: Introduce TCGCpuOperations struct
Eduardo Habkost
2021-02-05
1
-1
/
+1
*
gdbstub: drop CPUEnv from gdb_exit()
Alex Bennée
2021-01-18
1
-1
/
+1
*
m68k: fix some comment spelling errors
zhaolichang
2020-12-12
1
-8
/
+8
*
target/m68k: Add vmstate definition for M68kCPU
Laurent Vivier
2020-12-12
3
-6
/
+198
*
target/m68k: remove useless qregs array
Laurent Vivier
2020-12-12
1
-4
/
+0
*
m68k: do not use ram_size global
Paolo Bonzini
2020-12-10
1
-2
/
+3
*
hmp: Pass monitor to mon_get_cpu_env()
Kevin Wolf
2020-11-13
1
-1
/
+1
*
qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros
Eduardo Habkost
2020-09-18
1
-1
/
+1
*
Use OBJECT_DECLARE_TYPE where possible
Eduardo Habkost
2020-09-09
1
-4
/
+2
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-6
/
+2
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-3
/
+5
*
meson: target
Paolo Bonzini
2020-08-21
2
-5
/
+17
*
target/m68k: consolidate physical translation offset into get_physical_address()
Mark Cave-Ayland
2020-07-06
1
-11
/
+6
*
target/m68k: fix physical address translation in m68k_cpu_get_phys_page_debug()
Mark Cave-Ayland
2020-07-06
1
-0
/
+4
*
softfloat: merge floatx80_mod and floatx80_rem
Joseph Myers
2020-06-26
2
-84
/
+0
*
target/m68k: implement opcode fetoxm1
Laurent Vivier
2020-06-02
3
-0
/
+9
*
target/m68k: implement fmove.l #<data>,FPCR
Laurent Vivier
2020-06-02
1
-0
/
+14
*
softfloat: Name rounding mode enum
Richard Henderson
2020-05-19
1
-3
/
+3
*
softfloat: Replace flag with bool
Richard Henderson
2020-05-19
1
-35
/
+35
*
target/m68k: fix gdb for m68xxx
KONRAD Frederic
2020-05-06
1
-15
/
+37
*
gdbstub: Introduce gdb_get_float64() to get 64-bit float registers
Philippe Mathieu-Daudé
2020-05-06
1
-1
/
+2
*
target/m68k/helper: Fix m68k_fpu_gdb_get_reg() use of GByteArray
Philippe Mathieu-Daudé
2020-04-15
1
-2
/
+2
*
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...
Peter Maydell
2020-03-19
2
-5
/
+5
|
\
|
*
cpu: Use DeviceClass reset instead of a special CPUClass reset
Peter Maydell
2020-03-18
2
-5
/
+5
*
|
gdbstub: extend GByteArray to read register helpers
Alex Bennée
2020-03-17
3
-4
/
+4
*
|
target/m68k: use gdb_get_reg helpers
Alex Bennée
2020-03-17
1
-18
/
+11
|
/
*
cpu: Use cpu_class_set_parent_reset()
Greg Kurz
2020-01-24
1
-2
/
+1
*
m68k: Fix regression causing Single-Step via GDB/RSP to not single step
Laurent Vivier
2020-01-21
1
-15
/
+27
*
tcg: Search includes from the project root source directory
Philippe Mathieu-Daudé
2020-01-16
1
-1
/
+1
*
target/m68k: Use cpu_*_mmuidx_ra instead of MMU_MODE{0,1}_SUFFIX
Richard Henderson
2020-01-16
2
-32
/
+47
[next]