Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | KVM: x86: smm: preserve interrupt shadow in SMRAM | Maxim Levitsky | 2022-11-09 | 1 | -2/+6 |
* | KVM: x86: SVM: use smram structs | Maxim Levitsky | 2022-11-09 | 1 | -6/+0 |
* | KVM: x86: smm: add structs for KVM's smram layout | Maxim Levitsky | 2022-11-09 | 1 | -0/+133 |
* | KVM: x86: do not define KVM_REQ_SMI if SMM disabled | Paolo Bonzini | 2022-11-09 | 1 | -1/+0 |
* | KVM: x86: compile out vendor-specific code if SMM is disabled | Paolo Bonzini | 2022-11-09 | 1 | -1/+0 |
* | KVM: allow compiling out SMM support | Paolo Bonzini | 2022-11-09 | 1 | -0/+12 |
* | KVM: x86: move SMM exit to a new file | Paolo Bonzini | 2022-11-09 | 1 | -0/+1 |
* | KVM: x86: move SMM entry to a new file | Paolo Bonzini | 2022-11-09 | 1 | -0/+1 |
* | KVM: x86: start moving SMM-related functions to new files | Paolo Bonzini | 2022-11-09 | 1 | -0/+25 |