On Fri, Dec 19, 2014 at 01:18:24PM +, Stefan Hajnoczi wrote:
> From: "Michael S. Tsirkin"
>
> Some guests seem to set BM for e1000 after
> enabling RX.
> If packets arrive in the window, device is wedged.
> Probably works by luck on real hardware, work around
> this by making can_receive depe
From: "Michael S. Tsirkin"
Some guests seem to set BM for e1000 after
enabling RX.
If packets arrive in the window, device is wedged.
Probably works by luck on real hardware, work around
this by making can_receive depend on BM.
Tested-by: Gabriel Somlo
Signed-off-by: Michael S. Tsirkin
Reviewe