aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-05machine: allow early use of machine_require_guest_memfdPaolo Bonzini
2024-06-05update-linux-headers: import linux/kvm_para.h headerPaolo Bonzini
2024-06-05linux-headers: Update to current kvm/nextPankaj Gupta
2024-06-05update-linux-headers: move pvpanic.h to correct directoryPaolo Bonzini
2024-06-05update-linux-headers: fix forwarding to asm-generic headersPaolo Bonzini
2024-06-05target/i386: fix xsave.flat from kvm-unit-testsPaolo Bonzini
2024-06-05target/i386/tcg: Fix RDPID feature checkZhao Liu
2024-06-05target/i386: fix memory opsize for Mov to/from SegXinyu Li
2024-06-05target/i386: fix SSE and SSE2 feature checkXinyu Li
2024-06-05host/i386: assume presence of POPCNTPaolo Bonzini
2024-06-05host/i386: assume presence of SSSE3Paolo Bonzini
2024-06-05host/i386: assume presence of SSE2Paolo Bonzini
2024-06-05host/i386: assume presence of CMOVPaolo Bonzini
2024-06-05meson: assume x86-64-v2 baseline ISAPaolo Bonzini
2024-06-05host/i386: nothing looks at CPUINFO_SSE4Paolo Bonzini
2024-06-05virtio-blk: remove SCSI passthrough functionalityPaolo Bonzini
2024-06-05docs, tests: do not specify scsi=offPaolo Bonzini
2024-06-03Merge tag 'pull-ufs-20240603' of https://gitlab.com/jeuk20.kim/qemu into stagingRichard Henderson
2024-06-03hw/ufs: Add support MCQ of UFSHCI 4.0Minwoo Im
2024-06-03hw/ufs: Update MCQ-related fields to block/ufs.hMinwoo Im
2024-05-31Merge tag 'pull-target-arm-20240531' of https://git.linaro.org/people/pmaydel...Richard Henderson
2024-05-31hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUTDavid Hubbard
2024-05-30target/arm: Implement FEAT WFxT and enable for '-cpu max'Peter Maydell
2024-05-30accel/tcg: Make TCGCPUOps::cpu_exec_halt return bool for whether to haltPeter Maydell
2024-05-30docs/system/target-arm: Re-alphabetize board listPeter Maydell
2024-05-30target/arm: Disable SVE extensions when SVE is disabledMarcin Juszkiewicz
2024-05-30target/arm: Convert FCSEL to decodetreeRichard Henderson
2024-05-30target/arm: Convert FMADD, FMSUB, FNMADD, FNMSUB to decodetreeRichard Henderson
2024-05-30target/arm: Convert SQDMULH, SQRDMULH to decodetreeRichard Henderson
2024-05-30target/arm: Tidy SQDMULH, SQRDMULH (vector)Richard Henderson
2024-05-30target/arm: Convert MLA, MLS to decodetreeRichard Henderson
2024-05-30target/arm: Convert MUL, PMUL to decodetreeRichard Henderson
2024-05-30target/arm: Convert SABA, SABD, UABA, UABD to decodetreeRichard Henderson
2024-05-30target/arm: Convert SMAX, SMIN, UMAX, UMIN to decodetreeRichard Henderson
2024-05-30target/arm: Convert SRHADD, URHADD to decodetreeRichard Henderson
2024-05-30target/arm: Convert SRHADD, URHADD to gvecRichard Henderson
2024-05-30target/arm: Convert SHSUB, UHSUB to decodetreeRichard Henderson
2024-05-30target/arm: Convert SHSUB, UHSUB to gvecRichard Henderson
2024-05-30target/arm: Convert SHADD, UHADD to decodetreeRichard Henderson
2024-05-30target/arm: Convert SHADD, UHADD to gvecRichard Henderson
2024-05-30target/arm: Use TCG_COND_TSTNE in gen_cmtst_vecRichard Henderson
2024-05-30target/arm: Use TCG_COND_TSTNE in gen_cmtst_{i32, i64}Richard Henderson
2024-05-30target/arm: Convert CMGT, CMHI, CMGE, CMHS, CMTST, CMEQ to decodetreeRichard Henderson
2024-05-30target/arm: Convert ADD, SUB (vector) to decodetreeRichard Henderson
2024-05-30target/arm: Convert SQRSHL, UQRSHL to decodetreeRichard Henderson
2024-05-30target/arm: Convert SQRSHL and UQRSHL (register) to gvecRichard Henderson
2024-05-30target/arm: Convert SQSHL, UQSHL to decodetreeRichard Henderson
2024-05-30target/arm: Convert SQSHL and UQSHL (register) to gvecRichard Henderson
2024-05-30target/arm: Convert SRSHL, URSHL to decodetreeRichard Henderson
2024-05-30target/arm: Convert SRSHL and URSHL (register) to gvecRichard Henderson