[libvirt] [PATCH 17/33] Remove ifaceSetMac and ifaceGetMac APIs

Laine Stump laine at laine.org
Wed Nov 9 16:21:02 UTC 2011


On 11/03/2011 01:30 PM, Daniel P. Berrange wrote:
> The ifaceSetMac and ifaceGetMac APIs duplicate the functionality
> of the virNetDevSetMAC and virNetDevGetMAC APIs, but returning
> errno's instead of raising errors.
>
> * src/util/interface.c, src/util/interface.h: Remove
>    ifaceSetMac and ifaceGetMac APIs, adjusting callers
>    for new error behaviour
> ---
>   src/libvirt_private.syms |    2 -
>   src/util/interface.c     |  190 +++++++---------------------------------------
>   src/util/interface.h     |    4 -
>   3 files changed, 27 insertions(+), 169 deletions(-)

Everything seems in order, and make && make check && make syntax-check 
passes.

ACK.




More information about the libvir-list mailing list