summary refs log tree commit diff stats
path: root/python/scripts (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-19target/riscv: refactor VSTART_CHECK_EARLY_EXIT() to accept vl as a parameterChao Liu4-60/+57
2025-03-19target/riscv/csr.c: fix OVERFLOW_BEFORE_WIDEN in rmw_sctrdepth()Daniel Henrique Barboza1-1/+1
2025-03-19hw/riscv/riscv-iommu: Fix process directory table walkJason Chien2-3/+7
2025-03-19target/riscv: fixes a bug against `ssamoswap` behavior in M-modeDeepak Gupta1-0/+17
2025-03-19target/riscv: fix access permission checks for CSR_SSPDeepak Gupta1-0/+5
2025-03-19optimize the memory probing for vector fault-only-first loads.Paolo Savini1-45/+58
2025-03-19docs/about/emulation: Fix broken linkSantiago Monserrat Campanello1-1/+1
2025-03-18Update version for v10.0.0-rc0 releaseStefan Hajnoczi1-1/+1
2025-03-17Revert "meson.build: default to -gsplit-dwarf for debug info"Paolo Bonzini3-10/+0
2025-03-17hw/misc: use extract64 instead of 1 << iTigran Sogomonian1-1/+1
2025-03-17vdpa: Allow vDPA to work on big-endian machineKonstantin Shkolnyy1-0/+13
2025-03-14meson.build: Set RUST_BACKTRACE for all testsPeter Maydell2-4/+6
2025-03-14target/arm: Simplify pstate_sm check in sve_access_checkRichard Henderson1-11/+11
2025-03-14target/arm: Make DisasContext.{fp, sve}_access_checked tristateRichard Henderson3-12/+17
2025-03-14util/cacheflush: Make first DSB unconditional on aarch64Joe Komlodi1-1/+3
2025-03-14Revert "hw/char/pl011: Warn when using disabled receiver"Paolo Bonzini1-9/+10
2025-03-14MAINTAINERS: Fix status for Arm boards I "maintain"Peter Maydell1-7/+7
2025-03-14target/arm: Forbid return to AArch32 when CPU is AArch64-onlyPeter Maydell1-0/+5
2025-03-14target/arm: Add cpu local variable to exception_return helperPeter Maydell1-3/+4
2025-03-14target/arm: HCR_EL2.RW should be RAO/WI if EL1 doesn't support AArch32Peter Maydell1-0/+12
2025-03-14hw/qxl: fix cprSteve Sistare1-3/+24
2025-03-14hw/loader: fix roms during cprSteve Sistare1-1/+4
2025-03-14pflash: fix cprSteve Sistare1-0/+5
2025-03-14migration: cpr_is_incomingSteve Sistare2-0/+6
2025-03-14target/arm: SCR_EL3.RW should be treated as 1 if EL2 doesn't support AArch32Peter Maydell2-5/+25
2025-03-14target/arm: Move arm_current_el() and arm_el_is_aa64() to internals.hPeter Maydell4-66/+69
2025-03-14target/arm: Move arm_cpu_data_is_big_endian() etc to internals.hPeter Maydell2-48/+48
2025-03-14linux-user/arm: Remove unused get_put_user macrosPeter Maydell1-39/+4
2025-03-14linux-user/aarch64: Remove unused get/put_user macrosPeter Maydell1-48/+0
2025-03-14target/arm: Un-inline access_secure_reg()Peter Maydell2-9/+12
2025-03-14target/arm: Move A32_BANKED_REG_{GET,SET} macros to cpregs.hPeter Maydell2-27/+28
2025-03-14docs: enable transmogrifier for QSD and QGAJohn Snow5-0/+17
2025-03-14docs: disambiguate references in qapi-domain.rstJohn Snow1-7/+7
2025-03-14docs: add QAPI namespace "QMP" to qemu-qmp-refJohn Snow3-2/+5
2025-03-14docs/qapi-domain: add namespaced index supportJohn Snow2-14/+40
2025-03-14docs/qapi_domain: add namespace support to cross-referencesJohn Snow2-47/+114<