summaryrefslogtreecommitdiffstats
path: root/target/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake2021-01-281-16/+8Star
* x86/cpu: Use max host physical address if -cpu max option is appliedYang Weijiang2021-01-211-0/+1
* target/i386: Use X86Seg enum for segment registersPhilippe Mathieu-Daudé2021-01-124-10/+10
* whpx: move whpx_lapic_state from header to c fileYonggang Luo2021-01-122-7/+7
* whpx: move internal definitions to whpx-internal.hPaolo Bonzini2021-01-122-0/+22
* whpx: rename whp-dispatch to whpx-internal.hPaolo Bonzini2021-01-124-11/+6Star
* tcg: Make tb arg to synchronize_from_tb constRichard Henderson2021-01-071-1/+2
* target/i386: Check privilege level for protected mode 'int N' task gatePeter Maydell2021-01-021-14/+21
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...Peter Maydell2021-01-011-5/+1Star
|\