Re: [libvirt] [RFC PATCH] Set and reset MAC for PASSTHROUGH mode

2011-06-14 Thread Gerhard Stenzel
On Mon, 2011-06-13 at 12:09 -0600, Eric Blake wrote: /tmp is probably not the best place; we already have a hierarchy under /var/run/libvirt/ and this information should live somewhere in that hierarchy. How about /var/run/libvirt/network ? -- Best regards, Gerhard Stenzel,

Re: [libvirt] [RFC PATCH] Set and reset MAC for PASSTHROUGH mode

2011-06-13 Thread Eric Blake
On 06/10/2011 05:40 AM, Dirk Herrendoerfer wrote: there is a problem present in libvirt that when a PASSTHROUGH mode DIRECT NIC connection is made the MAC address of the NIC is not automatically set and reset to the configured VM MAC and back again. The attached patch fixes this problem by

[libvirt] [RFC PATCH] Set and reset MAC for PASSTHROUGH mode

2011-06-10 Thread Dirk Herrendoerfer
there is a problem present in libvirt that when a PASSTHROUGH mode DIRECT NIC connection is made the MAC address of the NIC is not automatically set and reset to the configured VM MAC and back again. The attached patch fixes this problem by setting and resetting the MAC while remembering the

[libvirt] [RFC PATCH] Set and reset MAC for PASSTHROUGH mode

2011-06-08 Thread D. Herrendoerfer
Hi to all, there is a problem present in libvirt that when a PASSTHROUGH mode DIRECT NIC connection is made the MAC address of the NIC is not automatically set and reset to the configured VM MAC and back again. The attached patch fixes this problem by setting and resetting the MAC while

Re: [libvirt] [RFC PATCH] Set and reset MAC for PASSTHROUGH mode

2011-06-08 Thread Cole Robinson
Hi Dirk, Your patch mail is line wrapped. I'd recommend resending your patch using git send-email if possible, will at least increase the chances that someone reviews/comments. Thanks, Cole On 06/08/2011 08:10 AM, D. Herrendoerfer wrote: Hi to all, there is a problem present in libvirt that