summaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)Author
2021-04-09i386: Add missing cpu feature bits in EPYC-Rome modelBabu Moger
2021-04-01target/i386: Verify memory operand for lcall and ljmpRichard Henderson
2021-03-19i386: Make migration fail when Hyper-V reenlightenment was enabled but 'user_...Vitaly Kuznetsov
2021-03-19i386: Fix 'hypercall_hypercall' typoVitaly Kuznetsov
2021-03-19target/i386: svm: do not discard high 32 bits of EXITINFO1Paolo Bonzini
2021-03-19target/i386: fail if toggling LA57 in 64-bit modePaolo Bonzini
2021-03-19target/i386: allow modifying TCG phys-addr-bitsPaolo Bonzini
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2021-03-09Various spelling fixesMichael Tokarev
2021-03-06KVM: x86: do not fail if software breakpoint has already been removedPaolo Bonzini
2021-02-25tcg/i386: rdpmc: fix the the condtionsZheng Zhan Liang
2021-02-25target/i386: Add bus lock debug exception supportChenyi Qiang
2021-02-25target/i386: update to show preferred boolean syntax for -cpuDaniel P. Berrangé
2021-02-18i386: Add the support for AMD EPYC 3rd generation processorsBabu Moger
2021-02-17Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-02-16hvf: Fetch cr4 before evaluating CPUID(1)Alexander Graf
2021-02-16target/i386/hvf: add rdmsr 35H MSR_CORE_THREAD_COUNTVladislav Yaroshchuk
2021-02-16hvf: x86: Remove unused definitionsAlexander Graf
2021-02-16target/i386/hvf: add vmware-cpuid-freq cpu featureVladislav Yaroshchuk
2021-02-16hvf: Guard xgetbv callHill Ma
2021-02-16sev/i386: Enable an SEV-ES guest based on SEV policyTom Lendacky
2021-02-16kvm/i386: Use a per-VM check for SMM capabilityTom Lendacky
2021-02-16sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky
2021-02-16sev/i386: Allow AP booting under SEV-ESPaolo Bonzini
2021-02-16sev/i386: Require in-kernel irqchip support for SEV-ES guestsTom Lendacky
2021-02-16sev/i386: Add initial support for SEV-ESTom Lendacky
2021-02-16sev: update sev-inject-launch-secret to make gpa optionalJames Bottomley
2021-02-16pc: add parser for OVMF reset blockJames Bottomley
2021-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson
2021-02-08target/i386: Expose VMX entry/exit load pkrs control bitsChenyi Qiang
2021-02-08target/i386: Add support for save/load IA32_PKRS MSRChenyi Qiang
2021-02-08target/i86: implement PKSPaolo Bonzini
2021-02-08target/i386: Fix decoding of certain BMI instructionsDavid Greenaway
2021-02-08x86/cpu: Populate SVM CPUID feature bitsWei Huang
2021-02-08target/i386: do not set LM for 32-bit emulation "-cpu host/max"Paolo Bonzini
2021-02-08confidential guest support: Move SEV initialization into arch specific codeDavid Gibson
2021-02-08confidential guest support: Introduce cgs "ready" flagDavid Gibson
2021-02-08sev: Add Error ** to sev_kvm_init()David Gibson
2021-02-08confidential guest support: Rework the "memory-encryption" propertyDavid Gibson
2021-02-08sev: Remove false abstraction of flash encryptionDavid Gibson
2021-02-08confidential guest support: Introduce new confidential guest support classDavid Gibson
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana
2021-02-05cpu: Move debug_excp_handler to tcg_opsEduardo Habkost
2021-02-05cpu: Move tlb_fill to tcg_opsEduardo Habkost
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost
2021-02-05cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost