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