diff options
author | Borislav Petkov (AMD) | 2023-02-16 10:50:11 +0100 |
---|---|---|
committer | Greg Kroah-Hartman | 2023-03-22 13:34:06 +0100 |
commit | 917f2172545278b48d1e81522b8ed7c57becde24 (patch) | |
tree | 64be102c0e76a9a0e5ac199b0d8cd26a4104436e /drivers/virt | |
parent | 77be7df33e990742ba1aaf023b4102b2bcb093f9 (diff) |
virt/coco/sev-guest: Convert the sw_exit_info_2 checking to a switch-case
commit fa4ae42cc60a7dea30e8f2db444b808d80862345 upstream.
snp_issue_guest_request() checks the value returned by the hypervisor in
sw_exit_info_2 and returns a different error depending on it.
Convert those checks into a switch-case to make it more readable when
more error values are going to be checked in the future.
No functional changes.
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Reviewed-by: Tom Lendacky <thomas.lendacky@amd.com>
Link: https://lore.kernel.org/r/20230307192449.24732-8-bp@alien8.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/virt')
0 files changed, 0 insertions, 0 deletions