diff options
author | Alex Williamson <alex.williamson@redhat.com> | 2015-02-06 22:05:07 (GMT) |
---|---|---|
committer | Alex Williamson <alex.williamson@redhat.com> | 2015-02-10 19:37:47 (GMT) |
commit | 13060b64b819c194909121b90b5f8dd9abb5ea4e (patch) | |
tree | 3fc90f7744d110341d191dd44fe228c70422bd69 /crypto | |
parent | 4a68810dbbb4664fe4a9ac1be4d1c0e34a9b58f5 (diff) | |
download | linux-13060b64b819c194909121b90b5f8dd9abb5ea4e.tar.xz |
vfio: Add and use device request op for vfio bus drivers
When a request is made to unbind a device from a vfio bus driver,
we need to wait for the device to become unused, ie. for userspace
to release the device. However, we have a long standing TODO in
the code to do something proactive to make that happen. To enable
this, we add a request callback on the vfio bus driver struct,
which is intended to signal the user through the vfio device
interface to release the device. Instead of passively waiting for
the device to become unused, we can now pester the user to give
it up.
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions