Age | Commit message (Expand) | Author |
2024-07-11 | target/arm: Convert ADDHN, SUBHN, RADDHN, RSUBHN to decodetree | Richard Henderson |
2024-07-11 | target/arm: Convert SADDW, SSUBW, UADDW, USUBW to decodetree | Richard Henderson |
2024-07-11 | target/arm: Convert SQDMULL, SQDMLAL, SQDMLSL to decodetree | Richard Henderson |
2024-07-11 | target/arm: Convert SADDL, SSUBL, SABDL, SABAL, and unsigned to decodetree | Richard Henderson |
2024-07-11 | target/arm: Convert SMULL, UMULL, SMLAL, UMLAL, SMLSL, UMLSL to decodetree | Richard Henderson |
2024-07-11 | target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementation | Peter Maydell |
2024-07-11 | target/arm: Set arm_v7m_tcg_ops cpu_exec_halt to arm_cpu_exec_halt() | Peter Maydell |
2024-07-11 | target/arm: Use cpu_env in cpu_untagged_addr | Richard Henderson |
2024-07-11 | target/arm: Allow FPCR bits that aren't in FPSCR | Peter Maydell |
2024-07-11 | target/arm: Rename FPSR_MASK and FPCR_MASK and define them symbolically | Peter Maydell |
2024-07-11 | target/arm: Rename FPCR_ QC, NZCV macros to FPSR_ | Peter Maydell |
2024-07-11 | target/arm: Store FPSR and FPCR in separate CPU state fields | Peter Maydell |
2024-07-11 | target/arm: Implement store_cpu_field_low32() macro | Peter Maydell |
2024-07-11 | target/arm: Support migration when FPSR/FPCR won't fit in the FPSCR | Peter Maydell |
2024-07-11 | target/arm: Make vfp_set_fpscr() call vfp_set_{fpcr, fpsr} | Peter Maydell |
2024-07-11 | target/arm: Make vfp_get_fpscr() call vfp_get_{fpcr, fpsr} | Peter Maydell |
2024-07-11 | target/arm: Correct comments about M-profile FPSCR | Peter Maydell |
2024-07-05 | gdbstub: Add support for MTE in user mode | Gustavo Romero |
2024-07-05 | target/arm: Make some MTE helpers widely available | Gustavo Romero |
2024-07-05 | target/arm: Fix exception case in allocation_tag_mem_probe | Gustavo Romero |
2024-07-04 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Richard Henderson |
2024-07-04 | target/i386/SEV: implement mask_cpuid_features | Paolo Bonzini |
2024-07-04 | target/i386: add support for masking CPUID features in confidential guests | Paolo Bonzini |
2024-07-03 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Richard Henderson |
2024-07-03 | hw/i386/fw_cfg: Add etc/e820 to fw_cfg late | David Woodhouse |
2024-07-03 | target/i386: add avx-vnni-int16 feature | Paolo Bonzini |
2024-07-03 | i386/sev: Fallback to the default SEV device if none provided in sev_get_capa... | Michal Privoznik |
2024-07-03 | i386/sev: Fix error message in sev_get_capabilities() | Michal Privoznik |
2024-07-03 | target/i386: do not include undefined bits in the AMD topoext leaf | Paolo Bonzini |
2024-07-03 | target/i386: SEV: fix formatting of CPUID mismatch message | Paolo Bonzini |
2024-07-03 | target/i386: drop AMD machine check bits from Intel CPUID | Paolo Bonzini |
2024-07-03 | target/i386: pass X86CPU to x86_cpu_get_supported_feature_word | Paolo Bonzini |
2024-07-02 | Merge tag 'hw-misc-20240702' of https://github.com/philmd/qemu into staging | Richard Henderson |
2024-07-02 | hvf: Drop ifdef for macOS versions older than 12.0 | Akihiko Odaki |
2024-07-01 | target/arm: Enable FEAT_Debugv8p8 for -cpu max | Gustavo Romero |
2024-07-01 | target/arm: Move initialization of debug ID registers | Gustavo Romero |
2024-07-01 | target/arm: Fix indentation | Gustavo Romero |
2024-07-01 | target/arm: Delete dead code from disas_simd_indexed | Richard Henderson |
2024-07-01 | target/arm: Convert FCMLA to decodetree | Richard Henderson |
2024-07-01 | target/arm: Convert FCADD to decodetree | Richard Henderson |
2024-07-01 | target/arm: Add data argument to do_fp3_vector | Richard Henderson |
2024-07-01 | target/arm: Convert BFMMLA, SMMLA, UMMLA, USMMLA to decodetree | Richard Henderson |
2024-07-01 | target/arm: Convert BFMLALB, BFMLALT to decodetree | Richard Henderson |
2024-07-01 | target/arm: Convert BFDOT to decodetree | Richard Henderson |
2024-07-01 | target/arm: Convert SUDOT, USDOT to decodetree | Richard Henderson |
2024-07-01 | target/arm: Convert SDOT, UDOT to decodetree | Richard Henderson |
2024-07-01 | target/arm: Convert SQRDMLAH, SQRDMLSH to decodetree | Richard Henderson |
2024-07-01 | target/arm: Fix FJCVTZS vs flush-to-zero | Richard Henderson |
2024-07-01 | target/arm: Fix SQDMULH (by element) with Q=0 | Richard Henderson |
2024-07-01 | target/arm: Fix VCMLA Dd, Dn, Dm[idx] | Richard Henderson |