Re: [libvirt] [PATCH] Use the same MAC address that is defined in domain XML for attached-mac field.

2012-03-02 Thread Laine Stump
On 02/16/2012 06:49 PM, Ansis Atteka wrote: Currently libvirt sets the attached-mac to altered MAC address that has first byte set to FE. This patch will change that behavior by using the original (unaltered) MAC address from the domain XML configuration file. Okay, after much discussion, and

Re: [libvirt] [PATCH] Use the same MAC address that is defined in domain XML for attached-mac field.

2012-03-01 Thread Ansis Atteka
On Thu, Mar 1, 2012 at 10:19 AM, Laine Stump la...@laine.org wrote: On 02/29/2012 07:26 PM, Ansis Atteka wrote: On Sat, Feb 18, 2012 at 7:07 PM, Laine Stump la...@laine.org wrote: On 02/17/2012 02:51 PM, Ansis Atteka wrote: On Fri, Feb 17, 2012 at 10:55 AM, Laine Stump

Re: [libvirt] [PATCH] Use the same MAC address that is defined in domain XML for attached-mac field.

2012-03-01 Thread Laine Stump
On 02/29/2012 07:26 PM, Ansis Atteka wrote: On Sat, Feb 18, 2012 at 7:07 PM, Laine Stump la...@laine.org mailto:la...@laine.org wrote: On 02/17/2012 02:51 PM, Ansis Atteka wrote: On Fri, Feb 17, 2012 at 10:55 AM, Laine Stump la...@laine.org mailto:la...@laine.org

Re: [libvirt] [PATCH] Use the same MAC address that is defined in domain XML for attached-mac field.

2012-03-01 Thread Laine Stump
On 03/01/2012 01:19 PM, Laine Stump wrote: On 02/29/2012 07:26 PM, Ansis Atteka wrote: On Sat, Feb 18, 2012 at 7:07 PM, Laine Stump la...@laine.org mailto:la...@laine.org wrote: On 02/17/2012 02:51 PM, Ansis Atteka wrote: On Fri, Feb 17, 2012 at 10:55 AM, Laine Stump

Re: [libvirt] [PATCH] Use the same MAC address that is defined in domain XML for attached-mac field.

2012-03-01 Thread Ansis Atteka
On Thu, Mar 1, 2012 at 1:17 PM, Laine Stump la...@laine.org wrote: On 03/01/2012 01:19 PM, Laine Stump wrote: On 02/29/2012 07:26 PM, Ansis Atteka wrote: On Sat, Feb 18, 2012 at 7:07 PM, Laine Stump la...@laine.org mailto:la...@laine.org wrote: On 02/17/2012 02:51 PM, Ansis

Re: [libvirt] [PATCH] Use the same MAC address that is defined in domain XML for attached-mac field.

2012-02-29 Thread Ansis Atteka
On Sat, Feb 18, 2012 at 7:07 PM, Laine Stump la...@laine.org wrote: On 02/17/2012 02:51 PM, Ansis Atteka wrote: On Fri, Feb 17, 2012 at 10:55 AM, Laine Stump la...@laine.org mailto:la...@laine.org wrote: On 02/16/2012 06:49 PM, Ansis Atteka wrote: Currently libvirt sets

Re: [libvirt] [PATCH] Use the same MAC address that is defined in domain XML for attached-mac field.

2012-02-23 Thread Ansis Atteka
On Tue, Feb 21, 2012 at 11:53 AM, Ansis Atteka aatt...@nicira.com wrote: On Mon, Feb 20, 2012 at 1:46 AM, Daniel P. Berrange berra...@redhat.comwrote: On Sat, Feb 18, 2012 at 10:07:45PM -0500, Laine Stump wrote: On 02/17/2012 02:51 PM, Ansis Atteka wrote: On Fri, Feb 17, 2012 at

Re: [libvirt] [PATCH] Use the same MAC address that is defined in domain XML for attached-mac field.

2012-02-21 Thread Ansis Atteka
On Mon, Feb 20, 2012 at 1:46 AM, Daniel P. Berrange berra...@redhat.comwrote: On Sat, Feb 18, 2012 at 10:07:45PM -0500, Laine Stump wrote: On 02/17/2012 02:51 PM, Ansis Atteka wrote: On Fri, Feb 17, 2012 at 10:55 AM, Laine Stump la...@laine.org mailto:la...@laine.org wrote:

Re: [libvirt] [PATCH] Use the same MAC address that is defined in domain XML for attached-mac field.

2012-02-20 Thread Daniel P. Berrange
On Sat, Feb 18, 2012 at 10:07:45PM -0500, Laine Stump wrote: On 02/17/2012 02:51 PM, Ansis Atteka wrote: On Fri, Feb 17, 2012 at 10:55 AM, Laine Stump la...@laine.org mailto:la...@laine.org wrote: On 02/16/2012 06:49 PM, Ansis Atteka wrote: Currently libvirt sets the

Re: [libvirt] [PATCH] Use the same MAC address that is defined in domain XML for attached-mac field.

2012-02-18 Thread Laine Stump
On 02/17/2012 02:51 PM, Ansis Atteka wrote: On Fri, Feb 17, 2012 at 10:55 AM, Laine Stump la...@laine.org mailto:la...@laine.org wrote: On 02/16/2012 06:49 PM, Ansis Atteka wrote: Currently libvirt sets the attached-mac to altered MAC address that has first byte set to

Re: [libvirt] [PATCH] Use the same MAC address that is defined in domain XML for attached-mac field.

2012-02-17 Thread Laine Stump
On 02/16/2012 06:49 PM, Ansis Atteka wrote: Currently libvirt sets the attached-mac to altered MAC address that has first byte set to FE. This patch will change that behavior by using the original (unaltered) MAC address from the domain XML configuration file. Maybe I didn't read thoroughly

Re: [libvirt] [PATCH] Use the same MAC address that is defined in domain XML for attached-mac field.

2012-02-17 Thread Ansis Atteka
On Fri, Feb 17, 2012 at 10:55 AM, Laine Stump la...@laine.org wrote: On 02/16/2012 06:49 PM, Ansis Atteka wrote: Currently libvirt sets the attached-mac to altered MAC address that has first byte set to FE. This patch will change that behavior by using the original (unaltered) MAC address

[libvirt] [PATCH] Use the same MAC address that is defined in domain XML for attached-mac field.

2012-02-16 Thread Ansis Atteka
Currently libvirt sets the attached-mac to altered MAC address that has first byte set to FE. This patch will change that behavior by using the original (unaltered) MAC address from the domain XML configuration file. --- src/network/bridge_driver.c |2 +- src/qemu/qemu_command.c |5