diff options
| author | Louis Burda <quent.burda@gmail.com> | 2022-10-05 18:28:34 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2022-10-05 18:28:34 +0200 |
| commit | 0e89d3b1b7c45ff9a3916b01ab56f177d4b64f8c (patch) | |
| tree | fb2b57b3d21ffd9c932d237e8876a4b0b520219d /sevstep/uapi.h | |
| parent | dd1e29c4828b01b477a003679234097434f800d4 (diff) | |
| download | cachepc-0e89d3b1b7c45ff9a3916b01ab56f177d4b64f8c.tar.gz cachepc-0e89d3b1b7c45ff9a3916b01ab56f177d4b64f8c.zip | |
Add ioctl handling for sevstep
Diffstat (limited to 'sevstep/uapi.h')
| -rw-r--r-- | sevstep/uapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sevstep/uapi.h b/sevstep/uapi.h index 5129750..c1d5064 100644 --- a/sevstep/uapi.h +++ b/sevstep/uapi.h @@ -72,7 +72,7 @@ typedef struct { __u64 len; __u8 decrypt_with_host_key; __s32 wbinvd_cpu; // -1: do not flush; else logical cpu on which we flush - __u64 output_buffer; + void *output_buffer; } read_guest_memory_t; typedef struct { |
