Re: [libvirt] [PATCH 10/18] virpcimock: Introduce and use pci_driver_get_path()

2019-08-16 Thread Daniel Henrique Barboza
Reviewed-by: Daniel Henrique Barboza On 8/14/19 8:57 AM, Michal Privoznik wrote: Have just one function to generate path to a PCI driver so that when we change it in near future there's only few of the places we need to fix. Signed-off-by: Michal Privoznik --- tests/virpcimock.c | 34

[libvirt] [PATCH 10/18] virpcimock: Introduce and use pci_driver_get_path()

2019-08-14 Thread Michal Privoznik
Have just one function to generate path to a PCI driver so that when we change it in near future there's only few of the places we need to fix. Signed-off-by: Michal Privoznik --- tests/virpcimock.c | 34 +++--- 1 file changed, 27 insertions(+), 7 deletions(-) diff