commit | 0686082dbf7a204ca0fab326a820779e31666639 | [log] [tgz] |
---|---|---|
author | Xie Yongji <xieyongji@bytedance.com> | Tue Aug 31 18:36:26 2021 +0800 |
committer | Michael S. Tsirkin <mst@redhat.com> | Mon Sep 06 07:20:57 2021 -0400 |
tree | 889a7e8628defb413e7863264a62781869e1332c | |
parent | 86e17a51c1a5a299009f8b1645e3e9da0d59faae [diff] |
vdpa: Add reset callback in vdpa_config_ops This adds a new callback to support device specific reset behavior. The vdpa bus driver will call the reset function instead of setting status to zero during resetting. Signed-off-by: Xie Yongji <xieyongji@bytedance.com> Link: https://lore.kernel.org/r/20210831103634.33-6-xieyongji@bytedance.com Signed-off-by: Michael S. Tsirkin <mst@redhat.com>