Re: [libvirt] [PATCH 1/3] util: Change virMacAddrFormat to lowercase hex characters

2013-03-26 Thread Martin Kletzander
On 03/26/2013 12:26 PM, Peter Krempa wrote: > The domain XML generator creates the mac addres strings with lowercase > strings with a separate piece of code. This patch changes the formating > helper to do the same stuff to allow using it to normalize a string > provided by the user. After this cha

[libvirt] [PATCH 1/3] util: Change virMacAddrFormat to lowercase hex characters

2013-03-26 Thread Peter Krempa
The domain XML generator creates the mac addres strings with lowercase strings with a separate piece of code. This patch changes the formating helper to do the same stuff to allow using it to normalize a string provided by the user. After this change some of the tests that are outputing the mac add