diff options
Diffstat (limited to 'include/asm-s390/kvm_host.h')
-rw-r--r-- | include/asm-s390/kvm_host.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/asm-s390/kvm_host.h b/include/asm-s390/kvm_host.h index 1c829bdf5889..f8204a4f2e02 100644 --- a/include/asm-s390/kvm_host.h +++ b/include/asm-s390/kvm_host.h | |||
@@ -94,7 +94,9 @@ struct sie_block { | |||
94 | psw_t gpsw; /* 0x0090 */ | 94 | psw_t gpsw; /* 0x0090 */ |
95 | __u64 gg14; /* 0x00a0 */ | 95 | __u64 gg14; /* 0x00a0 */ |
96 | __u64 gg15; /* 0x00a8 */ | 96 | __u64 gg15; /* 0x00a8 */ |
97 | __u8 reservedb0[80]; /* 0x00b0 */ | 97 | __u8 reservedb0[30]; /* 0x00b0 */ |
98 | __u16 iprcc; /* 0x00ce */ | ||
99 | __u8 reservedd0[48]; /* 0x00d0 */ | ||
98 | __u64 gcr[16]; /* 0x0100 */ | 100 | __u64 gcr[16]; /* 0x0100 */ |
99 | __u64 gbea; /* 0x0180 */ | 101 | __u64 gbea; /* 0x0180 */ |
100 | __u8 reserved188[120]; /* 0x0188 */ | 102 | __u8 reserved188[120]; /* 0x0188 */ |
@@ -134,6 +136,7 @@ struct kvm_vcpu_stat { | |||
134 | u32 instruction_sigp_arch; | 136 | u32 instruction_sigp_arch; |
135 | u32 instruction_sigp_prefix; | 137 | u32 instruction_sigp_prefix; |
136 | u32 instruction_sigp_restart; | 138 | u32 instruction_sigp_restart; |
139 | u32 diagnose_44; | ||
137 | }; | 140 | }; |
138 | 141 | ||
139 | struct io_info { | 142 | struct io_info { |