summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBrijesh Singh <brijesh.singh@amd.com>2018-03-13 09:50:56 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2018-03-13 12:04:03 +0100
commit9d8ad11429fed6c54dcc7e0018dcb494927e3440 (patch)
treea7c222bf53a6abbcefa8a35f06d58258245d171b /scripts
parent08a161fd35bb22b03298c7ce212a4baacfc42a83 (diff)
downloadqemu-9d8ad11429fed6c54dcc7e0018dcb494927e3440.tar.gz
include: add psp-sev.h header file
The header file provide the ioctl command and structure to communicate with /dev/sev device. Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: Richard Henderson <rth@twiddle.net> Cc: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Brijesh Singh <brijesh.singh@amd.com> Signed-off-by: Brijesh Singh <brijesh.singh@amd.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update-linux-headers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh
index 97671723b2..e152417936 100755
--- a/scripts/update-linux-headers.sh
+++ b/scripts/update-linux-headers.sh
@@ -121,7 +121,7 @@ done
rm -rf "$output/linux-headers/linux"
mkdir -p "$output/linux-headers/linux"
for header in kvm.h kvm_para.h vfio.h vfio_ccw.h vhost.h \
- psci.h userfaultfd.h; do
+ psci.h psp-sev.h userfaultfd.h; do
cp "$tmpdir/include/linux/$header" "$output/linux-headers/linux"
done
rm -rf "$output/linux-headers/asm-generic"