Re: [libvirt] [PATCH v3 03/36] conf: simplify link from hostdev back to network device

2019-04-02 Thread Daniel P . Berrangé
On Thu, Mar 21, 2019 at 08:50:56PM -0400, Cole Robinson wrote: > On 3/19/19 8:46 AM, Daniel P. Berrangé wrote: > > hostdevs have a link back to the original network device. This is fairly > > generic accepting any type of device, however, we don't intend to make > > use of this approach in future.

Re: [libvirt] [PATCH v3 03/36] conf: simplify link from hostdev back to network device

2019-03-21 Thread Cole Robinson
On 3/19/19 8:46 AM, Daniel P. Berrangé wrote: > hostdevs have a link back to the original network device. This is fairly > generic accepting any type of device, however, we don't intend to make > use of this approach in future. It can thus be specialized to network > devices. > > Signed-off-by:

[libvirt] [PATCH v3 03/36] conf: simplify link from hostdev back to network device

2019-03-19 Thread Daniel P . Berrangé
hostdevs have a link back to the original network device. This is fairly generic accepting any type of device, however, we don't intend to make use of this approach in future. It can thus be specialized to network devices. Signed-off-by: Daniel P. Berrangé --- src/conf/domain_conf.c |