]> git.proxmox.com Git - mirror_qemu.git/commit
hw/isa/piix: Allow for optional PIC creation in PIIX3
authorBernhard Beschow <shentey@gmail.com>
Sat, 7 Oct 2023 12:38:28 +0000 (14:38 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 22 Oct 2023 09:18:17 +0000 (05:18 -0400)
commit2d7630f5c7dbe5ec1fc42082d135eb6e5f159ebd
treef60200fabd432ad6ce0fd391788ffcd09110a10b
parent1697189977032c5bce6e63036277ad4d8ea2f44b
hw/isa/piix: Allow for optional PIC creation in PIIX3

In the PC machine, the PIC is created in board code to allow it to be
virtualized with various virtualization techniques. So explicitly disable its
creation in the PC machine via a property which defaults to enabled. Once the
PIIX implementations are consolidated this default will keep Malta working
without further ado.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Message-Id: <20231007123843.127151-21-shentey@gmail.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/pc_piix.c
hw/isa/piix.c
include/hw/southbridge/piix.h