From: Philippe Mathieu-Daudé Date: Mon, 9 Dec 2019 09:49:57 +0000 (+0100) Subject: hw/pci-host/i440fx: Correct the header description X-Git-Tag: v5.0.0-rc0~175^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd3fdb7f26265eb2e08ca0d74245980cb10d4bd6;p=thirdparty%2Fqemu.git hw/pci-host/i440fx: Correct the header description Missed during the refactor in commits 14a026dd58 and 0f25d865a, this file is now only about the i440FX chipset. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Thomas Huth Message-Id: <20191209095002.32194-2-philmd@redhat.com> Signed-off-by: Paolo Bonzini --- diff --git a/hw/pci-host/i440fx.c b/hw/pci-host/i440fx.c index f27131102db..3fc94426ea5 100644 --- a/hw/pci-host/i440fx.c +++ b/hw/pci-host/i440fx.c @@ -1,5 +1,5 @@ /* - * QEMU i440FX/PIIX3 PCI Bridge Emulation + * QEMU i440FX PCI Bridge Emulation * * Copyright (c) 2006 Fabrice Bellard *