aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2024-06-19Merge tag 'pull-tcg-20240619' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson1-1/+1
2024-06-19target/sparc: use signed denominator in sdiv helperClément Chigot1-1/+1
2024-06-19target/s390x: Use s390_skeys_get|set() helperPhilippe Mathieu-Daudé3-25/+6
2024-06-19target/i386: Remove X86CPU::kvm_no_smi_migration fieldPhilippe Mathieu-Daudé3-11/+1
2024-06-19target/i386/kvm: Remove x86_cpu_change_kvm_default() and 'kvm-cpu.h'Philippe Mathieu-Daudé2-43/+1
2024-06-17target/i386: SEV: do not assume machine->cgs is SEVPaolo Bonzini1-1/+3
2024-06-17target/i386: convert CMPXCHG to new decoderPaolo Bonzini3-80/+53
2024-06-17target/i386: convert XADD to new decoderPaolo Bonzini3-36/+26
2024-06-17target/i386: convert LZCNT/TZCNT/BSF/BSR/POPCNT to new decoderPaolo Bonzini4-76/+133
2024-06-17target/i386: convert SHLD/SHRD to new decoderPaolo Bonzini3-84/+50
2024-06-17target/i386: adapt gen_shift_count for SHLD/SHRDPaolo Bonzini1-10/+10
2024-06-17target/i386: pull load/writeback out of gen_shiftd_rm_T1Paolo Bonzini1-41/+14
2024-06-17target/i386: convert non-grouped, helper-based 2-byte opcodesPaolo Bonzini5-170/+206
2024-06-17target/i386: split X86_CHECK_prot into PE and VM86 checksPaolo Bonzini2-4/+13
2024-06-17target/i386: finish converting 0F AE to the new decoderPaolo Bonzini4-194/+129
2024-06-17target/i386: fix bad sorting of entries in the 0F tablePaolo Bonzini1-47/+46
2024-06-17target/i386: replace read_crN helper with read_cr8Paolo Bonzini3-17/+7
2024-06-17target/i386: convert MOV from/to CR and DR to new decoderPaolo Bonzini4-84/+81
2024-06-11target/i386: fix processing of intercept 0 (read CR0)Paolo Bonzini2-2/+3
2024-06-11target/i386: replace NoSeg special with NoLoadEAPaolo Bonzini3-11/+9
2024-06-11target/i386: change X86_ENTRYwr to use T0, use it for movesPaolo Bonzini2-25/+25
2024-06-11target/i386: change X86_ENTRYr to use T0Paolo Bonzini2-20/+20
2024-06-11target/i386: put BLS* input in T1, use generic flag writebackPaolo Bonzini2-17/+11
2024-06-11target/i386: rewrite flags writeback for ADCX/ADOXPaolo Bonzini2-30/+40
2024-06-11target/i386: remove CPUX86State argument from generator functionsPaolo Bonzini3-289/+289
2024-06-11i386/sev: Return when sev_common is nullPankaj Gupta1-0/+1
2024-06-11i386/sev: Move SEV_COMMON null check before dereferencingPankaj Gupta1-1/+2
2024-06-11i386/sev: fix unreachable code coverity issuePankaj Gupta1-1/+2
2024-06-11i386/cpu: fixup number of addressable IDs for processor cores in the physical...Chuang Xu1-4/+2
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