Message ID | 20191015162705.28087-8-philmd@redhat.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | hw/i386/pc: Split PIIX3 southbridge from i440FX northbridge | expand |
On Tuesday, October 15, 2019, Philippe Mathieu-Daudé <philmd@redhat.com> wrote: > From: Philippe Mathieu-Daudé <f4bug@amsat.org> > > The PIIX4 Southbridge is not used by the PC machine, > but by the Malta board (MIPS). Add a new section to > keep it covered. > > Suggested-by: Michael S. Tsirkin <mst@redhat.com> > Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> > --- > MAINTAINERS | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com> > > diff --git a/MAINTAINERS b/MAINTAINERS > index fe4dc51b08..c9f625fc2e 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1230,7 +1230,6 @@ F: hw/pci-host/q35.c > F: hw/pci-host/pam.c > F: include/hw/pci-host/q35.h > F: include/hw/pci-host/pam.h > -F: hw/isa/piix4.c > F: hw/isa/lpc_ich9.c > F: hw/i2c/smbus_ich9.c > F: hw/acpi/piix4.c > @@ -1716,6 +1715,12 @@ F: hw/display/edid* > F: include/hw/display/edid.h > F: qemu-edid.c > > +PIIX4 South Bridge (i82371AB) > +M: Hervé Poussineau <hpoussin@reactos.org> > +M: Philippe Mathieu-Daudé <f4bug@amsat.org> > +S: Maintained > +F: hw/isa/piix4.c > + > Firmware configuration (fw_cfg) > M: Philippe Mathieu-Daudé <philmd@redhat.com> > R: Laszlo Ersek <lersek@redhat.com> > -- > 2.21.0 > > >
diff --git a/MAINTAINERS b/MAINTAINERS index fe4dc51b08..c9f625fc2e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1230,7 +1230,6 @@ F: hw/pci-host/q35.c F: hw/pci-host/pam.c F: include/hw/pci-host/q35.h F: include/hw/pci-host/pam.h -F: hw/isa/piix4.c F: hw/isa/lpc_ich9.c F: hw/i2c/smbus_ich9.c F: hw/acpi/piix4.c @@ -1716,6 +1715,12 @@ F: hw/display/edid* F: include/hw/display/edid.h F: qemu-edid.c +PIIX4 South Bridge (i82371AB) +M: Hervé Poussineau <hpoussin@reactos.org> +M: Philippe Mathieu-Daudé <f4bug@amsat.org> +S: Maintained +F: hw/isa/piix4.c + Firmware configuration (fw_cfg) M: Philippe Mathieu-Daudé <philmd@redhat.com> R: Laszlo Ersek <lersek@redhat.com>