CVSROOT:        /cvs
Module name:    src
Changes by:     s...@cvs.openbsd.org    2016/07/14 06:42:00

Modified files:
        sys/dev/pci    : if_vio.c vioblk.c viomb.c viornd.c vioscsi.c 
                         virtio.c virtio_pci.c virtiovar.h 
        sys/arch/armv7/vexpress: virtio_mmio.c 

Log message:
virtio: Move interrupt handler into transport specific code

For MSI-X (and also possibly for other transports), the interrupt
handler must do different things.  Move it out of virtio.c and into
virtio_pci.

ARM part tested by patrick@

Reply via email to