Re: [Qemu-devel] [PATCH v4 0/3] net: fix link status

2012-09-16 Thread Jason Wang
On 09/17/2012 10:25 AM, Amos Kong wrote: First patch implemeted link status setting of rtl8139, the rest patches updated nc.link_down in post_load() of migration to keep it coincident with real link status. Amos Kong (2): e1000: update nc.link_down in e1000_post_load() update nc.link_down

[Qemu-devel] [PATCH v4 0/3] net: fix link status

2012-09-16 Thread Amos Kong
First patch implemeted link status setting of rtl8139, the rest patches updated nc.link_down in post_load() of migration to keep it coincident with real link status. Amos Kong (2): e1000: update nc.link_down in e1000_post_load() update nc.link_down in virtio_net_load() Jason Wang (1): rtl81