Re: [Qemu-devel] [PATCH v4 1/3] rtl8139: implement 8139cp link status

2012-09-27 Thread Stefan Hajnoczi
On Mon, Sep 17, 2012 at 3:25 AM, Amos Kong wrote: > From: Jason Wang > > Add a link status chang callback and change the link status bit in BMSR > & MSR accordingly. Tested in Linux/Windows guests. > > The link status bit of MediaStatus is infered from BasicModeStatus, > they are inverse. > > nc.

[Qemu-devel] [PATCH v4 1/3] rtl8139: implement 8139cp link status

2012-09-16 Thread Amos Kong
From: Jason Wang Add a link status chang callback and change the link status bit in BMSR & MSR accordingly. Tested in Linux/Windows guests. The link status bit of MediaStatus is infered from BasicModeStatus, they are inverse. nc.link_down could not be migrated, this patch updates link_down in r