Re: [libvirt] [PATCH v2 1/2] conf: nodedev: Don't refresh host caps in testdriver

2018-07-13 Thread Erik Skultety
On Tue, Jul 10, 2018 at 05:46:01PM -0400, Cole Robinson wrote: > Add a 'skipUpdateCaps' bool that we set for test_driver.c nodedevs > which will skip accessing host resources via virNodeDeviceUpdateCaps > > Signed-off-by: Cole Robinson > ... > @@ -5565,6 +5566,7 @@

[libvirt] [PATCH v2 1/2] conf: nodedev: Don't refresh host caps in testdriver

2018-07-10 Thread Cole Robinson
Add a 'skipUpdateCaps' bool that we set for test_driver.c nodedevs which will skip accessing host resources via virNodeDeviceUpdateCaps Signed-off-by: Cole Robinson --- src/conf/virnodedeviceobj.c | 13 - src/conf/virnodedeviceobj.h | 4 src/test/test_driver.c | 2 ++ 3