
On 9/12/23 7:00 AM, Peter Krempa wrote:
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@redhat.com>
I pushed this series, but for some reason only the ubuntu images are failing CI with no useful output: https://gitlab.com/libvirt/libvirt/-/pipelines/1001459836 I suspect it may be related to address sanitizer stuff, does anybody have tips on getting more information about this failure? Jonathon