Re: [Qemu-devel] [PATCH v1] e1000: initial link negotiation on mac osx

2013-11-07 Thread jacek burghardt
I know there are patches for seabios

Re: [Qemu-devel] [PATCH v1] e1000: initial link negotiation on mac osx

2013-11-07 Thread Paolo Bonzini
Il 07/11/2013 19:04, Gabriel L. Somlo ha scritto: > Some guest operating systems' drivers (particularly Mac OS X) > expect the link state to be pre-initialized by an earlier > component such as a proprietary BIOS. This patch injects an > additional LSC event upon PHY reset, allowing the OS X driver

[Qemu-devel] [PATCH v1] e1000: initial link negotiation on mac osx

2013-11-07 Thread Gabriel L. Somlo
Some guest operating systems' drivers (particularly Mac OS X) expect the link state to be pre-initialized by an earlier component such as a proprietary BIOS. This patch injects an additional LSC event upon PHY reset, allowing the OS X driver to successfully complete initial link negotiation. This i