All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] fix updating of nic info
@ 2013-10-17  7:02 Amos Kong
  2013-10-17  7:02 ` [Qemu-devel] [PATCH 1/2] net/e1000: update network information when macaddr is changed in guest Amos Kong
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Amos Kong @ 2013-10-17  7:02 UTC (permalink / raw)
  To: qemu-devel; +Cc: anthony, stefanha, mst

I tried to change macaddr in guest, addr in guest is updated, and guest
network is fine. But the nic information in monitor isn't update. This
problem both exists in e1000 and rtl8139.

  1) change macaddr in guest by ifconfig
  guest)# ifconfig eth0 hw ether 12:12:12:34:35:36
  guest)# ifconfig eth0
  
  2) check network information in monitor
  (qemu) info network
  
Amos Kong (2):
  net/e1000: update network information when macaddr is changed in guest
  net/rtl8139: update network information when macaddr is changed in
    guest

 hw/net/e1000.c   | 8 ++++++++
 hw/net/rtl8139.c | 6 +++++-
 2 files changed, 13 insertions(+), 1 deletion(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-10-18 10:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-17  7:02 [Qemu-devel] [PATCH 0/2] fix updating of nic info Amos Kong
2013-10-17  7:02 ` [Qemu-devel] [PATCH 1/2] net/e1000: update network information when macaddr is changed in guest Amos Kong
2013-10-17  7:02 ` [Qemu-devel] [PATCH 2/2] net/rtl8139: " Amos Kong
2013-10-17  7:58 ` [Qemu-devel] [PATCH 0/2] fix updating of nic info Stefan Hajnoczi
2013-10-17  8:15   ` Michael S. Tsirkin
2013-10-17  8:31     ` Amos Kong
2013-10-17  9:34       ` Michael S. Tsirkin
2013-10-18 10:02         ` Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.