diff options
Diffstat (limited to 'drivers/kvm/kvm.h')
-rw-r--r-- | drivers/kvm/kvm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h index be3a0e7ecae4..1c4a581938bf 100644 --- a/drivers/kvm/kvm.h +++ b/drivers/kvm/kvm.h | |||
@@ -277,6 +277,9 @@ struct kvm_vcpu { | |||
277 | gpa_t mmio_phys_addr; | 277 | gpa_t mmio_phys_addr; |
278 | int pio_pending; | 278 | int pio_pending; |
279 | 279 | ||
280 | int sigset_active; | ||
281 | sigset_t sigset; | ||
282 | |||
280 | struct { | 283 | struct { |
281 | int active; | 284 | int active; |
282 | u8 save_iopl; | 285 | u8 save_iopl; |