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

2012-10-04 Thread Stefan Hajnoczi
On Fri, Sep 28, 2012 at 4:05 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. > > v5: fix bug in bit operating > > Amos Kong (2): > e1000: update nc.lin

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

2012-09-27 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. v5: fix bug in bit operating Amos Kong (2): e1000: update nc.link_down in e1000_post_load() update nc.link_down in virtio_net_l