aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-10scsi-disk: Fix crash for VM configured with USB CDROM after live migrationHyman Huang2-1/+24
2024-06-09Merge tag 'bsd-user-misc-2024q2-pull-request' of gitlab.com:bsdimp/qemu into ...Richard Henderson2-16/+43
2024-06-09bsd-user: Catch up to run-time reserved_va mathWarner Losh1-12/+27
2024-06-09bsd-user: port linux-user:ff8a8bbc2ad1 for variable page sizesWarner Losh1-0/+12
2024-06-09linux-user: Adjust comment to reflect the code.Warner Losh1-4/+4
2024-06-09Merge tag 'pull-hex-20240608' of https://github.com/quic/qemu into stagingRichard Henderson13-49/+179
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 Bernardino7-8/+128
2024-06-08Hexagon: fix HVX store newMatheus Tavares Bernardino2-3/+29
2024-06-08Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson42-276/+617
2024-06-08python: mkvenv: remove ensure commandPaolo Bonzini1-105/+0
2024-06-08Revert "python: use vendored tomli"Paolo Bonzini4-15/+7
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-08docs: i386: pc: Avoid mentioning limit of maximum vCPUsZhao Liu1-1/+2
2024-06-08target/i386: Add get/set/migrate support for FRED MSRsXin Li3-0/+99
2024-06-08target/i386: enumerate VMX nested-exception supportXin Li3-0/+3
2024-06-08vmxcap: add support for VMX FRED controlsXin Li1-0/+12
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-08hvf: Makes assert_hvf_ok report failed expressionPhil Dennis-Jordan2-29/+25
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