diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2019-07-15 12:22:10 +0200 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2019-08-21 10:42:10 +0200 |
commit | 80867bdbfc400b79686126c179b8ea70d79239b6 (patch) | |
tree | 0d579bd8630e1e29b48b86ea627035b417734933 | |
parent | 6fd9d9b7b58a82b0da3d0c9d7f0bdaba99ff64da (diff) |
hw/net/e1000: Fix erroneous comment
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>
-rw-r--r-- | hw/net/e1000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/net/e1000.c b/hw/net/e1000.c index 8ae4e08f1e..a73f8d404e 100644 --- a/hw/net/e1000.c +++ b/hw/net/e1000.c @@ -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, |