hw/isa/piix: Allow for optional PIT creation in PIIX3
authorBernhard Beschow <shentey@gmail.com>
Sat, 7 Oct 2023 12:38:29 +0000 (14:38 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 22 Oct 2023 09:18:17 +0000 (05:18 -0400)
commitac4330359bee7a8cf3dab7f8639190dd17f1f4d1
treeab12cff52db90201e5e5fe9ad481021b0d3f612f
parent2d7630f5c7dbe5ec1fc42082d135eb6e5f159ebd
hw/isa/piix: Allow for optional PIT creation in PIIX3

In the PC machine, the PIT 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-22-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