From: Jan Kiszka <[email protected]>

No functional change, just documenting the possibly non-obvious.

Signed-off-by: Jan Kiszka <[email protected]>
---
 hypervisor/arch/x86/vtd.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hypervisor/arch/x86/vtd.c b/hypervisor/arch/x86/vtd.c
index a43632f5..1cae0dcb 100644
--- a/hypervisor/arch/x86/vtd.c
+++ b/hypervisor/arch/x86/vtd.c
@@ -398,6 +398,7 @@ static int vtd_emulate_inv_int(unsigned int unit_no, 
unsigned int index)
                return 0;

        device = pci_get_assigned_device(&root_cell, irte_usage->device_id);
+       /* On x86, ivshmem devices only support MSI-X. */
        if (device && device->info->type == JAILHOUSE_PCI_TYPE_IVSHMEM)
                return arch_ivshmem_update_msix(device);

--
2.16.4

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jailhouse-dev/e55d0852-e971-87e0-c458-810f525f1013%40web.de.
For more options, visit https://groups.google.com/d/optout.

Reply via email to