[Qemu-devel] Re: [PATCH] moving eeprom initialization

2011-03-13 Thread Blue Swirl
Thanks, applied. On Sun, Mar 6, 2011 at 11:27 PM, William Dauchy wrote: > The initialization should not be only on reset but also when initializing > the device. > It resolves a bug when hot plugging a pci network device: the mac address > was always null. > > Signed-off-by: William Dauchy > Sig

[Qemu-devel] Re: [PATCH] moving eeprom initialization

2011-03-06 Thread Wen Congyang
At 03/07/2011 05:27 AM, William Dauchy Write: > The initialization should not be only on reset but also when initializing > the device. > It resolves a bug when hot plugging a pci network device: the mac address > was always null. > > Signed-off-by: William Dauchy > Signed-off-by: Wen Congyang

[Qemu-devel] Re: [PATCH] moving eeprom initialization

2011-03-05 Thread Blue Swirl
On Wed, Mar 2, 2011 at 3:36 PM, William Dauchy wrote: > The initialization should not be only on reset but also when initializing > the device. > It resolves a bug when hot plugging a pci network device: the mac address > was always null. Missing Signed-off-by: line.

Re: [Qemu-devel] Re: [PATCH] moving eeprom initialization

2011-03-02 Thread William Dauchy
On Wed, Mar 2, 2011 at 7:28 PM, Gerhard Wiesinger wrote: > Your patch should be based on fixes for correct EEPROM initialization, see > for details: http://www.mail-archive.com/qemu-devel@nongnu.org/msg56414.html This patch is not yet integrated upstream. I will correct it if needed. -- William

Re: [Qemu-devel] Re: [PATCH] moving eeprom initialization

2011-03-02 Thread Gerhard Wiesinger
Hello, Your patch should be based on fixes for correct EEPROM initialization, see for details: http://www.mail-archive.com/qemu-devel@nongnu.org/msg56414.html Ciao, Gerhard -- http://www.wiesinger.com/ On Wed, 2 Mar 2011, William Dauchy wrote: On Wed, Mar 2, 2011 at 2:36 PM, William Dauc

[Qemu-devel] Re: [PATCH] moving eeprom initialization

2011-03-02 Thread William Dauchy
On Wed, Mar 2, 2011 at 2:36 PM, William Dauchy wrote: > The initialization should not be only on reset but also when initializing > the device. > It resolves a bug when hot plugging a pci network device: the mac address > was always null. > --- >  hw/pcnet.c   |   27 ++- >