.grp_size = 0x04,
.size_init = pt_reg_grp_size_init,
},
+#ifndef __ia64__
+ /* At present IA64 Xen doesn't support MSI for passthrough, so let's not
+ * expose MSI capability to IA64 HVM guest for now.
+ */
/* MSI Capability Structure reg group */
{
.grp_id = PCI_CAP_ID_MSI,
.size_init = pt_msi_size_init,
.emu_reg_tbl= pt_emu_reg_msi_tbl,
},
+#endif
/* PCI-X Capabilities List Item reg group */
{
.grp_id = PCI_CAP_ID_PCIX,
.size_init = pt_pcie_size_init,
.emu_reg_tbl= pt_emu_reg_pcie_tbl,
},
+#ifndef __ia64__
+ /* At present IA64 Xen doesn't support MSI for passthrough, so let's not
+ * expose MSI-X capability to IA64 HVM guest for now.
+ */
/* MSI-X Capability Structure reg group */
{
.grp_id = PCI_CAP_ID_MSIX,
.size_init = pt_msix_size_init,
.emu_reg_tbl= pt_emu_reg_msix_tbl,
},
+#endif
{
.grp_size = 0,
},