diff options
| author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2019-12-09 10:49:57 +0100 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-12-18 02:34:11 +0100 |
| commit | cd3fdb7f26265eb2e08ca0d74245980cb10d4bd6 (patch) | |
| tree | b9fdecc21ec008e04ddfe625f65b35d1fecc41d6 /hw/pci-host/i440fx.c | |
| parent | 7332a4a468d7ee9f3e4f0f324bf2c87fafd0f6be (diff) | |
| download | focaccia-qemu-cd3fdb7f26265eb2e08ca0d74245980cb10d4bd6.tar.gz focaccia-qemu-cd3fdb7f26265eb2e08ca0d74245980cb10d4bd6.zip | |
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é <philmd@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20191209095002.32194-2-philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/pci-host/i440fx.c')
| -rw-r--r-- | hw/pci-host/i440fx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pci-host/i440fx.c b/hw/pci-host/i440fx.c index f27131102d..3fc94426ea 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 * |