Re: [libvirt] [PATCH 00/27] network: refactor to decouple virt drivers from network driver

2019-01-08 Thread Michal Privoznik
On 12/24/18 3:58 PM, Daniel P. Berrangé wrote: > Currently the network driver registers a set of callbacks with the virt > driver in order to handle allocating/releasing network ports associated > with guest NICs. > > This series introduces a virNetworkPortPtr object and associated XML > that

Re: [libvirt] [PATCH 00/27] network: refactor to decouple virt drivers from network driver

2019-01-01 Thread no-reply
Hi, This series was run against 'syntax-check' test by patchew.org, which failed, please find the details below: Message-id: 20181224145915.8700-1-berra...@redhat.com Subject: [libvirt] [PATCH 00/27] network: refactor to decouple virt drivers from network driver Type: series === TEST SCRIPT

[libvirt] [PATCH 00/27] network: refactor to decouple virt drivers from network driver

2018-12-24 Thread Daniel P . Berrangé
Currently the network driver registers a set of callbacks with the virt driver in order to handle allocating/releasing network ports associated with guest NICs. This series introduces a virNetworkPortPtr object and associated XML that describes a network port. The virt drivers now call public