Age | Commit message (Expand) | Author | Files | Lines |
2022-06-02 | Merge tag 'm68k-for-7.1-pull-request' of https://github.com/vivier/qemu-m68k ... | Richard Henderson | 3 | -4/+16 |
2022-06-02 | linux-user/strace: Adjust get_thread_area for m68k | Richard Henderson | 1 | -0/+5 |
2022-06-02 | linux-user/strace: Use is_error in print_syscall_err | Richard Henderson | 1 | -1/+1 |
2022-06-02 | target/m68k: Implement TRAPcc | Richard Henderson | 1 | -0/+1 |
2022-06-02 | target/m68k: Fix address argument for EXCP_TRACE | Richard Henderson | 1 | -0/+3 |
2022-06-02 | target/m68k: Fix pc, c flag, and address argument for EXCP_DIV0 | Richard Henderson | 1 | -1/+1 |
2022-06-02 | target/m68k: Fix address argument for EXCP_CHK | Richard Henderson | 1 | -1/+1 |
2022-06-02 | linux-user/m68k: Handle EXCP_TRAP1 through EXCP_TRAP15 | Richard Henderson | 1 | -0/+4 |
2022-06-02 | target/m68k: Raise the TRAPn exception with the correct pc | Richard Henderson | 1 | -1/+0 |
2022-05-26 | linux-user: Add PowerPC ISA 3.1 and MMA to hwcap | Joel Stanley | 1 | -0/+4 |
2022-05-23 | linux-user/host/s390: Treat EX and EXRL as writes | Ilya Leoshkevich | 1 | -0/+7 |
2022-05-23 | linux-user/s390x: Fix unwinding from signal handlers | Ilya Leoshkevich | 1 | -0/+5 |
2022-05-23 | linux-user: Remove pointless CPU{ARCH}State casts | Philippe Mathieu-Daudé | 3 | -28/+25 |
2022-05-23 | linux-user: Have do_syscall() use CPUArchState* instead of void* | Philippe Mathieu-Daudé | 6 | -129/+129 |
2022-05-23 | linux-user/elfload: Remove pointless non-const CPUArchState cast | Philippe Mathieu-Daudé | 1 | -1/+1 |
2022-05-23 | linux-user/syscall.c: fix build without RLIMIT_RTTIME | Fabrice Fontaine | 1 | -0/+2 |
2022-05-23 | linux-user: Clean up arg_start/arg_end confusion | Richard Henderson | 4 | -12/+26 |
2022-05-11 | Clean up decorations and whitespace around header guards | Markus Armbruster | 1 | -1/+1 |
2022-04-26 | linux-user/nios2: Handle various SIGILL exceptions | Richard Henderson | 1 | -0/+12 |
2022-04-26 | target/nios2: Advance pc when raising exceptions | Richard Henderson | 1 | -6/+2 |
2022-04-26 | target/nios2: Implement Misaligned destination exception | Richard Henderson | 1 | -0/+6 |
2022-04-26 | target/nios2: Support division error exception | Richard Henderson | 1 | -0/+4 |
2022-04-26 | linux-user/nios2: Only initialize SP and PC in target_cpu_copy_regs | Richard Henderson | 2 | -23/+0 |
2022-04-26 | target/nios2: Split PC out of env->regs[] | Richard Henderson | 3 | -14/+13 |
2022-04-26 | linux-user/nios2: Use force_sig_fault for EXCP_DEBUG | Richard Henderson | 1 | -5/+1 |
2022-04-26 | target/nios2: Remove nios2_cpu_record_sigsegv | Richard Henderson | 1 | -10/+0 |
2022-04-26 | linux-user/nios2: Use QEMU_ESIGRETURN from do_rt_sigreturn | Richard Henderson | 1 | -8/+4 |
2022-04-26 | linux-user/nios2: Remove do_sigreturn | Richard Henderson | 1 | -7/+0 |
2022-04-26 | linux-user/nios2: Handle special qemu syscall return values | Richard Henderson | 1 | -0/+8 |
2022-04-26 | linux-user/nios2: Adjust error return | Richard Henderson | 1 | -2/+7 |
2022-04-26 | linux-user/nios2: Drop syscall 0 "workaround" | Richard Henderson | 1 | -4/+0 |
2022-04-26 | linux-user/nios2: Fix clone child return | Richard Henderson | 1 | -0/+1 |
2022-04-26 | linux-user/nios2: Hoist pc advance to the top of EXCP_TRAP | Richard Henderson | 1 | -2/+8 |
2022-04-22 | target/arm: Change CPUArchState.thumb to bool | Richard Henderson | 1 | -1/+1 |
2022-04-21 | compiler.h: replace QEMU_NORETURN with G_NORETURN | Marc-André Lureau | 2 | -2/+3 |
2022-04-21 | include: rename qemu-common.h qemu/help-texts.h | Marc-André Lureau | 1 | -1/+1 |
2022-04-20 | Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into staging | Richard Henderson | 1 | -1/+0 |
2022-04-20 | Don't include sysemu/tcg.h if it is not necessary | Thomas Huth | 1 | -1/+0 |
2022-04-20 | linux-user: Use qemu_set_log_filename_flags | Richard Henderson | 1 | -6/+5 |
2022-04-20 | linux-user: Expand log_page_dump inline | Richard Henderson | 2 | -16/+36 |
2022-04-20 | util/log: Pass Error pointer to qemu_set_log | Richard Henderson | 1 | -1/+1 |
2022-04-20 | util/log: Drop manual log buffering | Richard Henderson | 1 | -1/+0 |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau | 16 | -16/+0 |
2022-04-06 | Replace qemu_real_host_page variables with inlined functions | Marc-André Lureau | 2 | -3/+3 |
2022-04-06 | Replace TARGET_WORDS_BIGENDIAN | Marc-André Lureau | 14 | -20/+20 |
2022-04-06 | Replace config-time define HOST_WORDS_BIGENDIAN | Marc-André Lureau | 4 | -9/+8 |
2022-04-04 | linux-user/ppc: Narrow type of ccr in save_user_regs | Richard Henderson | 1 | -1/+1 |
2022-03-31 | linux-user/sh4/termbits: Silence warning about TIOCSER_TEMT double definition | Thomas Huth | 1 | -1/+1 |
2022-03-23 | linux-user/arm: Implement __kernel_cmpxchg64 with host atomics | Richard Henderson | 1 | -39/+36 |
2022-03-23 | linux-user/arm: Implement __kernel_cmpxchg with host atomics | Richard Henderson | 1 | -25/+62 |