aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-05cpu: Move debug_excp_handler to tcg_opsEduardo Habkost1-1/+1
2021-02-05cpu: Move tlb_fill to tcg_opsEduardo Habkost1-1/+1
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost1-3/+3
2021-02-05cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost1-1/+1
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost1-1/+1
2021-01-28qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake1-16/+8
2021-01-21x86/cpu: Use max host physical address if -cpu max option is appliedYang Weijiang1-0/+1
2021-01-12target/i386: Use X86Seg enum for segment registersPhilippe Mathieu-Daudé4-10/+10
2021-01-12whpx: move whpx_lapic_state from header to c fileYonggang Luo2-7/+7
2021-01-12whpx: move internal definitions to whpx-internal.hPaolo Bonzini2-0/+22
2021-01-12whpx: rename whp-dispatch to whpx-internal.hPaolo Bonzini4-11/+6
2021-01-07tcg: Make tb arg to synchronize_from_tb constRichard Henderson1-1/+2