Re: [Qemu-devel] [PATCH] rtl8139: implement 8139cp link status

2012-09-13 Thread Jason Wang
On 09/10/2012 04:15 PM, Jason Wang wrote: On 09/10/2012 03:59 PM, 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. Signed-off-by: Jason Wang Signed-off-by: Amos Kong --- hw/rtl8139.c

Re: [Qemu-devel] [PATCH] rtl8139: implement 8139cp link status

2012-09-10 Thread Jason Wang
On 09/10/2012 03:59 PM, 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. Signed-off-by: Jason Wang Signed-off-by: Amos Kong --- hw/rtl8139.c | 23 +-- 1 files ch

[Qemu-devel] [PATCH] rtl8139: implement 8139cp link status

2012-09-10 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. Signed-off-by: Jason Wang Signed-off-by: Amos Kong --- hw/rtl8139.c | 23 +-- 1 files changed, 21 insertions(+), 2 deletions(-) di