1
0
Fork 0
remarkable-linux/drivers/virtio
Michael S. Tsirkin 0ffbec8de4 virtio: virtio 1.0 cs04 spec compliance for reset
[ Upstream commit 05dbcb4307 ]

The spec says: after writing 0 to device_status, the driver MUST wait
for a read of device_status to return 0 before reinitializing the
device.

Cc: stable@vger.kernel.org
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
2016-04-20 01:08:53 -04:00
..
Kconfig Add virtio-input driver. 2015-03-29 12:13:52 +10:30
Makefile Add virtio-input driver. 2015-03-29 12:13:52 +10:30
config.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
virtio.c virtio: drop virtio_device_is_legacy_only 2015-04-15 12:41:14 +09:30
virtio_balloon.c virtio_balloon: fix race by fill and leak 2016-02-03 15:31:09 -05:00
virtio_input.c Add virtio-input driver. 2015-03-29 12:13:52 +10:30
virtio_mmio.c virtio_mmio: support non-legacy balloon devices 2015-04-15 12:41:12 +09:30
virtio_pci_common.c virtio_pci: fix use after free on release 2016-02-15 15:45:22 -05:00
virtio_pci_common.h virtio_pci: add an option to disable legacy driver 2015-01-21 16:28:59 +10:30
virtio_pci_legacy.c virtio_pci: move probe/remove code to common 2015-01-21 16:28:51 +10:30
virtio_pci_modern.c virtio: virtio 1.0 cs04 spec compliance for reset 2016-04-20 01:08:53 -04:00
virtio_ring.c virtio: Avoid possible kernel panic if DEBUG is enabled. 2015-02-11 15:03:14 +10:30