[libvirt] [PATCH 07/16] Move MAC address replacement functions to virnetdev.c

Laine Stump laine at laine.org
Thu Nov 17 11:08:33 UTC 2011


On 11/15/2011 06:14 AM, Daniel P. Berrange wrote:
> Move virNetDevReplaceMacAddress and virNetDevRestoreMacAddress
> to the virnetdev.c file where they naturally belong
>
> * util/interface.c, util/interface.h: Remove
>    virNetDevReplaceMacAddress and virNetDevRestoreMacAddress
> * util/virnetdev.c, util/virnetdev.h: Add
>    virNetDevReplaceMacAddress and virNetDevRestoreMacAddress
> ---
>   src/util/interface.c |   84 ----------------------------------------------
>   src/util/interface.h |   10 -----
>   src/util/virnetdev.c |   91 ++++++++++++++++++++++++++++++++++++++++++++++++++
>   src/util/virnetdev.h |   12 ++++++
>   4 files changed, 103 insertions(+), 94 deletions(-)

ACK.




More information about the libvir-list mailing list