aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2024-10-08target/m68k: Always return a temporary from gen_lea_modeRichard Henderson
2024-10-07target/s390x: Use explicit big-endian LD/ST APIPhilippe Mathieu-Daudé
2024-10-07target/s390x: Replace ldtul_p() -> ldq_p()Philippe Mathieu-Daudé
2024-10-07target/m68k: Use explicit big-endian LD/ST APIPhilippe Mathieu-Daudé
2024-10-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2024-10-03target/i386/kvm: Report which action failed in kvm_arch_put/get_registersJulia Suvorova
2024-10-03kvm: Allow kvm_arch_get/put_registers to accept Error**Julia Suvorova
2024-10-03target/i386: Expose IBPB-BRTYPE and SBPB CPUID bits to the guestFabiano Rosas
2024-10-03kvm/i386: replace identity_base variable with a constantPaolo Bonzini
2024-10-03kvm/i386: refactor kvm_arch_init and split it into smaller functionsAni Sinha
2024-10-03Merge tag 'warn-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Peter Maydell
2024-10-02Merge tag 'pull-riscv-to-apply-20241002' of https://github.com/alistair23/qem...Peter Maydell
2024-10-02target/loongarch: fix -Werror=maybe-uninitialized false-positiveMarc-André Lureau
2024-10-02kvm/i386: fix return values of is_host_cpu_intel()Ani Sinha
2024-10-02kvm/i386: make kvm_filter_msr() and related definitions private to kvm moduleAni Sinha
2024-10-02target/i386: Raise the highest index value used for any VMCS encodingLei Wang
2024-10-02target/i386: Add VMX control bits for nested FRED supportXin Li (Intel)
2024-10-02target/i386: Delete duplicated macro definition CR4_FRED_MASKXin Li (Intel)
2024-10-02target/riscv/cpu_helper: Fix linking problem with semihosting disabledThomas Huth
2024-10-02target/riscv32: Fix masking of physical addressAndrew Jones
2024-10-02target: riscv: Add Svvptc extension supportAlexandre Ghiti
2024-10-02target/riscv: Add textra matching condition for the triggersAlvin Chang
2024-10-02target/riscv: Preliminary textra trigger CSR writting supportAlvin Chang
2024-10-02target/riscv/cpu.c: Add 'fcsr' register to QEMU log as a part of F extensionMaria Klauchek
2024-10-02target/riscv: Stop timer with infinite timecmpAndrew Jones
2024-10-02target/riscv/kvm: Fix the group bit setting of AIAAndrew Jones
2024-10-02target: riscv: Enable Bit Manip for OpenTitan Ibex CPUAlistair Francis
2024-10-02target/riscv: fix za64rs enablingVladimir Isaev
2024-10-02target/riscv/tcg/tcg-cpu.c: consider MISA bit choice in implied ruleDaniel Henrique Barboza
2024-10-02target/riscv: Add a property to set vl to ceil(AVL/2)Jason Chien
2024-10-01target/arm: Avoid target_ulong for physical address lookupsArd Biesheuvel
2024-09-28Merge tag 'pull-request-2024-09-25' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2024-09-27Merge tag 'pull-tcg-20240922' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2024-09-24target/riscv: remove break after g_assert_not_reached()Pierrick Bouvier
2024-09-24target/arm: remove break after g_assert_not_reached()Pierrick Bouvier
2024-09-24target/i386/kvm: replace assert(false) with g_assert_not_reached()Pierrick Bouvier
2024-09-24target/ppc: replace assert(0) with g_assert_not_reached()Pierrick Bouvier
2024-09-22target/ppc: Fix lxvx/stxvx facility checkFabiano Rosas
2024-09-20license: Update deprecated SPDX tag GPL-2.0+ to GPL-2.0-or-laterPhilippe Mathieu-Daudé
2024-09-20license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-laterPhilippe Mathieu-Daudé
2024-09-20target/hexagon: Rename macros.inc -> macros.h.incPhilippe Mathieu-Daudé
2024-09-20mark <zlib.h> with for-crc32 in a consistent mannerMichael Tokarev
2024-09-19target/arm: Correct ID_AA64ISAR1_EL1 value for neoverse-v1Peter Maydell
2024-09-19target/arm: Convert scalar [US]QSHRN, [US]QRSHRN, SQSHRUN to decodetreeRichard Henderson
2024-09-19target/arm: Convert vector [US]QSHRN, [US]QRSHRN, SQSHRUN to decodetreeRichard Henderson
2024-09-19target/arm: Convert SQSHL, UQSHL, SQSHLU (immediate) to decodetreeRichard Henderson
2024-09-19target/arm: Widen NeonGenNarrowEnvFn return to 64 bitsRichard Henderson
2024-09-19target/arm: Convert VQSHL, VQSHLU to gvecRichard Henderson
2024-09-19target/arm: Convert handle_scalar_simd_shli to decodetreeRichard Henderson
2024-09-19target/arm: Convert handle_scalar_simd_shri to decodetreeRichard Henderson