Re: [Qemu-devel] [PATCH] lan9118: Ignore write to MAC_VLAN1 register

2011-04-05 Thread Atsushi Nemoto
On Mon, 4 Apr 2011 20:15:30 +0200, Aurelien Jarno wrote: > Is it really safe ignoring write to this register? If yes, it's probably > a good idea to explain why in a comment. In any case, if supporting this > register is easy to do, it would be the best option. I think it is safe. Please see an

Re: [Qemu-devel] [PATCH] lan9118: Ignore write to MAC_VLAN1 register

2011-04-04 Thread Aurelien Jarno
On Tue, Mar 29, 2011 at 10:41:12PM +0900, Atsushi Nemoto wrote: > Since kernel 2.6.38, smsc911x driver writes to VLAN1 registger. > > Signed-off-by: Atsushi Nemoto > --- > hw/lan9118.c |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/hw/lan9118.c b/hw/lan9118.c > i

[Qemu-devel] [PATCH] lan9118: Ignore write to MAC_VLAN1 register

2011-03-29 Thread Atsushi Nemoto
Since kernel 2.6.38, smsc911x driver writes to VLAN1 registger. Signed-off-by: Atsushi Nemoto --- hw/lan9118.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/hw/lan9118.c b/hw/lan9118.c index af6949f..62aead3 100644 --- a/hw/lan9118.c +++ b/hw/lan9118.c @@ -785,6 +785,