]> www.infradead.org Git - users/dwmw2/qemu.git/commit
fix for bad macaddr of e1000 in Windows 2003 server with original MS driver
authorNaphtali Sprei <nsprei@redhat.com>
Thu, 16 Jul 2009 15:17:53 +0000 (18:17 +0300)
committerGlauber Costa <glommer@redhat.com>
Mon, 20 Jul 2009 14:14:11 +0000 (10:14 -0400)
commit07fdfe83cf7c35f1f17b095e3959ea0472cd0ebd
tree05d7d6d364fd30297c3ed63b111d70be8fed50c7
parent9eab386edbf8cf002a731f8204a156f243a47a57
fix for bad macaddr of e1000 in Windows 2003 server with original MS driver

The sequence of reading from eeprom is "offset by one" moved because of a false
detection of a clock cycle after an eeprom reset. Keeping the last clock value
after a reset keeps it in sync.

Signed-off-by: Naphtali Sprei <nsprei@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Glauber Costa <glommer@redhat.com>
hw/e1000.c