kernel-ark/drivers/misc/mic
Michael S. Tsirkin 016c98c6fe virtio: unify config_changed handling
Replace duplicated code in all transports with a single wrapper in
virtio.c.

The only functional change is in virtio_mmio.c: if a buggy device sends
us an interrupt before driver is set, we previously returned IRQ_NONE,
now we return IRQ_HANDLED.

As this must not happen in practice, this does not look like a big deal.

See also commit 3fff0179e3
	virtio-pci: do not oops on config change if driver not loaded.
for the original motivation behind the driver check.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2014-10-15 10:24:54 +10:30
..
bus misc: mic: add a bus driver for virtual MIC devices 2014-07-11 18:27:56 -07:00
card virtio: unify config_changed handling 2014-10-15 10:24:54 +10:30
common
host misc: remove DEFINE_PCI_DEVICE_TABLE usage 2014-07-18 16:54:23 -07:00
Kconfig misc: mic: add dma support in card driver 2014-07-11 18:31:12 -07:00
Makefile misc: mic: add a bus driver for virtual MIC devices 2014-07-11 18:27:56 -07:00