Re: [Qemu-devel] [PATCH] net: update nic info during device reset

2013-10-18 Thread Stefan Hajnoczi
On Thu, Oct 17, 2013 at 04:38:34PM +0800, Amos Kong wrote: macaddr is reset during device reset, but nic info isn't updated, this problem exists in e1000 rtl8139 Signed-off-by: Amos Kong ak...@redhat.com --- hw/net/e1000.c | 1 + hw/net/rtl8139.c | 1 + 2 files changed, 2

[Qemu-devel] [PATCH] net: update nic info during device reset

2013-10-17 Thread Amos Kong
macaddr is reset during device reset, but nic info isn't updated, this problem exists in e1000 rtl8139 Signed-off-by: Amos Kong ak...@redhat.com --- hw/net/e1000.c | 1 + hw/net/rtl8139.c | 1 + 2 files changed, 2 insertions(+) diff --git a/hw/net/e1000.c b/hw/net/e1000.c index

Re: [Qemu-devel] [PATCH] net: update nic info during device reset

2013-10-17 Thread Michael S. Tsirkin
On Thu, Oct 17, 2013 at 04:38:34PM +0800, Amos Kong wrote: macaddr is reset during device reset, but nic info isn't updated, this problem exists in e1000 rtl8139 Signed-off-by: Amos Kong ak...@redhat.com Acked-by: Michael S. Tsirkin m...@redhat.com --- hw/net/e1000.c | 1 +