]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/s390x: Introduce constant when checking if PV header couldn't be decrypted
authorGautam Gala <ggala@linux.ibm.com>
Wed, 23 Apr 2025 08:09:13 +0000 (10:09 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 30 Apr 2025 07:48:57 +0000 (09:48 +0200)
commit2e6a9f03ba1e8145cf71eced2b97611cfa754898
treea89c955a4ced8bee4cc5f94d0ea6bf2cb0194dd6
parent73d29ea2417b58ca55fba1aa468ba38e3607b583
target/s390x: Introduce constant when checking if PV header couldn't be decrypted

Introduce a named constant when checking the Set Secure Configuration parameters
UV call return code for the case where no valid host key was found and therefore
the PV header couldn't be decrypted (0x108).

Reviewed-by: Steffen Eiden <seiden@linux.ibm.com>
Reviewed-by: Janosch Frank <frankja@linux.ibm.com>
Signed-off-by: Gautam Gala <ggala@linux.ibm.com>
Message-ID: <20250423080915.1048123-2-ggala@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
target/s390x/kvm/pv.c