Merge tag 'pull-tcg-20220906' of https://gitlab.com/rth7680/qemu into staging
Respect PROT_EXEC in user-only mode. Fix s390x, i386 and riscv for translations crossing a page. # -----BEGIN PGP SIGNATURE----- # # iQFRBAABCgA7FiEEekgeeIaLTbaoWgXAZN846K9+IV8FAmMW8TcdHHJpY2hhcmQu # aGVuZGVyc29uQGxpbmFyby5vcmcACgkQZN846K9+IV8qfwf9EYjXywES/UYzfeJC # 7irryE3iYddWP+ix3Q4WKaTc61plwP5MMCmeq4PjRo1IBAL5dTtUE1+AFXkEvm4L # EckSiT5D5d/wYOfhWSWxjblmMk7GUXRRgKzkF1ir3soIftQgXdb43PwAswuOca/v # dX7wXBJOoWmGWqXNNlQmGIl7c4uQTkOM6iTTLlm4Qg7SJC4MA6EiSZmXlvAs80lN # TCbBV5P89qseHwzhJUTMZEO+ZMAuTSjFSd/RqBexVa4ty5UJxxgBk21A8JtQPUhr # Y/Ezb0yhOcwrdjJ8REc267BZbdNgbaVNlUd7c9GKbv8bQUh0AoM9gnjGdoID88x9 # q0f+Pw== # =HmJB # -----END PGP SIGNATURE----- # gpg: Signature made Tue 06 Sep 2022 03:05:27 EDT # gpg: using RSA key 7A481E78868B4DB6A85A05C064DF38E8AF7E215F # gpg: issuer "richard.henderson@linaro.org" # gpg: Good signature from "Richard Henderson <richard.henderson@linaro.org>" [full] # Primary key fingerprint: 7A48 1E78 868B 4DB6 A85A 05C0 64DF 38E8 AF7E 215F * tag 'pull-tcg-20220906' of https://gitlab.com/rth7680/qemu : target/riscv: Make translator stop before the end of a page target/riscv: Add MAX_INSN_LEN and insn_len target/i386: Make translator stop before the end of a page target/s390x: Make translator stop before the end of a page accel/tcg: Add fast path for translator_ld* accel/tcg: Add pc and host_pc params to gen_intermediate_code accel/tcg: Remove translator_ldsw accel/tcg: Document the faulting lookup in tb_lookup_cmp accel/tcg: Use probe_access_internal for softmmu get_page_addr_code_hostp accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.c accel/tcg: Make tb_htable_lookup static accel/tcg: Unlock mmap_lock after longjmp accel/tcg: Properly implement get_page_addr_code for user-only accel/tcg: Introduce is_same_page() tests/tcg/i386: Move smc_code2 to an executable section linux-user: Clear translations on mprotect() linux-user: Honor PT_GNU_STACK linux-user/x86_64: Allocate vsyscall page as a commpage linux-user/hppa: Allocate page zero as a commpage linux-user/arm: Mark the commpage executable Signed-off-by:Stefan Hajnoczi <stefanha@redhat.com>
Showing
- accel/tcg/cpu-exec.c 76 additions, 67 deletionsaccel/tcg/cpu-exec.c
- accel/tcg/cputlb.c 26 additions, 67 deletionsaccel/tcg/cputlb.c
- accel/tcg/translate-all.c 12 additions, 17 deletionsaccel/tcg/translate-all.c
- accel/tcg/translator.c 102 additions, 33 deletionsaccel/tcg/translator.c
- accel/tcg/user-exec.c 14 additions, 3 deletionsaccel/tcg/user-exec.c
- include/elf.h 1 addition, 0 deletionsinclude/elf.h
- include/exec/cpu-common.h 1 addition, 0 deletionsinclude/exec/cpu-common.h
- include/exec/exec-all.h 24 additions, 57 deletionsinclude/exec/exec-all.h
- include/exec/translator.h 67 additions, 33 deletionsinclude/exec/translator.h
- linux-user/arm/target_cpu.h 2 additions, 2 deletionslinux-user/arm/target_cpu.h
- linux-user/elfload.c 77 additions, 5 deletionslinux-user/elfload.c
- linux-user/mmap.c 4 additions, 2 deletionslinux-user/mmap.c
- linux-user/qemu.h 1 addition, 0 deletionslinux-user/qemu.h
- softmmu/physmem.c 12 additions, 0 deletionssoftmmu/physmem.c
- target/alpha/translate.c 3 additions, 2 deletionstarget/alpha/translate.c
- target/arm/translate.c 3 additions, 2 deletionstarget/arm/translate.c
- target/avr/translate.c 3 additions, 2 deletionstarget/avr/translate.c
- target/cris/translate.c 3 additions, 2 deletionstarget/cris/translate.c
- target/hexagon/translate.c 4 additions, 2 deletionstarget/hexagon/translate.c
- target/hppa/translate.c 3 additions, 2 deletionstarget/hppa/translate.c
Loading
Please register or sign in to comment