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

2011-03-06 Thread Gerhard Wiesinger
Hello, AMD fix is now upstream. Please merge it. Thnx. Ciao, Gerhard -- http://www.wiesinger.com/ On Sun, 6 Mar 2011, 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 ma

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

2011-03-06 Thread William Dauchy
On Sun, Mar 6, 2011 at 9:38 PM, Gerhard Wiesinger wrote: > AMD fix is now upstream. Please merge it. oh sorry. did not see; will do. -- William

[Qemu-devel] [PATCH] moving eeprom initialization

2011-03-06 Thread William Dauchy
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 --- hw/pcnet.c | 27 ++- hw/rtl8

[Qemu-devel] [PATCH] moving eeprom initialization

2011-03-06 Thread William Dauchy
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 --- hw/pcnet.c | 59 +---

[Qemu-devel] [PATCH] moving eeprom initialization

2011-03-02 Thread William Dauchy
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 ++- hw/rtl8139.c | 24 2 files changed, 26 in