aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2024-10-30target/riscv: zicfilp `lpad` impl and branch trackingDeepak Gupta
2024-10-30target/riscv: tracking indirect branches (fcfi) for zicfilpDeepak Gupta
2024-10-30target/riscv: additional code information for sw checkDeepak Gupta
2024-10-30target/riscv: save and restore elp state on priv transitionsDeepak Gupta
2024-10-30target/riscv: Introduce elp state and enabling controls for zicfilpDeepak Gupta
2024-10-30target/riscv: Add zicfilp extensionDeepak Gupta
2024-10-30target/riscv: expose *envcfg csr and priv to qemu-user as wellDeepak Gupta
2024-10-30target/riscv: Set vtype.vill on CPU resetRob Bradford
2024-10-30target/riscv: Add max32 CPU for RV64 QEMULIU Zhiwei
2024-10-30target/riscv: Enable RV32 CPU support in RV64 QEMUTANG Tiancheng
2024-10-30target/riscv: Correct mcause/scause bit width for RV32 in RV64 QEMUTANG Tiancheng
2024-10-30target/riscv: Detect sxl to set bit width for RV32 in RV64TANG Tiancheng
2024-10-30target/riscv: Correct SXL return value for RV32 in RV64 QEMUTANG Tiancheng
2024-10-30target/riscv: Adjust PMP size for no-MMU RV64 QEMU running RV32TANG Tiancheng
2024-10-30target/riscv/csr.c: Fix an access to VXSATEvgenii Prokopiev
2024-10-29target/arm: kvm: require KVM_CAP_DEVICE_CTRLPaolo Bonzini
2024-10-29target/arm: Fix arithmetic underflow in SETM instructionIdo Plat
2024-10-29target/arm: Don't assert in regime_is_user() for E10 mmuidx valuesPeter Maydell
2024-10-29target/arm: Store FPSR cumulative exception bits in env->vfp.fpsrPeter Maydell
2024-10-29arm/kvm: add support for MTECornelia Huck
2024-10-24Merge tag 'pull-request-2024-10-23' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2024-10-23s390x: Rebuild IPLB for SCSI device directly from DIAG308Jared Rossi
2024-10-22target/i386: Remove ra parameter from ptw_translateRichard Henderson
2024-10-22target/i386: Use probe_access_full_mmu in ptw_translateRichard Henderson
2024-10-22target/i386: Walk NPT in guest real modeAlexander Graf
2024-10-18Merge tag 'pull-error-2024-10-18' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell
2024-10-18target/i386/cpu: Improve errors for out of bounds property valuesMarkus Armbruster
2024-10-18target/i386/cpu: Avoid mixing signed and unsigned in property settersMarkus Armbruster
2024-10-18Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2024-10-17target/i386: Use only 16 and 32-bit operands for IN/OUTRichard Henderson
2024-10-17target/i386/tcg: Use DPL-level accesses for interrupts and call gatesPaolo Bonzini
2024-10-17target/i386: assert that cc_op* and pc_save are preservedPaolo Bonzini
2024-10-17target/i386: list instructions still in translate.cPaolo Bonzini
2024-10-17target/i386: do not check PREFIX_LOCK in old-style decoderPaolo Bonzini
2024-10-17target/i386: convert CMPXCHG8B/CMPXCHG16B to new decoderPaolo Bonzini
2024-10-17target/i386: decode address before going back to translate.cPaolo Bonzini
2024-10-17target/i386: convert bit test instructions to new decoderPaolo Bonzini
2024-10-17Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into s...Peter Maydell
2024-10-17target/i386: Make sure SynIC state is really updated before KVM_RUNVitaly Kuznetsov
2024-10-17target/i386: Exclude 'hv-syndbg' from 'hv-passthrough'Vitaly Kuznetsov
2024-10-17target/i386: Fix conditional CONFIG_SYNDBG enablementVitaly Kuznetsov
2024-10-17target/i386: Add support save/load HWCR MSRGao Shiyuan
2024-10-17target/i386: Add more features enumerated by CPUID.7.2.EDXChao Gao
2024-10-17target/i386: Make invtsc migratable when user sets tsc-khz explicitlyXiaoyao Li
2024-10-17target/i386: Construct CPUID 2 as stateful iff times > 1Xiaoyao Li
2024-10-17target/i386: Enable fdp-excptn-only and zero-fcs-fdsXiaoyao Li
2024-10-17target/i386: Don't construct a all-zero entry for CPUID[0xD 0x3f]Xiaoyao Li
2024-10-16target/loongarch: Avoid bits shift exceeding width of bool typeBibo Mao
2024-10-15hw/mips: Have mips_cpu_create_with_clock() take an endianness argumentPhilippe Mathieu-Daudé
2024-10-15target/mips: Expose MIPSCPU::is_big_endian propertyPhilippe Mathieu-Daudé