On Mon, Sep 11, 2023 at 16:53:42 -0500, Jonathon Jongsma wrote:
see
https://bugzilla.redhat.com/show_bug.cgi?id=1900770.
Changes in v2:
- Don't use virStorageSource->path for vdpa device path to avoid clashing with
existing path functionality
- Move vdpa device opening to the qemuProcessPrepareHostStorageSource()
function rather than the qemuDomainPrepareStorageSource() function. This
also required some additional support in the tests for setting up the
objects properly for testing.
- rebased to latest master branch
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>