summaryrefslogtreecommitdiffstats
path: root/hw/i386/pc_piix.c
diff options
context:
space:
mode:
authorIgor Mammedov2022-06-08 15:53:22 +0200
committerMichael S. Tsirkin2022-06-10 01:32:49 +0200
commit38003951b5948865f0a6be3e43b3658ae54d6e97 (patch)
tree3c38150d2ad25f4ca454f053ae9dfc725ecea180 /hw/i386/pc_piix.c
parentacpi: ipmi: use AcpiDevAmlIf interface to build IPMI device descriptors (diff)
downloadqemu-38003951b5948865f0a6be3e43b3658ae54d6e97.tar.gz
qemu-38003951b5948865f0a6be3e43b3658ae54d6e97.tar.xz
qemu-38003951b5948865f0a6be3e43b3658ae54d6e97.zip
q35: acpi: drop not needed PCMachineClass::do_not_add_smb_acpi
by default we do not version ACPI AML as it's considered a part of firmware. Drop do_not_add_smb_acpi that blocked SMBUS AML description on 3.1 and older machine types without providing justification. Signed-off-by: Igor Mammedov <imammedo@redhat.com> Acked-by: Gerd Hoffmann <kraxel@redhat.com> Message-Id: <20220608135340.3304695-18-imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/i386/pc_piix.c')
-rw-r--r--hw/i386/pc_piix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c
index 578e537b35..7f777f7aed 100644
--- a/hw/i386/pc_piix.c
+++ b/hw/i386/pc_piix.c
@@ -564,7 +564,6 @@ static void pc_i440fx_3_1_machine_options(MachineClass *m)
pc_i440fx_4_0_machine_options(m);
m->is_default = false;
- pcmc->do_not_add_smb_acpi = true;
m->smbus_no_migration_support = true;
m->alias = NULL;
pcmc->pvh_enabled = false;