aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-07target/riscv: Remove additional priv version check for mcountinhibitAtish Patra1-8/+0
2022-09-07hw/riscv: microchip_pfsoc: fix kernel panics due to missing peripheralsConor Dooley2-7/+74
2022-09-07hw/riscv: opentitan: bump opentitan versionWilfred Mallawa2-9/+14
2022-09-07target/riscv: Fix priority of csr related check in riscv_csrrw_checkWeiwei Li1-19/+25
2022-09-07hw/riscv: remove 'fdt' param from riscv_setup_rom_reset_vec()Daniel Henrique Barboza6-9/+6
2022-09-07target/riscv: Add Zihintpause supportDao Lu4-1/+25
2022-09-07target/riscv: rvv: Add option 'rvv_ma_all_1s' to enable optional mask agnosti...eopXD1-0/+1
2022-09-07target/riscv: rvv: Add mask agnostic for vector permutation instructionsYueh-Ting (eop) Chen2-2/+25
2022-09-07target/riscv: rvv: Add mask agnostic for vector mask instructionsYueh-Ting (eop) Chen2-0/+14
2022-09-07target/riscv: rvv: Add mask agnostic for vector floating-point instructionsYueh-Ting (eop) Chen2-0/+38
2022-09-07target/riscv: rvv: Add mask agnostic for vector fix-point arithmetic instruct...Yueh-Ting (eop) Chen1-10/+16
2022-09-07target/riscv: rvv: Add mask agnostic for vector integer comparison instructionsYueh-Ting (eop) Chen2-0/+11
2022-09-07target/riscv: rvv: Add mask agnostic for vector integer shift instructionsYueh-Ting (eop) Chen2-0/+8
2022-09-07target/riscv: rvv: Add mask agnostic for vx instructionsYueh-Ting (eop) Chen2-0/+5
2022-09-07target/riscv: rvv: Add mask agnostic for vector load / store instructionsYueh-Ting (eop) Chen2-11/+29
2022-09-07target/riscv: rvv: Add mask agnostic for vv instructionsYueh-Ting (eop) Chen6-2/+20
2022-09-07docs: List kvm as a supported accelerator on RISC-VBin Meng1-1/+1
2022-09-07target/riscv: Fix typo and restore Pointer Masking functionality for RISC-VAlexey Baturo1-1/+1
2022-09-07roms/opensbi: Upgrade from v1.0 to v1.1Bin Meng3-0/+0
2022-09-07target/riscv: Simplify the check in hmode to reuse the check in riscv_csrrw_c...Weiwei Li1-13/+5
2022-09-07target/riscv: Fix checks in hmode/hmode32Weiwei Li2-7/+7
2022-09-07target/riscv: Add check for csrs existed with U extensionWeiwei Li1-3/+21
2022-09-07target/riscv: Fix checkpatch warning may triggered in csr_ops tableWeiwei Li1-207/+234
2022-09-07target/riscv: H extension depends on I extensionWeiwei Li1-0/+6
2022-09-07target/riscv: Add check for supported privilege mode combinationsWeiwei Li1-0/+6
2022-09-07hw/riscv: virt: pass random seed to fdtJason A. Donenfeld1-0/+6
2022-09-07target/riscv: move zmmul out of the experimental propertiesWeiwei Li1-1/+2
2022-09-07target/riscv: fix shifts shamt value for rv128cFrédéric Pétrot3-11/+43
2022-09-07target/riscv: Force disable extensions if priv spec version does not matchAnup Patel1-56/+94
2022-09-07target/riscv: Update [m|h]tinst CSR in riscv_cpu_do_interrupt()Anup Patel3-6/+296
2022-09-06Merge tag 'samuel-thibault' of https://people.debian.org/~sthibault/qemu into...Stefan Hajnoczi1-2/+14
2022-09-06Merge tag 'pull-tcg-20220906' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi43-364/+963
2022-09-06target/riscv: Make translator stop before the end of a pageRichard Henderson3-4/+93
2022-09-06target/riscv: Add MAX_INSN_LEN and insn_lenRichard Henderson1-1/+9
2022-09-06target/i386: Make translator stop before the end of a pageIlya Leoshkevich3-25/+115
2022-09-06target/s390x: Make translator stop before the end of a pageIlya Leoshkevich4-4/+257
2022-09-06accel/tcg: Add fast path for translator_ld*Richard Henderson3-71/+141
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson25-53/+97
2022-09-06accel/tcg: Remove translator_ldswRichard Henderson2-2/+1
2022-09-06accel/tcg: Document the faulting lookup in tb_lookup_cmpRichard Henderson1-1/+10
2022-09-06accel/tcg: Use probe_access_internal for softmmu get_page_addr_code_hostpRichard Henderson1-50/+26
2022-09-06accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.cRichard Henderson3-12/+13
2022-09-06accel/tcg: Make tb_htable_lookup staticRichard Henderson2-64/+61
2022-09-06accel/tcg: Unlock mmap_lock after longjmpRichard Henderson2-9/+6
2022-09-06accel/tcg: Properly implement get_page_addr_code for user-onlyRichard Henderson3-58/+38
2022-09-06accel/tcg: Introduce is_same_page()Ilya Leoshkevich1-0/+10
2022-09-06tests/tcg/i386: Move smc_code2 to an executable sectionRichard Henderson1-1/+1
2022-09-06linux-user: Clear translations on mprotect()Ilya Leoshkevich1-2/+4
2022-09-06linux-user: Honor PT_GNU_STACKRichard Henderson3-1/+20
2022-09-06linux-user/x86_64: Allocate vsyscall page as a commpageRichard Henderson1-0/+23