diff options
author | Philippe Mathieu-Daudé | 2019-10-28 16:12:18 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé | 2019-11-05 23:33:12 +0100 |
commit | 14a026dd581a16b566c55aea4ee7f1b3758f214a (patch) | |
tree | 882afa2322714e48ba419f2974df9a418dc01b1a /MAINTAINERS | |
parent | hw/pci-host/piix: Fix code style issues (diff) | |
download | qemu-14a026dd581a16b566c55aea4ee7f1b3758f214a.tar.gz qemu-14a026dd581a16b566c55aea4ee7f1b3758f214a.tar.xz qemu-14a026dd581a16b566c55aea4ee7f1b3758f214a.zip |
hw/pci-host/piix: Extract PIIX3 functions to hw/isa/piix3.c
Move all the PIIX3 functions to a new file: hw/isa/piix3.c.
Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5c93eb92a2..e299247f10 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1247,6 +1247,7 @@ F: hw/pci-host/pam.c F: include/hw/pci-host/i440fx.h F: include/hw/pci-host/q35.h F: include/hw/pci-host/pam.h +F: hw/isa/piix3.c F: hw/isa/lpc_ich9.c F: hw/i2c/smbus_ich9.c F: hw/acpi/piix4.c |