diff options
author | Marcelo Tosatti <mtosatti@redhat.com> | 2012-04-12 00:43:27 -0300 |
---|---|---|
committer | Marcelo Tosatti <mtosatti@redhat.com> | 2012-04-12 19:01:42 -0300 |
commit | 9ab2195dcb2e7d202287b6db7cfaa4f9e01941f6 (patch) | |
tree | 4d0ea2aa9c9f30cf519cf1d3db9dc9650a45e286 /linux-headers/asm-s390 | |
parent | bc8c6788b60cbbe56700568bcb645e139ab29b7d (diff) | |
download | qemu-9ab2195dcb2e7d202287b6db7cfaa4f9e01941f6.zip qemu-9ab2195dcb2e7d202287b6db7cfaa4f9e01941f6.tar.gz qemu-9ab2195dcb2e7d202287b6db7cfaa4f9e01941f6.tar.bz2 |
kvm: update linux headers
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'linux-headers/asm-s390')
-rw-r--r-- | linux-headers/asm-s390/kvm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-headers/asm-s390/kvm.h b/linux-headers/asm-s390/kvm.h index 9acbde4..9607667 100644 --- a/linux-headers/asm-s390/kvm.h +++ b/linux-headers/asm-s390/kvm.h @@ -44,10 +44,12 @@ struct kvm_guest_debug_arch { #define KVM_SYNC_PREFIX (1UL << 0) #define KVM_SYNC_GPRS (1UL << 1) #define KVM_SYNC_ACRS (1UL << 2) +#define KVM_SYNC_CRS (1UL << 3) /* definition of registers in kvm_run */ struct kvm_sync_regs { __u64 prefix; /* prefix register */ __u64 gprs[16]; /* general purpose registers */ __u32 acrs[16]; /* access registers */ + __u64 crs[16]; /* control registers */ }; #endif |