From nobody Sat Apr 27 08:49:19 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1563186153; cv=none; d=zoho.com; s=zohoarc; b=Xn0CHBRx9RFW1Pl6ERohIyxaVcuRRMfoMycu1cOax17uQl12Iog0ZZ2j2U6hPGwchezr23Zqd1AMs9M+AcVb0mZjnM3CRTVBwLMU6rrJGVdMF0+XjAv5tPbMCXIvE5ecQgXxn+7dsNj54HzZNx0hiM+h6/gb0JRo9Glts+wv5ns= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1563186153; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=a3lGNEfzp/WlHraHlilp/JLIg0FOXlQEYrU7jl6oIbc=; b=NRIV463Ibdwl4cHvyQTDNiYkpwLbJhDwoEpQQl5Lgek7GYr/tA0zAWmykNJxuR3sdewDDRD8b4jySb5/FzjUmXRrJGGtZGMaZqMvLMQgwZdio6+lHTqdPYj/ugELilYVT+AXlbyusyrl0+exzvqTB6ymkE326E2pyDpwA/tPkzc= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1563186153102169.20929283741623; Mon, 15 Jul 2019 03:22:33 -0700 (PDT) Received: from localhost ([::1]:36650 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hmy7r-00088b-WB for importer@patchew.org; Mon, 15 Jul 2019 06:22:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34659) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hmy7g-0007dt-7g for qemu-devel@nongnu.org; Mon, 15 Jul 2019 06:22:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hmy7f-0006sz-BM for qemu-devel@nongnu.org; Mon, 15 Jul 2019 06:22:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44142) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hmy7f-0006rf-5B; Mon, 15 Jul 2019 06:22:19 -0400 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D666686658; Mon, 15 Jul 2019 10:22:17 +0000 (UTC) Received: from x1w.redhat.com (unknown [10.40.205.87]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 57B134505; Mon, 15 Jul 2019 10:22:13 +0000 (UTC) From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= To: qemu-devel@nongnu.org Date: Mon, 15 Jul 2019 12:22:10 +0200 Message-Id: <20190715102210.31365-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Mon, 15 Jul 2019 10:22:17 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH] hw/net/e1000: Fix erroneous comment X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-trivial@nongnu.org, Jason Wang , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Markus Armbruster Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" Missed during the QOM convertion in 9af21dbee14. Signed-off-by: Philippe Mathieu-Daud=C3=A9 Reviewed-by: Markus Armbruster Reviewed-by: Stefano Garzarella --- hw/net/e1000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/net/e1000.c b/hw/net/e1000.c index 1dc1466332..ec8ded7252 100644 --- a/hw/net/e1000.c +++ b/hw/net/e1000.c @@ -1611,7 +1611,7 @@ static const VMStateDescription vmstate_e1000 =3D { =20 /* * 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] =3D { 0x0000, 0x0000, 0x0000, 0x0000, 0xffff, 0x0000, 0x0000, 0x00= 00, --=20 2.20.1