linux-headers: update to v6.5-rc1

Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Cédric Le Goater <clg@redhat.com>
(cherry picked from commit d0bf492f38)
Signed-off-by: Dario Faggioli <dfaggioli@suse.com>
This commit is contained in:
Cédric Le Goater
2023-07-09 23:23:08 +02:00
committed by Dario Faggioli
parent 680c82adf2
commit fa28cc337b
32 changed files with 423 additions and 154 deletions

View File

@@ -36,6 +36,13 @@ enum {
* SEV Firmware status code
*/
typedef enum {
/*
* This error code is not in the SEV spec. Its purpose is to convey that
* there was an error that prevented the SEV firmware from being called.
* The SEV API error codes are 16 bits, so the -1 value will not overlap
* with possible values from the specification.
*/
SEV_RET_NO_FW_CALL = -1,
SEV_RET_SUCCESS = 0,
SEV_RET_INVALID_PLATFORM_STATE,
SEV_RET_INVALID_GUEST_STATE,