diff options
author | Bernhard Beschow <shentey@gmail.com> | 2023-10-07 14:38:27 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2023-10-22 05:18:17 -0400 |
commit | 1697189977032c5bce6e63036277ad4d8ea2f44b (patch) | |
tree | ccc6cffac143611397253d0738fbc468701f0d34 /hw/mips | |
parent | 74bdcfb4b2ba7958efe8e66e06757579d61ebbb3 (diff) | |
download | qemu-1697189977032c5bce6e63036277ad4d8ea2f44b.zip qemu-1697189977032c5bce6e63036277ad4d8ea2f44b.tar.gz qemu-1697189977032c5bce6e63036277ad4d8ea2f44b.tar.bz2 |
hw/isa/piix3: Merge hw/isa/piix4.c
Now that the PIIX3 and PIIX4 device models are sufficiently prepared, their
implementations can be merged into one file for further consolidation.
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20231007123843.127151-20-shentey@gmail.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/mips')
-rw-r--r-- | hw/mips/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/mips/Kconfig b/hw/mips/Kconfig index da3a37e..ac1eb06 100644 --- a/hw/mips/Kconfig +++ b/hw/mips/Kconfig @@ -2,7 +2,7 @@ config MALTA bool select GT64120 select ISA_SUPERIO - select PIIX4 + select PIIX config MIPSSIM bool |