virtio: virtio_break_device() to mark all virtqueues broken.
Good for post-apocalyptic scenarios, like S/390 hotplug. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
ec6931b281
commit
e2dcdfe95c
2 changed files with 17 additions and 0 deletions
|
|
@ -106,6 +106,8 @@ static inline struct virtio_device *dev_to_virtio(struct device *_dev)
|
|||
int register_virtio_device(struct virtio_device *dev);
|
||||
void unregister_virtio_device(struct virtio_device *dev);
|
||||
|
||||
void virtio_break_device(struct virtio_device *dev);
|
||||
|
||||
/**
|
||||
* virtio_driver - operations for a virtio I/O driver
|
||||
* @driver: underlying device driver (populate name and owner).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue