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-x86/kvm.h | |
| 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-x86/kvm.h')
| -rw-r--r-- | linux-headers/asm-x86/kvm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-headers/asm-x86/kvm.h b/linux-headers/asm-x86/kvm.h index e7d1c194d2..246617efd6 100644 --- a/linux-headers/asm-x86/kvm.h +++ b/linux-headers/asm-x86/kvm.h @@ -12,6 +12,7 @@ /* Select x86 specific features in <linux/kvm.h> */ #define __KVM_HAVE_PIT #define __KVM_HAVE_IOAPIC +#define __KVM_HAVE_IRQ_LINE #define __KVM_HAVE_DEVICE_ASSIGNMENT #define __KVM_HAVE_MSI #define __KVM_HAVE_USER_NMI |
