aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <dgilbert@redhat.com>2019-01-25 09:40:46 +0000
committerLaurent Vivier <laurent@vivier.eu>2019-01-30 10:16:58 +0100
commit89cb0c0403f27cdb040fc8bf84749333f3248e38 (patch)
treea65d478af6a7a53979fad6a6cb99f3b48a3221f7 /hw/i386
parentaae049073c5b5797ca3d11cc562f0bcd0a20cfb5 (diff)
downloadqemu-89cb0c0403f27cdb040fc8bf84749333f3248e38.zip
qemu-89cb0c0403f27cdb040fc8bf84749333f3248e38.tar.gz
qemu-89cb0c0403f27cdb040fc8bf84749333f3248e38.tar.bz2
typo: apci->acpi
apci_1_compatible should be acpi_1_compatible. Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20190125094047.22276-1-dgilbert@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/i386')
-rw-r--r--hw/i386/acpi-build.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c
index 2e21a31..d60603a 100644
--- a/hw/i386/acpi-build.c
+++ b/hw/i386/acpi-build.c
@@ -1847,7 +1847,7 @@ build_dsdt(GArray *table_data, BIOSLinker *linker,
build_legacy_cpu_hotplug_aml(dsdt, machine, pm->cpu_hp_io_base);
} else {
CPUHotplugFeatures opts = {
- .apci_1_compatible = true, .has_legacy_cphp = true
+ .acpi_1_compatible = true, .has_legacy_cphp = true
};
build_cpus_aml(dsdt, machine, opts, pm->cpu_hp_io_base,
"\\_SB.PCI0", "\\_GPE._E02");