Re: [Qemu-devel] [PATCH] e1000: factor out checking for auto-negotiation availability

2014-06-19 Thread Michael S. Tsirkin
On Thu, Jun 19, 2014 at 03:40:51PM -0400, Gabriel L. Somlo wrote: > Also fix minor indentation issues in the surrounding code. > > Suggested-by: Michael S. Tsirkin > Signed-off-by: Gabriel Somlo Applied, thanks! > --- > hw/net/e1000.c | 26 ++ > 1 file changed, 14 inse

[Qemu-devel] [PATCH] e1000: factor out checking for auto-negotiation availability

2014-06-19 Thread Gabriel L. Somlo
Also fix minor indentation issues in the surrounding code. Suggested-by: Michael S. Tsirkin Signed-off-by: Gabriel Somlo --- hw/net/e1000.c | 26 ++ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/hw/net/e1000.c b/hw/net/e1000.c index 8ee5225..0fc29a0 100