diff options
| author | Brijesh Singh <brijesh.singh@amd.com> | 2018-03-13 09:50:56 +0100 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2018-03-13 12:04:03 +0100 |
| commit | 9d8ad11429fed6c54dcc7e0018dcb494927e3440 (patch) | |
| tree | a7c222bf53a6abbcefa8a35f06d58258245d171b /scripts/update-linux-headers.sh | |
| parent | 08a161fd35bb22b03298c7ce212a4baacfc42a83 (diff) | |
| download | focaccia-qemu-9d8ad11429fed6c54dcc7e0018dcb494927e3440.tar.gz focaccia-qemu-9d8ad11429fed6c54dcc7e0018dcb494927e3440.zip | |
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/update-linux-headers.sh')
| -rwxr-xr-x | scripts/update-linux-headers.sh | 2 |
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" |