Re: [libvirt] [PATCH 12/18] virpcimock: Create PCI devices under /sys/devices/pci*

2019-08-16 Thread Daniel Henrique Barboza
Reviewed-by: Daniel Henrique Barboza On 8/14/19 8:57 AM, Michal Privoznik wrote: So far, we are creating devices directly under /sys/bus/pci/devices/*. There is not much problem with it, but if we really want to model kernel behaviour we need to create them under /sys/devices/pci:BB and the

[libvirt] [PATCH 12/18] virpcimock: Create PCI devices under /sys/devices/pci*

2019-08-14 Thread Michal Privoznik
So far, we are creating devices directly under /sys/bus/pci/devices/*. There is not much problem with it, but if we really want to model kernel behaviour we need to create them under /sys/devices/pci:BB and then only symlink them from the old location. Signed-off-by: Michal Privoznik --- tes