aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)AuthorFilesLines
2021-05-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell6-1/+1371
2021-05-04Add NVMM accelerator: acceleration enlightenmentsReinoud Zandijk1-1/+1
2021-05-04Add NVMM accelerator: x86 CPU supportReinoud Zandijk5-0/+1370
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth3-3/+0
2021-05-02vmstate: Constify some VMStateDescriptionsKeqian Zhu2-2/+2
2021-04-09i386: Add missing cpu feature bits in EPYC-Rome modelBabu Moger1-0/+12
2021-04-01target/i386: Verify memory operand for lcall and ljmpRichard Henderson1-0/+6
2021-03-19i386: Make migration fail when Hyper-V reenlightenment was enabled but 'user_...Vitaly Kuznetsov2-0/+21
2021-03-19i386: Fix 'hypercall_hypercall' typoVitaly Kuznetsov1-2/+2
2021-03-19target/i386: svm: do not discard high 32 bits of EXITINFO1Paolo Bonzini3-11/+10
2021-03-19target/i386: fail if toggling LA57 in 64-bit modePaolo Bonzini1-0/+4
2021-03-19target/i386: allow modifying TCG phys-addr-bitsPaolo Bonzini4-27/+16
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé3-3/+3
2021-03-09Various spelling fixesMichael Tokarev2-2/+2
2021-03-06KVM: x86: do not fail if software breakpoint has already been removedPaolo Bonzini1-2/+7
2021-02-25tcg/i386: rdpmc: fix the the condtionsZheng Zhan Liang1-1/+2
2021-02-25target/i386: Add bus lock debug exception supportChenyi Qiang2-1/+3
2021-02-25target/i386: update to show preferred boolean syntax for -cpuDaniel P. Berrangé1-1/+1
2021-02-18i386: Add the support for AMD EPYC 3rd generation processorsBabu Moger2-1/+110
2021-02-17Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell11-34/+351
2021-02-16hvf: Fetch cr4 before evaluating CPUID(1)Alexander Graf1-0/+4
2021-02-16target/i386/hvf: add rdmsr 35H MSR_CORE_THREAD_COUNTVladislav Yaroshchuk2-0/+6
2021-02-16hvf: x86: Remove unused definitionsAlexander Graf1-16/+0
2021-02-16target/i386/hvf: add vmware-cpuid-freq cpu featureVladislav Yaroshchuk1-1/+95
2021-02-16hvf: Guard xgetbv callHill Ma1-12/+22
2021-02-16sev/i386: Enable an SEV-ES guest based on SEV policyTom Lendacky1-1/+1
2021-02-16kvm/i386: Use a per-VM check for SMM capabilityTom Lendacky1-1/+1
2021-02-16sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky1-0/+6
2021-02-16sev/i386: Allow AP booting under SEV-ESPaolo Bonzini3-0/+139
2021-02-16sev/i386: Require in-kernel irqchip support for SEV-ES guestsTom Lendacky1-0/+6
2021-02-16sev/i386: Add initial support for SEV-ESTom Lendacky4-2/+50
2021-02-16sev: update sev-inject-launch-secret to make gpa optionalJames Bottomley1-1/+22
2021-02-16pc: add parser for OVMF reset blockJames Bottomley1-1/+0
2021-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson1-1/+1
2021-02-08target/i386: Expose VMX entry/exit load pkrs control bitsChenyi Qiang2-2/+4
2021-02-08target/i386: Add support for save/load IA32_PKRS MSRChenyi Qiang1-0/+13
2021-02-08target/i86: implement PKSPaolo Bonzini6-18/+64
2021-02-08target/i386: Fix decoding of certain BMI instructionsDavid Greenaway1-1/+1
2021-02-08x86/cpu: Populate SVM CPUID feature bitsWei Huang2-13/+17
2021-02-08target/i386: do not set LM for 32-bit emulation "-cpu host/max"Paolo Bonzini1-0/+5
2021-02-08confidential guest support: Move SEV initialization into arch specific codeDavid Gibson2-1/+26
2021-02-08confidential guest support: Introduce cgs "ready" flagDavid Gibson1-0/+2
2021-02-08sev: Add Error ** to sev_kvm_init()David Gibson1-16/+15
2021-02-08confidential guest support: Rework the "memory-encryption" propertyDavid Gibson1-30/+2
2021-02-08sev: Remove false abstraction of flash encryptionDavid Gibson2-10/+19
2021-02-08confidential guest support: Introduce new confidential guest support classDavid Gibson1-2/+3
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana17-46/+86
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana5-5/+5
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana1-10/+16
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana1-1/+1