| Commit message (Expand) | Author | Age | Files | Lines |
* | target/m68k: add M68K_FEATURE_UNALIGNED_DATA feature | Mark Cave-Ayland | 2021-03-11 | 1 | -0/+2 |
* | target/m68k: reformat m68k_features enum | Mark Cave-Ayland | 2021-03-11 | 1 | -22/+44 |
* | m68k: add MSP detection support for stack pointer swap helpers | Lucien Murray-Pitts | 2021-02-11 | 1 | -1/+8 |
* | m68k: MOVEC insn. should generate exception if wrong CR is accessed | Lucien Murray-Pitts | 2021-02-11 | 1 | -0/+1 |
* | m68k: add missing BUSCR/PCR CR defines, and BUSCR/PCR/CAAR CR to m68k_move_to... | Lucien Murray-Pitts | 2021-02-11 | 1 | -0/+4 |
* | m68k: cascade m68k_features by m680xx_cpu_initfn() to improve readability | Lucien Murray-Pitts | 2021-02-11 | 1 | -0/+1 |
* | m68k: improve cpu instantiation comments | Lucien Murray-Pitts | 2021-02-11 | 1 | -20/+29 |
* | target/m68k: Add vmstate definition for M68kCPU | Laurent Vivier | 2020-12-12 | 1 | -0/+1 |
* | target/m68k: remove useless qregs array | Laurent Vivier | 2020-12-12 | 1 | -4/+0 |
* | gdbstub: extend GByteArray to read register helpers | Alex Bennée | 2020-03-17 | 1 | -1/+1 |
* | target/m68k: Use cpu_*_mmuidx_ra instead of MMU_MODE{0,1}_SUFFIX | Richard Henderson | 2020-01-16 | 1 | -2/+0 |
* | target/m68k: only change valid bits in CACR | Laurent Vivier | 2020-01-07 | 1 | -1/+4 |
* | m68k comments break patch submission due to being incorrectly formatted | Lucien Murray-Pitts | 2019-06-26 | 1 | -11/+18 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -1/+0 |
* | cpu: Remove CPU_COMMON | Richard Henderson | 2019-06-10 | 1 | -2/+0 |
* | cpu: Introduce CPUNegativeOffsetState | Richard Henderson | 2019-06-10 | 1 | -0/+1 |
* | cpu: Move ENV_OFFSET to exec/gen-icount.h | Richard Henderson | 2019-06-10 | 1 | -1/+0 |
* | target/m68k: Use env_cpu | Richard Henderson | 2019-06-10 | 1 | -5/+0 |
* | cpu: Replace ENV_GET_CPU with env_cpu | Richard Henderson | 2019-06-10 | 1 | -2/+0 |
* | cpu: Define ArchCPU | Richard Henderson | 2019-06-10 | 1 | -0/+1 |
* | cpu: Define CPUArchState with typedef | Richard Henderson | 2019-06-10 | 1 | -2/+2 |
* | tcg: Split out target/arch/cpu-param.h | Richard Henderson | 2019-06-10 | 1 | -14/+2 |
* | Merge remote-tracking branch 'remotes/vivier/tags/m68k-staging-pull-request' ... | Peter Maydell | 2019-05-17 | 1 | -3/+4 |
|\ |
|
| * | target/m68k: Switch to transaction_failed hook | Peter Maydell | 2019-05-16 | 1 | -3/+4 |
* | | target/m68k: Convert to CPUClass::tlb_fill | Richard Henderson | 2019-05-10 | 1 | -2/+3 |
|/ |
|
* | qom/cpu: Simplify how CPUClass:cpu_dump_state() prints | Markus Armbruster | 2019-04-18 | 1 | -2/+1 |
* | target: Clean up how the dump_mmu() print | Markus Armbruster | 2019-04-18 | 1 | -1/+2 |
* | target: Simplify how the TARGET_cpu_list() print | Markus Armbruster | 2019-04-18 | 1 | -1/+1 |
* | target/m68k: Fix LGPL information in the file headers | Thomas Huth | 2019-01-30 | 1 | -2/+2 |
* | target/m68k: use EXCP_ILLEGAL instead of EXCP_UNSUPPORTED | Laurent Vivier | 2018-11-01 | 1 | -1/+0 |
* | cpu: get rid of unused cpu_init() defines | Igor Mammedov | 2018-03-19 | 1 | -2/+0 |
* | cpu: add CPU_RESOLVING_TYPE macro | Igor Mammedov | 2018-03-19 | 1 | -0/+1 |
* | target/m68k: add fmod/frem | Laurent Vivier | 2018-03-04 | 1 | -0/+1 |
* | target/*/cpu.h: remove softfloat.h | Alex Bennée | 2018-02-21 | 1 | -1/+0 |
* | m68k: implement movep instruction | Pavel Dovgalyuk | 2018-02-14 | 1 | -0/+1 |
* | target/m68k: add HMP command "info tlb" | Laurent Vivier | 2018-01-25 | 1 | -0/+4 |
* | target/m68k: add pflush/ptest | Laurent Vivier | 2018-01-25 | 1 | -0/+3 |
* | target/m68k: add moves | Laurent Vivier | 2018-01-25 | 1 | -2/+17 |
* | target/m68k: add Transparent Translation | Laurent Vivier | 2018-01-25 | 1 | -0/+18 |
* | target/m68k: add MC68040 MMU | Laurent Vivier | 2018-01-25 | 1 | -6/+109 |
* | accel/tcg: add size paremeter in tlb_fill() | Laurent Vivier | 2018-01-25 | 1 | -1/+1 |
* | target/m68k: fix m68k_cpu_dump_state() | Laurent Vivier | 2018-01-04 | 1 | -1/+2 |
* | target/m68k: add the Interrupt Stack Pointer | Laurent Vivier | 2018-01-04 | 1 | -1/+69 |
* | target/m68k: add move16 | Laurent Vivier | 2018-01-04 | 1 | -0/+1 |
* | target/m68k: add chk and chk2 | Laurent Vivier | 2018-01-04 | 1 | -0/+1 |
* | target/m68k: manage 680x0 stack frames | Laurent Vivier | 2018-01-04 | 1 | -0/+1 |
* | target/m68k: add CPU_LOG_INT trace | Laurent Vivier | 2018-01-04 | 1 | -0/+8 |
* | target/m68k: fix set_cc_op() | Laurent Vivier | 2017-12-21 | 1 | -1/+1 |
* | m68k: cleanup cpu type name composition | Igor Mammedov | 2017-10-27 | 1 | -0/+3 |
* | m68k: replace cpu_m68k_init() with cpu_generic_init() | Igor Mammedov | 2017-09-01 | 1 | -2/+1 |