diff options
| author | Alexey Kardashevskiy | 2013-06-12 09:26:55 +0200 |
|---|---|---|
| committer | Michael Tokarev | 2013-06-12 11:19:10 +0200 |
| commit | e098b45386a86fecc1e573d305a240a2f4aa461d (patch) | |
| tree | 85d997620131a13cf6658725dcf20dbbf860baf9 /linux-headers/linux/vfio.h | |
| parent | KVM: PPC: Add dummy kvm_arch_init_irq_routing() (diff) | |
| download | qemu-e098b45386a86fecc1e573d305a240a2f4aa461d.tar.gz qemu-e098b45386a86fecc1e573d305a240a2f4aa461d.tar.xz qemu-e098b45386a86fecc1e573d305a240a2f4aa461d.zip | |
linux-headers: Update to v3.10-rc5
This adds symbols required for PPC64 pseries platform features:
1. sPAPR live migration;
2. in-kernel XICS interrupt controller.
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'linux-headers/linux/vfio.h')
| -rw-r--r-- | linux-headers/linux/vfio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-headers/linux/vfio.h b/linux-headers/linux/vfio.h index e094121ee7..7ec1864765 100644 --- a/linux-headers/linux/vfio.h +++ b/linux-headers/linux/vfio.h @@ -319,6 +319,7 @@ enum { VFIO_PCI_INTX_IRQ_INDEX, VFIO_PCI_MSI_IRQ_INDEX, VFIO_PCI_MSIX_IRQ_INDEX, + VFIO_PCI_ERR_IRQ_INDEX, VFIO_PCI_NUM_IRQS }; |
