Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-11-09 | KVM: x86: smm: preserve interrupt shadow in SMRAM | Maxim Levitsky | 1 | -4/+25 |
2022-11-09 | KVM: x86: smm: use smram struct for 64 bit smram load/restore | Maxim Levitsky | 1 | -90/+63 |
2022-11-09 | KVM: x86: smm: use smram struct for 32 bit smram load/restore | Maxim Levitsky | 1 | -94/+61 |
2022-11-09 | KVM: x86: smm: use smram structs in the common code | Maxim Levitsky | 1 | -13/+14 |
2022-11-09 | KVM: x86: smm: add structs for KVM's smram layout | Maxim Levitsky | 1 | -0/+98 |
2022-11-09 | KVM: x86: smm: check for failures on smm entry | Maxim Levitsky | 1 | -4/+15 |
2022-11-09 | KVM: x86: do not define SMM-related constants if SMM disabled | Paolo Bonzini | 1 | -0/+2 |
2022-11-09 | KVM: x86: do not go through ctxt->ops when emulating rsm | Paolo Bonzini | 1 | -97/+85 |
2022-11-09 | KVM: x86: move SMM exit to a new file | Paolo Bonzini | 1 | -0/+316 |
2022-11-09 | KVM: x86: move SMM entry to a new file | Paolo Bonzini | 1 | -0/+235 |
2022-11-09 | KVM: x86: start moving SMM-related functions to new files | Paolo Bonzini | 1 | -0/+37 |