aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2023-05-02target/arm: Add compile time asserts to load/store_cpu_field macrosPeter Maydell
2023-05-02target/arm: Define and use new load_cpu_field_low32()Peter Maydell
2023-05-02arm/Kconfig: Always select SEMIHOSTING when TCG is presentFabiano Rosas
2023-05-02target/arm: move cpu_tcg to tcg/cpu32.cClaudio Fontana
2023-05-02target/arm: Move 64-bit TCG CPUs into tcg/Fabiano Rosas
2023-05-02target/arm: Do not expose all -cpu max features to qtestsFabiano Rosas
2023-05-02target/arm: Extract TCG -cpu max code into a functionFabiano Rosas
2023-05-02target/arm: Remove dead code from cpu_max_set_sve_max_vqFabiano Rosas
2023-05-02target/arm: Move cortex sysregs into a separate fileFabiano Rosas
2023-04-29Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2023-04-28target/i386: Add support for PREFETCHIT0/1 in CPUID enumerationJiaxi Chen
2023-04-28target/i386: Add support for AVX-NE-CONVERT in CPUID enumerationJiaxi Chen
2023-04-28target/i386: Add support for AVX-VNNI-INT8 in CPUID enumerationJiaxi Chen
2023-04-28target/i386: Add support for AVX-IFMA in CPUID enumerationJiaxi Chen
2023-04-28target/i386: Add support for AMX-FP16 in CPUID enumerationJiaxi Chen
2023-04-28target/i386: Add support for CMPCCXADD in CPUID enumerationJiaxi Chen
2023-04-28i386/cpu: Update how the EBX register of CPUID 0x8000001F is setTom Lendacky
2023-04-28i386/sev: Update checks and information related to reduced-phys-bitsTom Lendacky
2023-04-28s390x/gdb: Split s390-virt.xmlIlya Leoshkevich
2023-04-23tcg: Replace tcg_abort with g_assert_not_reachedRichard Henderson
2023-04-22Merge tag 'pull-hex-20230421' of https://github.com/quic/qemu into stagingRichard Henderson
2023-04-22Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2023-04-21Hexagon (target/hexagon) Add overrides for cache/sync/barrier instructionsTaylor Simpson
2023-04-21Hexagon (target/hexagon) Remove unused slot variable in helpersTaylor Simpson
2023-04-21Hexagon (target/hexagon) Updates to USR should use get_result_gprTaylor Simpson
2023-04-21Hexagon (target/hexagon) Add overrides for count trailing zeros/onesTaylor Simpson
2023-04-21Hexagon (target/hexagon) Merge arguments to probe_pkt_scalar_hvx_storesTaylor Simpson
2023-04-21Hexagon (target/hexagon) Remove redundant/unused macrosTaylor Simpson
2023-04-21Use black code style for python scriptsMarco Liebel
2023-04-21Use f-strings in python scriptsMarco Liebel
2023-04-21Hexagon (translate.c): avoid redundant PC updates on COFMatheus Tavares Bernardino
2023-04-21Merge tag 'pull-request-2023-04-20' of https://gitlab.com/thuth/qemu into sta...Richard Henderson
2023-04-20target/i386: Set family/model/stepping of the "max" CPU according to LM bitThomas Huth
2023-04-20target/arm: Report pauth information to gdb as 'pauth_v2'Peter Maydell
2023-04-20target/arm: Implement FEAT_PAN3Peter Maydell
2023-04-20target/arm: Don't set ISV when reporting stage 1 faults in ESR_EL2Peter Maydell
2023-04-20target/arm: Pass ARMMMUFaultInfo to merge_syn_data_abort()Peter Maydell
2023-04-20target/arm: Initialize debug capabilities only onceAkihiko Odaki
2023-04-20target/arm: Remove KVM AArch32 CPU definitionsPhilippe Mathieu-Daudé
2023-04-20target/i386: Change wrong XFRM value in SGX CPUID leafYang Zhong
2023-04-20target/mips: tcg: detect out-of-bounds accesses to cpu_gpr and cpu_gpr_hiPaolo Bonzini
2023-04-20target/i386: Avoid unreachable variable declaration in mmu_translate()Peter Maydell
2023-04-10target/arm: Copy guarded bit in combine_cacheattrsRichard Henderson
2023-04-10target/arm: PTE bit GP only applies to stage1Richard Henderson
2023-04-09target/ppc: Fix temp usage in gen_op_arith_modwRichard Henderson
2023-04-04Merge tag 'pull-loongarch-20230404' of https://gitlab.com/gaosong/qemu into s...Peter Maydell
2023-04-04target/loongarch: Enables plugins to get instruction codestanhongze
2023-04-03target/arm: Fix generated code for cpreg reads when HSTR is activePeter Maydell
2023-04-03target/arm: Fix non-TCG build failure by inlining pauth_ptr_mask()Philippe Mathieu-Daudé
2023-03-28softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accelPhilippe Mathieu-Daudé