Signed-off-by: James Sullivan <sullivan.jame...@gmail.com>
---
 arch/x86/kvm/irq_comm.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/arch/x86/kvm/irq_comm.c b/arch/x86/kvm/irq_comm.c
index 36d2ca3a..f993f2f 100644
--- a/arch/x86/kvm/irq_comm.c
+++ b/arch/x86/kvm/irq_comm.c
@@ -103,12 +103,6 @@ static inline void kvm_set_msi_irq(struct 
kvm_kernel_irq_routing_entry *e,
                        MSI_ADDR_DEST_ID_MASK) >> MSI_ADDR_DEST_ID_SHIFT;
        irq->vector = (e->msi.data &
                        MSI_DATA_VECTOR_MASK) >> MSI_DATA_VECTOR_SHIFT;
-       /*
-        * TODO Deal with RH bit of MSI message address
-        *  IF RH=1, then MSI delivers only to the processor with the
-        *  lowest interrupt priority among processors that can receive
-        *  the interrupt.
-        */
        if ((e->msi.address_lo & MSI_ADDR_REDIRECTION_LOWPRI) &&
                        (e->msi.address_lo & MSI_ADDR_DEST_MODE_LOGICAL))
                irq->dest_mode = APIC_DEST_LOGICAL;
-- 
2.3.1

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to