Re: [libvirt] [PATCH 08/18] virpcimock: Create devices/ and drivers/ under /sys/bus/pci upfront

2019-08-16 Thread Daniel Henrique Barboza
On 8/14/19 8:57 AM, Michal Privoznik wrote: In near future, we will be creating devices under different location and just symlink them under devices/. Just like real kernel does. But for that we need the directories to exists. nit: s/exists/exist Signed-off-by: Michal Privoznik ---

[libvirt] [PATCH 08/18] virpcimock: Create devices/ and drivers/ under /sys/bus/pci upfront

2019-08-14 Thread Michal Privoznik
In near future, we will be creating devices under different location and just symlink them under devices/. Just like real kernel does. But for that we need the directories to exists. Signed-off-by: Michal Privoznik --- tests/virpcimock.c | 15 +++ 1 file changed, 15 insertions(+)