aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2024-02-16i386/cpuid: Decrease cpuid_i when skipping CPUID leaf 1FXiaoyao Li
2024-02-16target/i386: Add support of KVM_FEATURE_ASYNC_PF_VMEXIT for guestXiaoyao Li
2024-02-16i386/cpu: Mask with XCR0/XSS mask for FEAT_XSAVE_XCR0_HI and FEAT_XSAVE_XSS_H...Xiaoyao Li
2024-02-16i386/cpu: Clear FEAT_XSAVE_XSS_LO/HI leafs when CPUID_EXT_XSAVE is not availableXiaoyao Li
2024-02-16Merge tag 'hw-misc-20240215' of https://github.com/philmd/qemu into stagingPeter Maydell
2024-02-15target/sparc: implement asr17 feature for smpClément Chigot
2024-02-15target/sparc: Provide hint about CPUSPARCState::irq_manager memberPhilippe Mathieu-Daudé
2024-02-15target/mips: Remove the unused DisasContext::saar fieldPhilippe Mathieu-Daudé
2024-02-15target/mips: Remove CPUMIPSState::CP0_SAARI fieldPhilippe Mathieu-Daudé
2024-02-15target/mips: Remove helpers accessing SAARI registerPhilippe Mathieu-Daudé
2024-02-15target/mips: Remove CPUMIPSState::CP0_SAAR[2] fieldPhilippe Mathieu-Daudé
2024-02-15target/mips: Remove unused mips_def_t::SAARP fieldPhilippe Mathieu-Daudé
2024-02-15target/mips: Remove CPUMIPSState::saarp fieldPhilippe Mathieu-Daudé
2024-02-15target/mips: Remove MIPSITUState::itu fieldPhilippe Mathieu-Daudé
2024-02-15target/mips: Remove helpers accessing SAAR registersPhilippe Mathieu-Daudé
2024-02-15target/mips: Use qemu_irq typedef for CPUMIPSState::irq memberPhilippe Mathieu-Daudé
2024-02-15target/arm: Allow access to SPSR_hyp from hyp modePeter Maydell
2024-02-15target/arm: Add Cortex-R52 IMPDEF sysregsPeter Maydell
2024-02-15target/arm: The Cortex-R52 has a read-only CBARPeter Maydell
2024-02-15target/arm: Use new CBAR encoding for all v8 CPUs, not all aarch64 CPUsPeter Maydell
2024-02-15target/arm: Don't get MDCR_EL2 in pmu_counter_enabled() before checking ARM_F...Peter Maydell
2024-02-15target/arm: Fix SVE/SME gross MTE suppression checksRichard Henderson
2024-02-15target/arm: Handle mte in do_ldrq, do_ldroRichard Henderson
2024-02-15target/arm: Split out make_svemte_descRichard Henderson
2024-02-15target/arm: Adjust and validate mtedesc sizem1Richard Henderson
2024-02-15target/arm: Fix nregs computation in do_{ld,st}_zpaRichard Henderson
2024-02-14Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2024-02-14target/i386/cpu: Fix typo in commentBernhard Beschow
2024-02-14apic, i386/tcg: add x2apic transitionsBui Quang Minh
2024-02-14apic: add support for x2APIC modeBui Quang Minh
2024-02-14i386/tcg: implement x2APIC registers MSR accessBui Quang Minh
2024-02-13Merge tag 'hppa64-pull-request' of https://github.com/hdeller/qemu-hppa into ...Peter Maydell
2024-02-12Merge tag 'pull-maintainer-updates-090224-1' of https://gitlab.com/stsquad/qe...Peter Maydell
2024-02-11target/hppa: PDC_BTLB_INFO uses 32-bit intsHelge Deller
2024-02-11target/hppa: Allow read-access to PSW with rsm 0,reg instructionHelge Deller
2024-02-11target/hppa: Implement do_transaction_failed handler for I/O errorsHelge Deller
2024-02-11target/hppa: Add "diag 0x101" for console output supportHelge Deller
2024-02-09kconfig: use "select" to enable semihostingPaolo Bonzini
2024-02-09target/riscv: add rv32i, rv32e and rv64e CPUsDaniel Henrique Barboza
2024-02-09target/riscv/cpu.c: add riscv_bare_cpu_init()Daniel Henrique Barboza
2024-02-09target/riscv: Enable xtheadsync under user modeLIU Zhiwei
2024-02-09target/riscv: support new isa extension detection devicetree propertiesConor Dooley
2024-02-09target/riscv: use misa_mxl_max to populate isa string rather than TARGET_LONG...Conor Dooley
2024-02-09target/riscv: Expose Zaamo and Zalrsc extensionsRob Bradford
2024-02-09target/riscv: Check 'A' and split extensions for atomic instructionsRob Bradford
2024-02-09target/riscv: Add Zaamo and Zalrsc extension infrastructureRob Bradford
2024-02-09target/riscv: Use RISCVException as return type for all csr opsLIU Zhiwei
2024-02-09target/riscv: FCSR doesn't contain vxrm and vxsatLIU Zhiwei
2024-02-09target/riscv: Validate misa_mxl_max only onceAkihiko Odaki
2024-02-09target/riscv: Move misa_mxl_max to classAkihiko Odaki