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

2018-03-06 Thread Erik Skultety
On Fri, Mar 02, 2018 at 05:53:22PM -0500, John Ferlan wrote: > > > On 03/02/2018 04:36 PM, Cole Robinson wrote: > > On 03/02/2018 04:02 PM, John Ferlan wrote: > >> > >> > >> On 02/23/2018 06:16 PM, Cole Robinson wrote: > >>> Add a 'testdriver' bool that we set for test_driver.c nodedevs > >>>

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

2018-03-02 Thread John Ferlan
On 03/02/2018 04:36 PM, Cole Robinson wrote: > On 03/02/2018 04:02 PM, John Ferlan wrote: >> >> >> On 02/23/2018 06:16 PM, Cole Robinson wrote: >>> Add a 'testdriver' bool that we set for test_driver.c nodedevs >>> which will skip accessing host resources via virNodeDeviceUpdateCaps >>> >>>

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

2018-03-02 Thread Cole Robinson
On 03/02/2018 04:02 PM, John Ferlan wrote: > > > On 02/23/2018 06:16 PM, Cole Robinson wrote: >> Add a 'testdriver' bool that we set for test_driver.c nodedevs >> which will skip accessing host resources via virNodeDeviceUpdateCaps >> >> Signed-off-by: Cole Robinson >> ---

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

2018-03-02 Thread John Ferlan
On 02/23/2018 06:16 PM, Cole Robinson wrote: > Add a 'testdriver' bool that we set for test_driver.c nodedevs > which will skip accessing host resources via virNodeDeviceUpdateCaps > > Signed-off-by: Cole Robinson > --- > src/conf/node_device_conf.c | 3 +++ >