Age | Commit message (Expand) | Author |
2021-03-09 | sysemu: Let VMChangeStateHandler take boolean 'running' argument | Philippe Mathieu-Daudé |
2021-03-09 | Various spelling fixes | Michael Tokarev |
2021-03-06 | KVM: x86: do not fail if software breakpoint has already been removed | Paolo Bonzini |
2021-02-25 | tcg/i386: rdpmc: fix the the condtions | Zheng Zhan Liang |
2021-02-25 | target/i386: Add bus lock debug exception support | Chenyi Qiang |
2021-02-25 | target/i386: update to show preferred boolean syntax for -cpu | Daniel P. Berrangé |
2021-02-18 | i386: Add the support for AMD EPYC 3rd generation processors | Babu Moger |
2021-02-17 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell |
2021-02-16 | hvf: Fetch cr4 before evaluating CPUID(1) | Alexander Graf |
2021-02-16 | target/i386/hvf: add rdmsr 35H MSR_CORE_THREAD_COUNT | Vladislav Yaroshchuk |
2021-02-16 | hvf: x86: Remove unused definitions | Alexander Graf |
2021-02-16 | target/i386/hvf: add vmware-cpuid-freq cpu feature | Vladislav Yaroshchuk |
2021-02-16 | hvf: Guard xgetbv call | Hill Ma |
2021-02-16 | sev/i386: Enable an SEV-ES guest based on SEV policy | Tom Lendacky |
2021-02-16 | kvm/i386: Use a per-VM check for SMM capability | Tom Lendacky |
2021-02-16 | sev/i386: Don't allow a system reset under an SEV-ES guest | Tom Lendacky |
2021-02-16 | sev/i386: Allow AP booting under SEV-ES | Paolo Bonzini |
2021-02-16 | sev/i386: Require in-kernel irqchip support for SEV-ES guests | Tom Lendacky |
2021-02-16 | sev/i386: Add initial support for SEV-ES | Tom Lendacky |
2021-02-16 | sev: update sev-inject-launch-secret to make gpa optional | James Bottomley |
2021-02-16 | pc: add parser for OVMF reset block | James Bottomley |
2021-02-16 | exec: Use cpu_untagged_addr in g2h; split out g2h_untagged | Richard Henderson |
2021-02-08 | target/i386: Expose VMX entry/exit load pkrs control bits | Chenyi Qiang |
2021-02-08 | target/i386: Add support for save/load IA32_PKRS MSR | Chenyi Qiang |
2021-02-08 | target/i86: implement PKS | Paolo Bonzini |
2021-02-08 | target/i386: Fix decoding of certain BMI instructions | David Greenaway |
2021-02-08 | x86/cpu: Populate SVM CPUID feature bits | Wei Huang |
2021-02-08 | target/i386: do not set LM for 32-bit emulation "-cpu host/max" | Paolo Bonzini |
2021-02-08 | confidential guest support: Move SEV initialization into arch specific code | David Gibson |
2021-02-08 | confidential guest support: Introduce cgs "ready" flag | David Gibson |
2021-02-08 | sev: Add Error ** to sev_kvm_init() | David Gibson |
2021-02-08 | confidential guest support: Rework the "memory-encryption" property | David Gibson |
2021-02-08 | sev: Remove false abstraction of flash encryption | David Gibson |
2021-02-08 | confidential guest support: Introduce new confidential guest support class | David Gibson |
2021-02-05 | accel: replace struct CpusAccel with AccelOpsClass | Claudio Fontana |
2021-02-05 | accel: extend AccelState and AccelClass to user-mode | Claudio Fontana |
2021-02-05 | cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass | Claudio Fontana |
2021-02-05 | cpu: move cc->do_interrupt to tcg_ops | Claudio Fontana |
2021-02-05 | cpu: Move debug_excp_handler to tcg_ops | Eduardo Habkost |
2021-02-05 | cpu: Move tlb_fill to tcg_ops | Eduardo Habkost |
2021-02-05 | cpu: Move cpu_exec_* to tcg_ops | Eduardo Habkost |
2021-02-05 | cpu: Move synchronize_from_tb() to tcg_ops | Eduardo Habkost |
2021-02-05 | cpu: Introduce TCGCpuOperations struct | Eduardo Habkost |
2021-01-28 | qapi: Use QAPI_LIST_APPEND in trivial cases | Eric Blake |
2021-01-21 | x86/cpu: Use max host physical address if -cpu max option is applied | Yang Weijiang |
2021-01-12 | target/i386: Use X86Seg enum for segment registers | Philippe Mathieu-Daudé |
2021-01-12 | whpx: move whpx_lapic_state from header to c file | Yonggang Luo |
2021-01-12 | whpx: move internal definitions to whpx-internal.h | Paolo Bonzini |
2021-01-12 | whpx: rename whp-dispatch to whpx-internal.h | Paolo Bonzini |
2021-01-07 | tcg: Make tb arg to synchronize_from_tb const | Richard Henderson |