Age | Commit message (Expand) | Author |
2024-06-05 | machine: allow early use of machine_require_guest_memfd | Paolo Bonzini |
2024-06-05 | update-linux-headers: import linux/kvm_para.h header | Paolo Bonzini |
2024-06-05 | linux-headers: Update to current kvm/next | Pankaj Gupta |
2024-06-05 | update-linux-headers: move pvpanic.h to correct directory | Paolo Bonzini |
2024-06-05 | update-linux-headers: fix forwarding to asm-generic headers | Paolo Bonzini |
2024-06-05 | target/i386: fix xsave.flat from kvm-unit-tests | Paolo Bonzini |
2024-06-05 | target/i386/tcg: Fix RDPID feature check | Zhao Liu |
2024-06-05 | target/i386: fix memory opsize for Mov to/from Seg | Xinyu Li |
2024-06-05 | target/i386: fix SSE and SSE2 feature check | Xinyu Li |
2024-06-05 | host/i386: assume presence of POPCNT | Paolo Bonzini |
2024-06-05 | host/i386: assume presence of SSSE3 | Paolo Bonzini |
2024-06-05 | host/i386: assume presence of SSE2 | Paolo Bonzini |
2024-06-05 | host/i386: assume presence of CMOV | Paolo Bonzini |
2024-06-05 | meson: assume x86-64-v2 baseline ISA | Paolo Bonzini |
2024-06-05 | host/i386: nothing looks at CPUINFO_SSE4 | Paolo Bonzini |
2024-06-05 | virtio-blk: remove SCSI passthrough functionality | Paolo Bonzini |
2024-06-05 | docs, tests: do not specify scsi=off | Paolo Bonzini |
2024-06-03 | Merge tag 'pull-ufs-20240603' of https://gitlab.com/jeuk20.kim/qemu into staging | Richard Henderson |
2024-06-03 | hw/ufs: Add support MCQ of UFSHCI 4.0 | Minwoo Im |
2024-06-03 | hw/ufs: Update MCQ-related fields to block/ufs.h | Minwoo Im |
2024-05-31 | Merge tag 'pull-target-arm-20240531' of https://git.linaro.org/people/pmaydel... | Richard Henderson |
2024-05-31 | hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT | David Hubbard |
2024-05-30 | target/arm: Implement FEAT WFxT and enable for '-cpu max' | Peter Maydell |
2024-05-30 | accel/tcg: Make TCGCPUOps::cpu_exec_halt return bool for whether to halt | Peter Maydell |
2024-05-30 | docs/system/target-arm: Re-alphabetize board list | Peter Maydell |
2024-05-30 | target/arm: Disable SVE extensions when SVE is disabled | Marcin Juszkiewicz |
2024-05-30 | target/arm: Convert FCSEL to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert FMADD, FMSUB, FNMADD, FNMSUB to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SQDMULH, SQRDMULH to decodetree | Richard Henderson |
2024-05-30 | target/arm: Tidy SQDMULH, SQRDMULH (vector) | Richard Henderson |
2024-05-30 | target/arm: Convert MLA, MLS to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert MUL, PMUL to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SABA, SABD, UABA, UABD to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SMAX, SMIN, UMAX, UMIN to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SRHADD, URHADD to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SRHADD, URHADD to gvec | Richard Henderson |
2024-05-30 | target/arm: Convert SHSUB, UHSUB to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SHSUB, UHSUB to gvec | Richard Henderson |
2024-05-30 | target/arm: Convert SHADD, UHADD to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SHADD, UHADD to gvec | Richard Henderson |
2024-05-30 | target/arm: Use TCG_COND_TSTNE in gen_cmtst_vec | Richard Henderson |
2024-05-30 | target/arm: Use TCG_COND_TSTNE in gen_cmtst_{i32, i64} | Richard Henderson |
2024-05-30 | target/arm: Convert CMGT, CMHI, CMGE, CMHS, CMTST, CMEQ to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert ADD, SUB (vector) to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SQRSHL, UQRSHL to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SQRSHL and UQRSHL (register) to gvec | Richard Henderson |
2024-05-30 | target/arm: Convert SQSHL, UQSHL to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SQSHL and UQSHL (register) to gvec | Richard Henderson |
2024-05-30 | target/arm: Convert SRSHL, URSHL to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SRSHL and URSHL (register) to gvec | Richard Henderson |