Re: [libvirt] [PATCH 03/11] nodedev: Add ability to find a vport capable vHBA

2017-01-03 Thread John Ferlan
On 01/02/2017 09:18 AM, Ján Tomko wrote: > On Fri, Nov 18, 2016 at 09:26:29AM -0500, John Ferlan wrote: >> If a is not supplied in the XML used to create a non-persistent >> vHBA, then instead of failing, let's try to find a "vports" capable node >> device and use that. >> >> Signed-off-by: John

Re: [libvirt] [PATCH 03/11] nodedev: Add ability to find a vport capable vHBA

2017-01-02 Thread Ján Tomko
On Fri, Nov 18, 2016 at 09:26:29AM -0500, John Ferlan wrote: If a is not supplied in the XML used to create a non-persistent vHBA, then instead of failing, let's try to find a "vports" capable node device and use that. Signed-off-by: John Ferlan --- src/conf/node_device_conf.c | 39 ++

[libvirt] [PATCH 03/11] nodedev: Add ability to find a vport capable vHBA

2016-11-18 Thread John Ferlan
If a is not supplied in the XML used to create a non-persistent vHBA, then instead of failing, let's try to find a "vports" capable node device and use that. Signed-off-by: John Ferlan --- src/conf/node_device_conf.c | 39 src/conf/node_device_conf.