Re: [Qemu-devel] [PATCH] net: cadence_gem: Set initial MAC address

2015-10-13 Thread Jason Wang
On 10/12/2015 04:25 PM, Sebastian Huber wrote: > Set initial MAC address to the one specified by the command line. > > Signed-off-by: Sebastian Huber > Reviewed-by: Jason Wang > Reviewed-by: Peter Crosthwaite > --- > hw/net/cadence_gem.c | 6 ++ > 1 file changed, 6 insertions(+) > > diff

[Qemu-devel] [PATCH] net: cadence_gem: Set initial MAC address

2015-10-12 Thread Sebastian Huber
Set initial MAC address to the one specified by the command line. Signed-off-by: Sebastian Huber Reviewed-by: Jason Wang Reviewed-by: Peter Crosthwaite --- hw/net/cadence_gem.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/hw/net/cadence_gem.c b/hw/net/cadence_gem.c index 1127223..

Re: [Qemu-devel] [PATCH] net: cadence_gem: Set initial MAC address

2015-01-29 Thread Jason Wang
On 01/29/2015 08:59 PM, Sebastian Huber wrote: > Set initial MAC address to the one specified by the command line. > > Signed-off-by: Sebastian Huber > --- > hw/net/cadence_gem.c | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/hw/net/cadence_gem.c b/hw/net/cadence_

[Qemu-devel] [PATCH] net: cadence_gem: Set initial MAC address

2015-01-29 Thread Sebastian Huber
Set initial MAC address to the one specified by the command line. Signed-off-by: Sebastian Huber --- hw/net/cadence_gem.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hw/net/cadence_gem.c b/hw/net/cadence_gem.c index de26609..a1aa91b 100644 --- a/hw/net/cadence_gem.c