diff options
| author | Alexey Kardashevskiy <aik@ozlabs.ru> | 2013-06-12 17:26:55 +1000 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2013-06-12 13:19:10 +0400 |
| commit | e098b45386a86fecc1e573d305a240a2f4aa461d (patch) | |
| tree | 85d997620131a13cf6658725dcf20dbbf860baf9 /linux-headers/linux/vfio.h | |
| parent | 821696600402e432f6f11ec355efd23f9bc6ce4f (diff) | |
| download | focaccia-qemu-e098b45386a86fecc1e573d305a240a2f4aa461d.tar.gz focaccia-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 }; |