aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2024-06-08target/hexagon: idef-parser simplify predicate initAnton Johansson2-14/+14
2024-06-08target/hexagon: idef-parser fix leak of init_listAnton Johansson1-1/+8
2024-06-08target/hexagon: idef-parser remove undefined functionsAnton Johansson1-13/+0
2024-06-08target/hexagon: idef-parser remove unused definesAnton Johansson1-10/+0
2024-06-08Hexagon: add PC alignment check and exceptionMatheus Tavares Bernardino4-8/+15
2024-06-08Hexagon: fix HVX store newMatheus Tavares Bernardino1-3/+6
2024-06-08Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson22-98/+489
2024-06-08i386: Add support for overflow recoveryJohn Allen3-2/+3
2024-06-08i386: Add support for SUCCOR featureJohn Allen3-1/+23
2024-06-08i386: Fix MCE support for AMD hostsJohn Allen3-8/+37
2024-06-08target/i386: Add get/set/migrate support for FRED MSRsXin Li3-0/+99
2024-06-08target/i386: enumerate VMX nested-exception supportXin Li2-0/+2
2024-06-08target/i386: mark CR4.FRED not reservedXin Li1-1/+16
2024-06-08target/i386: add support for FRED in CPUID enumerationXin Li2-1/+19
2024-06-08i386/hvf: Updates API usage to use modern vCPU run functionPhil Dennis-Jordan1-1/+22
2024-06-08i386/hvf: In kick_vcpu use hv_vcpu_interrupt to force exitPhil Dennis-Jordan1-0/+1
2024-06-08i386/hvf: Fixes dirty memory tracking by page granularity RX->RWX changePhil Dennis-Jordan1-2/+3
2024-06-08i386/hvf: Fixes some compilation warningsPhil Dennis-Jordan3-5/+4
2024-06-08i386/hvf: Adds support for INVTSC cpuid bitPhil Dennis-Jordan2-0/+22
2024-06-08target/i386: fix size of EBP writeback in gen_enter()Mark Cave-Ayland1-1/+1
2024-06-08target/i386: fix SP when taking a memory fault during POPMark Cave-Ayland1-1/+1
2024-06-08target/i386: use gen_writeback() within gen_POP()Mark Cave-Ayland1-2/+2
2024-06-08target/i386: use local X86DecodedOp in gen_POP()Mark Cave-Ayland1-2/+4
2024-06-08target/i386: document use of DISAS_NORETURNPaolo Bonzini1-0/+11
2024-06-08target/i386: document incorrect semantics of watchpoint following MOV/POP SSPaolo Bonzini1-0/+6
2024-06-08target/i386: fix TF/RF handling for HLTPaolo Bonzini2-4/+15
2024-06-08target/i386: fix INHIBIT_IRQ/TF/RF handling for PAUSEPaolo Bonzini1-0/+4
2024-06-08target/i386: fix INHIBIT_IRQ/TF/RF handling for VMRUNPaolo Bonzini2-13/+38
2024-06-08target/i386: disable/enable breakpoints on vmentry/vmexitPaolo Bonzini1-10/+15
2024-06-08target/i386: implement DR7.GDPaolo Bonzini1-0/+12
2024-06-08target/i386: cleanup PAUSE helpersPaolo Bonzini6-25/+25
2024-06-08target/i386: cleanup HLT helpersPaolo Bonzini4-16/+7
2024-06-08target/i386: fix implementation of ICEBPPaolo Bonzini5-2/+49
2024-06-08target/i386: fix pushed value of EFLAGS.RFPaolo Bonzini2-5/+52
2024-06-06target/loongarch: fix a wrong print in cpu dumplanyanzhi1-1/+1
2024-06-06hw/loongarch/virt: Enable extioi virt extensionSong Gao1-0/+1
2024-06-05Merge tag 'pull-sp-20240605' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson9-334/+1531
2024-06-05target/sparc: Enable VIS4 feature bitRichard Henderson1-0/+3
2024-06-05target/sparc: Implement monitor ASIsRichard Henderson3-0/+16
2024-06-05target/sparc: Implement MWAITRichard Henderson2-0/+12
2024-06-05target/sparc: Implement SUBXC, SUBXCccRichard Henderson2-0/+16
2024-06-05target/sparc: Implement FPMIN, FPMAXRichard Henderson2-0/+28
2024-06-05target/sparc: Implement VIS4 comparisonsRichard Henderson4-47/+153
2024-06-05target/sparc: Implement 8-bit FPADD, FPADDS, and FPADDUSRichard Henderson2-0/+20
2024-06-05target/sparc: Implement FALIGNDATAiRichard Henderson2-3/+31
2024-06-05target/sparc: Add feature bit for VIS4Richard Henderson2-0/+3
2024-06-05target/sparc: Implement IMA extensionRichard Henderson4-0/+31
2024-06-05target/sparc: Enable VIS3 feature bitRichard Henderson1-0/+3
2024-06-05target/sparc: Implement XMULXRichard Henderson4-0/+19
2024-06-05target/sparc: Implement UMULXHIRichard Henderson2-0/+9