commit | d9679d0013a66849f23057978f92e76b255c50aa | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Wed Oct 13 06:55:44 2021 -0400 |
committer | Michael S. Tsirkin <mst@redhat.com> | Fri Jan 14 18:50:52 2022 -0500 |
tree | 82edbfe8a2775e5cb7cbb5b560dd189067cc3db3 | |
parent | c9e6606c7fe92b50a02ce51dda82586ebdf99b48 [diff] |
virtio: wrap config->reset calls This will enable cleanups down the road. The idea is to disable cbs, then add "flush_queued_cbs" callback as a parameter, this way drivers can flush any work queued after callbacks have been disabled. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Link: https://lore.kernel.org/r/20211013105226.20225-1-mst@redhat.com Signed-off-by: Michael S. Tsirkin <mst@redhat.com>