Age | Commit message (Expand) | Author | Files | Lines |
2022-04-26 | target/nios2: Remove nios2_cpu_record_sigsegv | Richard Henderson | 3 | -21/+3 |
2022-04-26 | target/nios2: Remove user-only nios2_cpu_do_interrupt | Richard Henderson | 1 | -8/+0 |
2022-04-21 | compiler.h: replace QEMU_NORETURN with G_NORETURN | Marc-André Lureau | 1 | -3/+3 |
2022-04-20 | target/nios2: Remove log_cpu_state from reset | Richard Henderson | 1 | -5/+0 |
2022-04-20 | exec/translator: Pass the locked filepointer to disas_log hook | Richard Henderson | 1 | -3/+4 |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau | 1 | -1/+0 |
2022-04-06 | Replace qemu_gettimeofday() with g_get_real_time() | Marc-André Lureau | 1 | -13/+10 |
2022-03-22 | m68k/nios2-semi: fix gettimeofday() result check | Marc-André Lureau | 1 | -1/+1 |
2022-03-06 | target: Use ArchCPU as interface to target CPU | Philippe Mathieu-Daudé | 1 | -1/+1 |
2022-03-06 | target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macro | Philippe Mathieu-Daudé | 1 | -2/+1 |
2022-03-06 | target: Use CPUArchState as interface to target-specific CPU state | Philippe Mathieu-Daudé | 1 | -2/+2 |
2022-03-06 | target: Include missing 'cpu.h' | Philippe Mathieu-Daudé | 1 | -0/+2 |
2022-03-03 | target/nios2: Rewrite interrupt handling | Richard Henderson | 5 | -36/+9 |
2022-03-03 | target/nios2: Special case ipending in rdctl and wrctl | Richard Henderson | 1 | -0/+14 |
2022-03-03 | target/nios2: Split mmu_write | Richard Henderson | 4 | -107/+100 |
2022-03-03 | target/nios2: Hoist R_ZERO check in rdctl | Richard Henderson | 1 | -3/+5 |
2022-03-03 | target/nios2: Only build mmu.c for system mode | Richard Henderson | 2 | -5/+1 |
2022-03-03 | target/nios2: Replace MMU_LOG with tracepoints | Richard Henderson | 2 | -68/+38 |
2022-03-03 | target/nios2: Remove mmu_read_debug | Richard Henderson | 5 | -44/+0 |
2022-01-06 | linux-user/nios2: Map a real kuser page | Richard Henderson | 1 | -9/+0 |
2022-01-06 | linux-user/nios2: Properly emulate EXCP_TRAP | Richard Henderson | 2 | -2/+17 |
2021-11-02 | target/nios2: Implement nios2_cpu_record_sigsegv | Richard Henderson | 3 | -5/+14 |
2021-10-22 | disas/nios2: Simplify endianess conversion | Philippe Mathieu-Daudé | 1 | -5/+1 |
2021-09-21 | hw/core: Make do_unaligned_access noreturn | Richard Henderson | 1 | -2/+2 |
2021-09-21 | include/exec: Move cpu_signal_handler declaration | Richard Henderson | 1 | -2/+0 |
2021-09-16 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.2-pull-re... | Peter Maydell | 1 | -1/+1 |
2021-09-14 | target/nios2: Restrict cpu_exec_interrupt() handler to sysemu | Philippe Mathieu-Daudé | 1 | -2/+3 |
2021-09-13 | linux-user: Don't include gdbstub.h in qemu.h | Peter Maydell | 1 | -1/+1 |
2021-07-30 | target/nios2: Mark raise_exception() as noreturn | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-07-21 | accel/tcg: Remove TranslatorOps.breakpoint_check | Richard Henderson | 1 | -27/+0 |
2021-07-12 | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into... | Peter Maydell | 1 | -14/+1 |
2021-07-09 | target/nios2: Use translator_use_goto_tb | Richard Henderson | 1 | -14/+1 |
2021-07-09 | meson: Introduce target-specific Kconfig | Philippe Mathieu-Daudé | 1 | -0/+2 |
2021-06-29 | target/nios2: Use pc_next for pc + 4 | Richard Henderson | 1 | -6/+6 |
2021-06-29 | target/nios2: Inline handle_instruction | Richard Henderson | 1 | -35/+31 |
2021-06-29 | target/nios2: Clean up goto in handle_instruction | Richard Henderson | 1 | -6/+2 |
2021-06-29 | target/nios2: Remove assignment to env in handle_instruction | Richard Henderson | 1 | -1/+2 |
2021-06-29 | target/nios2: Convert to TranslatorOps | Richard Henderson | 1 | -65/+67 |
2021-06-29 | target/nios2: Add DisasContextBase to DisasContext | Richard Henderson | 1 | -34/+36 |
2021-06-29 | target/nios2: Use global cpu_R | Richard Henderson | 1 | -39/+34 |
2021-06-29 | target/nios2: Use global cpu_env | Richard Henderson | 1 | -6/+4 |
2021-06-29 | target/nios2: Replace DISAS_TB_JUMP with DISAS_NORETURN | Richard Henderson | 1 | -5/+3 |
2021-06-05 | target/nios2: fix page-fit instruction count | Pavel Dovgalyuk | 1 | -1/+1 |
2021-05-26 | hw/core: Constify TCGCPUOps | Richard Henderson | 1 | -1/+1 |
2021-05-26 | cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOps | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-05-26 | cpu: Introduce SysemuCPUOps structure | Philippe Mathieu-Daudé | 1 | -0/+8 |
2021-03-10 | semihosting: Move include/hw/semihosting/ -> include/semihosting/ | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-02-05 | cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass | Claudio Fontana | 1 | -5/+13 |
2021-02-05 | cpu: move do_unaligned_access to tcg_ops | Claudio Fontana | 1 | -1/+1 |
2021-02-05 | cpu: move cc->do_interrupt to tcg_ops | Claudio Fontana | 1 | -1/+1 |