Re: [PATCH v2 3/4] KVM: s390: vsie: Refactor handle_stfle
From: Janosch Frank
Date: Wed Apr 22 2026 - 09:04:52 EST
On 2/26/26 13:49, Christoph Schlameuss wrote:
From: Nina Schoetterl-Glausch <nsg@xxxxxxxxxxxxx>
Use switch case in anticipation of handling format-1 and format-2
facility list designations in the future.
As the alternate STFLE facilities are not enabled, only case 0 is
possible.
No functional change intended.
Signed-off-by: Nina Schoetterl-Glausch <nsg@xxxxxxxxxxxxx>
Co-developed-by: Christoph Schlameuss <schlameuss@xxxxxxxxxxxxx>
Signed-off-by: Christoph Schlameuss <schlameuss@xxxxxxxxxxxxx>
Reviewed-by: Janosch Frank <frankja@xxxxxxxxxxxxx>