aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)Author
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
2021-01-28qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake
2021-01-21x86/cpu: Use max host physical address if -cpu max option is appliedYang Weijiang
2021-01-12target/i386: Use X86Seg enum for segment registersPhilippe Mathieu-Daudé
2021-01-12whpx: move whpx_lapic_state from header to c fileYonggang Luo
2021-01-12whpx: move internal definitions to whpx-internal.hPaolo Bonzini
2021-01-12whpx: rename whp-dispatch to whpx-internal.hPaolo Bonzini
2021-01-07tcg: Make tb arg to synchronize_from_tb constRichard Henderson
2021-01-02target/i386: Check privilege level for protected mode 'int N' task gatePeter Maydell
2021-01-01Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...Peter Maydell
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake