summaryrefslogtreecommitdiffstats
path: root/target/i386
Commit message (Expand)AuthorAgeFilesLines
* i386: Add missing cpu feature bits in EPYC-Rome modelBabu Moger2021-04-091-0/+12
* target/i386: Verify memory operand for lcall and ljmpRichard Henderson2021-04-011-0/+6
* i386: Make migration fail when Hyper-V reenlightenment was enabled but 'user_...Vitaly Kuznetsov2021-03-192-0/+21
* i386: Fix 'hypercall_hypercall' typoVitaly Kuznetsov2021-03-191-2/+2
* target/i386: svm: do not discard high 32 bits of EXITINFO1Paolo Bonzini2021-03-193-11/+10Star
* target/i386: fail if toggling LA57 in 64-bit modePaolo Bonzini2021-03-191-0/+4
* target/i386: allow modifying TCG phys-addr-bitsPaolo Bonzini2021-03-194-27/+16Star
* sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-093-3/+3
* Various spelling fixesMichael Tokarev2021-03-092-2/+2
* KVM: x86: do not fail if software breakpoint has already been removedPaolo Bonzini2021-03-061-2/+7
* tcg/i386: rdpmc: fix the the condtionsZheng Zhan Liang2021-02-251-1/+2
* target/i386: Add bus lock debug exception supportChenyi Qiang2021-02-252-1/+3
* target/i386: update to show preferred boolean syntax for -cpuDaniel P. Berrangé2021-02-251-1/+1
* i386: Add the support for AMD EPYC 3rd generation processorsBabu Moger2021-02-192-1/+110
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-02-1711-34/+351
|\
| * hvf: Fetch cr4 before evaluating CPUID(1)Alexander Graf2021-02-161-0/+4
| * target/i386/hvf: add rdmsr 35H MSR_CORE_THREAD_COUNTVladislav Yaroshchuk2021-02-162-0/+6
| * hvf: x86: Remove unused definitionsAlexander Graf2021-02-161-16/+0Star
| * target/i386/hvf: add vmware-cpuid-freq cpu featureVladislav Yaroshchuk2021-02-161-1/+95
| * hvf: Guard xgetbv callHill Ma2021-02-161-12/+22
| * sev/i386: Enable an SEV-ES guest based on SEV policyTom Lendacky2021-02-161-1/+1
| * kvm/i386: Use a per-VM check for SMM capabilityTom Lendacky2021-02-161-1/+1
| * sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky2021-02-161-0/+6
| * sev/i386: Allow AP booting under SEV-ESPaolo Bonzini2021-02-163-0/+139
| * sev/i386: Require in-kernel irqchip support for SEV-ES guestsTom Lendacky2021-02-161-0/+6
| * sev/i386: Add initial support for SEV-ESTom Lendacky2021-02-164-2/+50
| * sev: update sev-inject-launch-secret to make gpa optionalJames Bottomley2021-02-161-1/+22
| * pc: add parser for OVMF reset blockJames Bottomley2021-02-161-1/+0Star
* | exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson2021-02-161-1/+1
|/
* target/i386: Expose VMX entry/exit load pkrs control bitsChenyi Qiang2021-02-082-2/+4
* target/i386: Add support for save/load IA32_PKRS MSRChenyi Qiang2021-02-081-0/+13
* target/i86: implement PKSPaolo Bonzini2021-02-086-18/+64
* target/i386: Fix decoding of certain BMI instructionsDavid Greenaway2021-02-081-1/+1
* x86/cpu: Populate SVM CPUID feature bitsWei Huang2021-02-082-13/+17
* target/i386: do not set LM for 32-bit emulation "-cpu host/max"Paolo Bonzini2021-02-081-0/+5
* confidential guest support: Move SEV initialization into arch specific codeDavid Gibson2021-02-082-1/+26
* confidential guest support: Introduce cgs "ready" flagDavid Gibson2021-02-081-0/+2
* sev: Add Error ** to sev_kvm_init()David Gibson2021-02-081-16/+15Star
* confidential guest support: Rework the "memory-encryption" propertyDavid Gibson2021-02-081-30/+2Star
* sev: Remove false abstraction of flash encryptionDavid Gibson2021-02-082-10/+19
* confidential guest support: Introduce new confidential guest support classDavid Gibson2021-02-081-2/+3
* accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana2021-02-0517-46/+86
* accel: extend AccelState and AccelClass to user-modeClaudio Fontana2021-02-055-5/+5
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-051-10/+16
* cpu: move cc->do_interrupt to tcg_opsClaudio Fontana2021-02-051-1/+1
* cpu: Move debug_excp_handler to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Move tlb_fill to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Move cpu_exec_* to tcg_opsEduardo Habkost2021-02-051-3/+3
* cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Introduce TCGCpuOperations structEduardo Habkost2021-02-051-1/+1