diff options
| author | Michael S. Tsirkin | 2012-08-28 19:43:42 +0200 |
|---|---|---|
| committer | Anthony Liguori | 2012-08-29 17:51:28 +0200 |
| commit | 651682dcf54c4f2e07904bd822a97895900f6d8a (patch) | |
| tree | 597feda98af7bdbba2750b3fdc76fd600c332dfd /linux-headers/asm-s390 | |
| parent | target-i386: disable pv eoi to fix migration across QEMU versions (diff) | |
| download | qemu-651682dcf54c4f2e07904bd822a97895900f6d8a.tar.gz qemu-651682dcf54c4f2e07904bd822a97895900f6d8a.tar.xz qemu-651682dcf54c4f2e07904bd822a97895900f6d8a.zip | |
linux-headers: update to 3.6-rc3
Update linux-headers to version present in Linux 3.6-rc3.
Header asm-x96_64/kvm_para.h update is needed for the new PV EOI
feature.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'linux-headers/asm-s390')
| -rw-r--r-- | linux-headers/asm-s390/kvm.h | 2 | ||||
| -rw-r--r-- | linux-headers/asm-s390/kvm_para.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/linux-headers/asm-s390/kvm.h b/linux-headers/asm-s390/kvm.h index bdcbe0f8dd..d25da598ec 100644 --- a/linux-headers/asm-s390/kvm.h +++ b/linux-headers/asm-s390/kvm.h @@ -1,7 +1,7 @@ #ifndef __LINUX_KVM_S390_H #define __LINUX_KVM_S390_H /* - * asm-s390/kvm.h - KVM s390 specific structures and definitions + * KVM s390 specific structures and definitions * * Copyright IBM Corp. 2008 * diff --git a/linux-headers/asm-s390/kvm_para.h b/linux-headers/asm-s390/kvm_para.h index 8e2dd6706b..870051f645 100644 --- a/linux-headers/asm-s390/kvm_para.h +++ b/linux-headers/asm-s390/kvm_para.h @@ -1,5 +1,5 @@ /* - * asm-s390/kvm_para.h - definition for paravirtual devices on s390 + * definition for paravirtual devices on s390 * * Copyright IBM Corp. 2008 * |
