]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/isa/piix: Implement multi-process QEMU support also for PIIX4
authorBernhard Beschow <shentey@gmail.com>
Sat, 7 Oct 2023 12:38:36 +0000 (14:38 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 22 Oct 2023 09:18:17 +0000 (05:18 -0400)
commit12cecd45505c239dedc8bad2ded8eab8bc2f0391
tree0794febd58b38fe05a80d5f52ac949f706a4ab76
parenta203cc532a18fdb89942fa8c87d332a2a3470379
hw/isa/piix: Implement multi-process QEMU support also for PIIX4

So far multi-process QEMU was only implemented for PIIX3. Move the support into
the base class to achieve feature parity between both device models.

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