[Qemu-devel] Re: [PATCH] e1000: fix init values for command register

2009-12-10 Thread Michael S. Tsirkin
On Wed, Dec 09, 2009 at 10:35:37PM +0200, Michael S. Tsirkin wrote: > Command register for e1000 was initialized to > values out of spec: all of bus master, > io, memory and interrupt disable bits were set. > > This breaks the device now that we actually respect > the interrupt disable bit, unless

[Qemu-devel] Re: [PATCH] e1000: fix init values for command register

2009-12-10 Thread Luiz Capitulino
On Wed, 9 Dec 2009 22:35:37 +0200 "Michael S. Tsirkin" wrote: > Command register for e1000 was initialized to > values out of spec: all of bus master, > io, memory and interrupt disable bits were set. > > This breaks the device now that we actually respect > the interrupt disable bit, unless the