
9 Jan
2020
9 Jan
'20
11:24 a.m.
On 1/9/20 3:50 PM, Jiri Denemark wrote:
Commit v5.10.0-290-g3a4787a301 refactored qemuDomainGetHostdevPath to return a single path rather than an array of paths. When the function is called on a missing device, it will now return NULL in @path rather than a NULL array with zero items and the callers need to be adapted properly.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> --- src/qemu/qemu_cgroup.c | 32 ++++++++++++++++++-------------- src/qemu/qemu_domain.c | 9 +++++---- 2 files changed, 23 insertions(+), 18 deletions(-)
Why do I have the feeling that I've seen this patch somewhere? ;-) Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Michal