[libvirt] [PATCH 16/28] conf: use virNetDevIPInfo in virDomainHostdevCaps

John Ferlan jferlan at redhat.com
Fri Jun 24 11:49:18 UTC 2016



On 06/22/2016 01:37 PM, Laine Stump wrote:
> a.k.a. <hostdev mode='capabilities' type='net'>.
> 
> This replaces the existing nips, ips, nroutes, and routes with a
> single virNetDevIPInfo, and simplifies the code by calling that
> object's parse/format/clear functions instead of open coding.
> ---
>  docs/schemas/domaincommon.rng | 22 +-----------
>  src/conf/domain_conf.c        | 80 ++++++-------------------------------------
>  src/conf/domain_conf.h        |  7 ++--
>  src/lxc/lxc_controller.c      |  2 +-
>  src/lxc/lxc_native.c          | 18 +++++-----
>  5 files changed, 24 insertions(+), 105 deletions(-)
> 

ACK -

John




More information about the libvir-list mailing list