freebsd-dev/sys/dev/virtio/block
Bryan Venteicher 6b0e9233e4 Rework vtblk dump handling of in flight requests
Previously, the driver resets the device and abandon the requests that
are caught in flight when the dump was initiated. This was problematic
if the system is resumed after the dump is completed.

While that is probably not the typical action, it is simple to rework
the driver to very likely have the device usable after the dump without
making it more likely for the dump to fail. The in flight requests are
simply queued for completion once the dump is finished.

Requested by:	markj
MFC after:	1 month
2015-01-27 05:34:46 +00:00
..
virtio_blk.c Rework vtblk dump handling of in flight requests 2015-01-27 05:34:46 +00:00
virtio_blk.h Merge several virtio_blk changes from projects/virtio 2013-07-04 17:53:02 +00:00