Re: [Qemu-devel] [PATCH v2] e1000: pre-initialize RAH/RAL registers

2012-11-01 Thread Stefan Hajnoczi
On Wed, Oct 31, 2012 at 02:15:39PM -0400, Gabriel L. Somlo wrote: > Some guest operating systems' drivers (Mac OS X in particular) fail to > properly initialize the Receive Address registers (probably expecting > them to be pre-initialized by an earlier component, such as a specific > proprietary B

[Qemu-devel] [PATCH v2] e1000: pre-initialize RAH/RAL registers

2012-10-31 Thread Gabriel L. Somlo
Some guest operating systems' drivers (Mac OS X in particular) fail to properly initialize the Receive Address registers (probably expecting them to be pre-initialized by an earlier component, such as a specific proprietary BIOS). This patch pre-initializes the RA registers, allowing OS X networkin