aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2024-02-24Merge tag 'pull-request-2024-02-23' of https://gitlab.com/thuth/qemu into sta...Peter Maydell5-7/+20
2024-02-23target/ppc: optimise ppcemb_tlb_t flushingNicholas Piggin1-6/+37
2024-02-23target/ppc: 440 optimise tlbwe TLB flushingNicholas Piggin1-1/+1
2024-02-23target/ppc: 4xx optimise tlbwe_lo TLB flushingNicholas Piggin1-2/+8
2024-02-23target/ppc: 4xx don't flush TLB for a newly written software TLB entryNicholas Piggin1-7/+0
2024-02-23target/ppc: Factor out 4xx ppcemb_tlb_t flushingNicholas Piggin1-11/+13
2024-02-23target/ppc: Fix 440 tlbwe TLB invalidation gapsNicholas Piggin1-25/+10
2024-02-23target/ppc: Add SMT support to time facilitiesNicholas Piggin2-11/+136
2024-02-23target/ppc: Implement core timebase state machine and TFMRNicholas Piggin2-3/+243
2024-02-23ppc/pnv: Implement the ChipTOD to Core transferNicholas Piggin1-0/+13
2024-02-23target/ppc: Fix move-to timebase SPR access permissionsNicholas Piggin1-8/+23
2024-02-23target/ppc: Improve timebase register defines namingNicholas Piggin2-9/+9
2024-02-23target/ppc: Rename TBL to TB on 64-bitNicholas Piggin2-0/+8
2024-02-23target/ppc: Update gdbstub to read SPR's CFAR, DEC, HDEC, TB-L/USaif Abrar1-2/+38
2024-02-23hw/ppc/spapr_hcall: Allow elision of softmmu_resize_hpt_prepPhilippe Mathieu-Daudé1-15/+0
2024-02-23target/ppc: Rename registers to match ISANicholas Piggin2-11/+11
2024-02-23target/ppc: Fix crash on machine check caused by ifetchNicholas Piggin1-11/+25
2024-02-23target/ppc: Fix lxv/stxv MSR facility checkNicholas Piggin1-1/+1
2024-02-23target/i386: do not filter processor tracing features except on KVMPaolo Bonzini1-1/+10
2024-02-23target/ppc/kvm: Replace variable length array in kvmppc_read_hptes()Thomas Huth1-2/+2
2024-02-23target/ppc/kvm: Replace variable length array in kvmppc_save_htab()Thomas Huth1-1/+1
2024-02-23target/m68k: Fix exception frame format for 68010Daniel Palmer3-3/+7
2024-02-21target/sparc: correct typosManos Pitsidianakis1-4/+4
2024-02-21s390x: correct typosManos Pitsidianakis1-1/+1
2024-02-21m68k: correct typosManos Pitsidianakis1-3/+4
2024-02-21hexagon: correct typosManos Pitsidianakis1-1/+1
2024-02-20ppc: correct typosManos Pitsidianakis1-1/+1
2024-02-20target/i386/monitor: Remove unused 'hw/i386/pc.h' headerPhilippe Mathieu-Daudé1-1/+0
2024-02-20Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell3-13/+13
2024-02-16target/i386: Generate an illegal opcode exception on cmp instructions with lo...Ziqiao Kong1-5/+6
2024-02-16i386/cpuid: Move leaf 7 to correct groupXiaoyao Li1-1/+1
2024-02-16i386/cpuid: Remove subleaf constraint on CPUID leaf 1FXiaoyao Li1-4/+0
2024-02-16i386/cpuid: Decrease cpuid_i when skipping CPUID leaf 1FXiaoyao Li1-0/+1
2024-02-16target/i386: Add support of KVM_FEATURE_ASYNC_PF_VMEXIT for guestXiaoyao Li1-1/+1
2024-02-16i386/cpu: Mask with XCR0/XSS mask for FEAT_XSAVE_XCR0_HI and FEAT_XSAVE_XSS_H...Xiaoyao Li1-2/+2
2024-02-16i386/cpu: Clear FEAT_XSAVE_XSS_LO/HI leafs when CPUID_EXT_XSAVE is not availableXiaoyao Li1-0/+2
2024-02-16Merge tag 'hw-misc-20240215' of https://github.com/philmd/qemu into stagingPeter Maydell11-153/+25
2024-02-15target/sparc: implement asr17 feature for smpClément Chigot3-10/+20
2024-02-15target/sparc: Provide hint about CPUSPARCState::irq_manager memberPhilippe Mathieu-Daudé1-3/+2
2024-02-15target/mips: Remove the unused DisasContext::saar fieldPhilippe Mathieu-Daudé1-1/+0
2024-02-15target/mips: Remove CPUMIPSState::CP0_SAARI fieldPhilippe Mathieu-Daudé2-2/+1
2024-02-15target/mips: Remove helpers accessing SAARI registerPhilippe Mathieu-Daudé3-29/+0
2024-02-15target/mips: Remove CPUMIPSState::CP0_SAAR[2] fieldPhilippe Mathieu-Daudé2-2/+1
2024-02-15target/mips: Remove unused mips_def_t::SAARP fieldPhilippe Mathieu-Daudé1-1/+0
2024-02-15target/mips: Remove CPUMIPSState::saarp fieldPhilippe Mathieu-Daudé1-1/+0
2024-02-15target/mips: Remove MIPSITUState::itu fieldPhilippe Mathieu-Daudé1-1/+0
2024-02-15target/mips: Remove helpers accessing SAAR registersPhilippe Mathieu-Daudé3-102/+0
2024-02-15target/mips: Use qemu_irq typedef for CPUMIPSState::irq memberPhilippe Mathieu-Daudé1-1/+1
2024-02-15target/arm: Allow access to SPSR_hyp from hyp modePeter Maydell2-19/+43
2024-02-15target/arm: Add Cortex-R52 IMPDEF sysregsPeter Maydell1-0/+108