]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/isa: extract FDC37M81X to a separate file
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 13 Feb 2024 15:50:01 +0000 (16:50 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 15 Feb 2024 15:58:46 +0000 (16:58 +0100)
commitfbd758008f0f86caf703c2ba2bd6a45ddb37b9f0
tree24d4e0e788ea5ce5985b6374168f30844bb0d57e
parent413d0ccb05de21491bc9d0c461e47034f50fd6af
hw/isa: extract FDC37M81X to a separate file

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>
MAINTAINERS
hw/isa/Kconfig
hw/isa/fdc37m81x-superio.c [new file with mode: 0644]
hw/isa/isa-superio.c
hw/isa/meson.build
hw/mips/Kconfig