]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
kvm: Kill stale interrupt configuration comment
authorPekka Enberg <penberg@kernel.org>
Wed, 5 Jan 2011 16:11:15 +0000 (18:11 +0200)
committerPekka Enberg <penberg@kernel.org>
Wed, 5 Jan 2011 16:11:15 +0000 (18:11 +0200)
Yes, our interrupt configuration is OK. We can see the guest interrupt trapping
to our hypervisor.

Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/blk-virtio.c

index f67457a12436a03fc71ce8f905ceac28dda48acf..36f064bb2c158cb590eeae79f49cb28b51d1ce0c 100644 (file)
@@ -195,7 +195,6 @@ static struct pci_device_header blk_virtio_pci_device = {
        .subsys_vendor_id       = PCI_SUBSYSTEM_VENDOR_ID_REDHAT_QUMRANET,
        .subsys_id              = PCI_SUBSYSTEM_ID_VIRTIO_BLK,
        .bar[0]                 = IOPORT_VIRTIO | PCI_BASE_ADDRESS_SPACE_IO,
-       /* XXX: Is this IRQ setup OK? */
        .irq_pin                = 1,
        .irq_line               = VIRTIO_BLK_IRQ,
 };