diff options
author | Greg Kurz | 2019-11-26 17:46:17 +0100 |
---|---|---|
committer | David Gibson | 2019-12-17 00:39:48 +0100 |
commit | 2a886794f1969020845d0085a41a884e01b357df (patch) | |
tree | a987aa827666ee4a92cac1abe729d099543a8689 /linux-headers/linux/psp-sev.h | |
parent | ppc/xive: Extend the TIMA operation with a XivePresenter parameter (diff) | |
download | qemu-2a886794f1969020845d0085a41a884e01b357df.tar.gz qemu-2a886794f1969020845d0085a41a884e01b357df.tar.xz qemu-2a886794f1969020845d0085a41a884e01b357df.zip |
linux-headers: Update
Update to mainline commit be2eca94d144 ("Merge tag 'for-linus-5.5-1'`
of git://github.com/cminyard/linux-ipmi")
Signed-off-by: Greg Kurz <groug@kaod.org>
Message-Id: <157478677756.67101.11558821804418331832.stgit@bahia.tlslab.ibm.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'linux-headers/linux/psp-sev.h')
-rw-r--r-- | linux-headers/linux/psp-sev.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux-headers/linux/psp-sev.h b/linux-headers/linux/psp-sev.h index 34c39690c0..31f971e896 100644 --- a/linux-headers/linux/psp-sev.h +++ b/linux-headers/linux/psp-sev.h @@ -58,6 +58,9 @@ typedef enum { SEV_RET_HWSEV_RET_PLATFORM, SEV_RET_HWSEV_RET_UNSAFE, SEV_RET_UNSUPPORTED, + SEV_RET_INVALID_PARAM, + SEV_RET_RESOURCE_LIMIT, + SEV_RET_SECURE_DATA_INVALID, SEV_RET_MAX, } sev_ret_code; |