]> xenbits.xensource.com Git - people/pauldu/qemu.git/commitdiff
hw/net/e1000: Fix erroneous comment
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 15 Jul 2019 10:22:10 +0000 (12:22 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 21 Aug 2019 08:42:10 +0000 (10:42 +0200)
Missed during the QOM convertion in 9af21dbee14.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Message-Id: <20190715102210.31365-1-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/net/e1000.c

index 8ae4e08f1e90c89cc77cf168772686e3524ae9ea..a73f8d404e6c75e90237fdbf2a052c01ef331a31 100644 (file)
@@ -1608,7 +1608,7 @@ static const VMStateDescription vmstate_e1000 = {
 
 /*
  * EEPROM contents documented in Tables 5-2 and 5-3, pp. 98-102.
- * Note: A valid DevId will be inserted during pci_e1000_init().
+ * Note: A valid DevId will be inserted during pci_e1000_realize().
  */
 static const uint16_t e1000_eeprom_template[64] = {
     0x0000, 0x0000, 0x0000, 0x0000,      0xffff, 0x0000,      0x0000, 0x0000,