From 9ab2195dcb2e7d202287b6db7cfaa4f9e01941f6 Mon Sep 17 00:00:00 2001 From: Marcelo Tosatti Date: Thu, 12 Apr 2012 00:43:27 -0300 Subject: kvm: update linux headers Signed-off-by: Marcelo Tosatti --- linux-headers/asm-s390/kvm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linux-headers/asm-s390/kvm.h') diff --git a/linux-headers/asm-s390/kvm.h b/linux-headers/asm-s390/kvm.h index 9acbde4af2..96076676e2 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 -- cgit v1.2.3