Re: [libvirt] [PATCH v2 0/2] test: Implement virConnectListAllNodeDevices

2018-07-13 Thread Erik Skultety
On Tue, Jul 10, 2018 at 05:46:00PM -0400, Cole Robinson wrote: > v1: https://www.redhat.com/archives/libvir-list/2018-February/msg01135.html > > virnodedeviceobj.c generic ListAll infrastructure is not stateless > and will try to refresh nodedev scsi/pci/etc. config. Understandable > this doesn't

[libvirt] [PATCH v2 0/2] test: Implement virConnectListAllNodeDevices

2018-07-10 Thread Cole Robinson
v1: https://www.redhat.com/archives/libvir-list/2018-February/msg01135.html virnodedeviceobj.c generic ListAll infrastructure is not stateless and will try to refresh nodedev scsi/pci/etc. config. Understandable this doesn't play well with the test driver. Trying to untangle it is a bit tough