diff options
author | Philippe Mathieu-Daudé | 2019-02-02 21:03:07 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé | 2019-11-05 23:33:12 +0100 |
commit | 0f25d865a1764527546cf159883e880d487363cf (patch) | |
tree | 317f3932096e8e8caa8fa66e090477470de78037 /MAINTAINERS | |
parent | hw/pci-host/piix: Extract PIIX3 functions to hw/isa/piix3.c (diff) | |
download | qemu-0f25d865a1764527546cf159883e880d487363cf.tar.gz qemu-0f25d865a1764527546cf159883e880d487363cf.tar.xz qemu-0f25d865a1764527546cf159883e880d487363cf.zip |
hw/pci-host: Rename incorrectly named 'piix' as 'i440fx'
We moved all the PIIX3 southbridge code out of hw/pci-host/piix.c,
it now only contains i440FX northbridge code.
Rename it to match the chipset modelled.
Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e299247f10..363e72a467 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1241,7 +1241,7 @@ M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> S: Supported F: include/hw/i386/ F: hw/i386/ -F: hw/pci-host/piix.c +F: hw/pci-host/i440fx.c F: hw/pci-host/q35.c F: hw/pci-host/pam.c F: include/hw/pci-host/i440fx.h |