diff options
author | Sean Christopherson <seanjc@google.com> | 2021-04-21 19:11:14 -0700 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2021-04-26 05:27:15 -0400 |
commit | e8126bdaf19400050a57a2c1662a22786b9426f1 (patch) | |
tree | f3297228b397842d93c0454e7a5d112f1b4fc166 /arch/x86/um | |
parent | fa13680f5668cff05302a2f4753c49334a83a064 (diff) | |
download | linux-e8126bdaf19400050a57a2c1662a22786b9426f1.tar.gz linux-e8126bdaf19400050a57a2c1662a22786b9426f1.tar.bz2 linux-e8126bdaf19400050a57a2c1662a22786b9426f1.zip |
KVM: SVM: Move SEV module params/variables to sev.c
Unconditionally invoke sev_hardware_setup() when configuring SVM and
handle clearing the module params/variable 'sev' and 'sev_es' in
sev_hardware_setup(). This allows making said variables static within
sev.c and reduces the odds of a collision with guest code, e.g. the guest
side of things has already laid claim to 'sev_enabled'.
Reviewed-by: Tom Lendacky <thomas.lendacky@amd.com>
Reviewed-by: Brijesh Singh <brijesh.singh@amd.com>
Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20210422021125.3417167-5-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/um')
0 files changed, 0 insertions, 0 deletions