mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
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>
This commit is contained in:
parent
1697189977
commit
2d7630f5c7
3 changed files with 22 additions and 2 deletions
|
@ -69,6 +69,7 @@ struct PIIXState {
|
|||
MemoryRegion rcr_mem;
|
||||
|
||||
bool has_acpi;
|
||||
bool has_pic;
|
||||
bool has_usb;
|
||||
bool smm_enabled;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue