summary refs log tree commit diff stats
path: root/hw/isa/fdc37m81x-superio.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hw/isa: extract FDC37M81X to a separate filePaolo Bonzini2024-02-151-0/+32
isa-superio.c currently defines a SuperIO chip that is not used by any other user of the file. Extract the chip to a separate file. Reviewed-by: Bernhard Beschow <shentey@gmail.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-ID: <20240213155005.109954-7-pbonzini@redhat.com> [PMD: Update MAINTAINERS] Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>