Re: [libvirt] [PATCH 1/3] Introduce flag representing if MAC address of interface was generated or not.

2011-03-08 Thread Laine Stump
(I found this mostly-composed message sitting behind a bunch of windows on my desktop when I decided it was time to reboot just so I could have an apparently clean slate...) On 03/01/2011 03:58 AM, Michal Prívozník wrote: On 02/25/2011 05:42 PM, Eric Blake wrote: On 02/24/2011 07:56 AM, Micha

Re: [libvirt] [PATCH 1/3] Introduce flag representing if MAC address of interface was generated or not.

2011-03-01 Thread Michal Prívozník
On 02/25/2011 05:42 PM, Eric Blake wrote: On 02/24/2011 07:56 AM, Michal Privoznik wrote: --- src/conf/domain_conf.c |2 ++ src/conf/domain_conf.h |1 + 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index b97c1f0..454f6

Re: [libvirt] [PATCH 1/3] Introduce flag representing if MAC address of interface was generated or not.

2011-02-25 Thread Eric Blake
On 02/24/2011 07:56 AM, Michal Privoznik wrote: > --- > src/conf/domain_conf.c |2 ++ > src/conf/domain_conf.h |1 + > 2 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c > index b97c1f0..454f631 100644 > --- a/src/conf/domain_

[libvirt] [PATCH 1/3] Introduce flag representing if MAC address of interface was generated or not.

2011-02-24 Thread Michal Privoznik
--- src/conf/domain_conf.c |2 ++ src/conf/domain_conf.h |1 + 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index b97c1f0..454f631 100644 --- a/src/conf/domain_conf.c +++ b/src/conf/domain_conf.c @@ -2593,8 +2593,10 @@ virDo