[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PULL 02/13] typo: apci->acpi
From: |
Laurent Vivier |
Subject: |
[qemu-s390x] [PULL 02/13] typo: apci->acpi |
Date: |
Wed, 30 Jan 2019 14:22:03 +0100 |
From: "Dr. David Alan Gilbert" <address@hidden>
apci_1_compatible should be acpi_1_compatible.
Signed-off-by: Dr. David Alan Gilbert <address@hidden>
Reviewed-by: Igor Mammedov <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>
---
hw/acpi/cpu.c | 2 +-
hw/i386/acpi-build.c | 2 +-
include/hw/acpi/cpu.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/hw/acpi/cpu.c b/hw/acpi/cpu.c
index f10b190019..a0a43fe6b5 100644
--- a/hw/acpi/cpu.c
+++ b/hw/acpi/cpu.c
@@ -508,7 +508,7 @@ void build_cpus_aml(Aml *table, MachineState *machine,
CPUHotplugFeatures opts,
GArray *madt_buf = g_array_new(0, 1, 1);
int arch_id = arch_ids->cpus[i].arch_id;
- if (opts.apci_1_compatible && arch_id < 255) {
+ if (opts.acpi_1_compatible && arch_id < 255) {
dev = aml_processor(i, 0, 0, CPU_NAME_FMT, i);
} else {
dev = aml_device(CPU_NAME_FMT, i);
diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c
index 2e21a31f82..d60603abd7 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");
diff --git a/include/hw/acpi/cpu.h b/include/hw/acpi/cpu.h
index 89ce172941..62f0278ba2 100644
--- a/include/hw/acpi/cpu.h
+++ b/include/hw/acpi/cpu.h
@@ -48,7 +48,7 @@ void cpu_hotplug_hw_init(MemoryRegion *as, Object *owner,
CPUHotplugState *state, hwaddr base_addr);
typedef struct CPUHotplugFeatures {
- bool apci_1_compatible;
+ bool acpi_1_compatible;
bool has_legacy_cphp;
} CPUHotplugFeatures;
--
2.20.1
- [qemu-s390x] [PULL 00/13] Trivial branch patches, Laurent Vivier, 2019/01/30
- [qemu-s390x] [PULL 01/13] hw: edu: set category of the edu device, Laurent Vivier, 2019/01/30
- [qemu-s390x] [PULL 02/13] typo: apci->acpi,
Laurent Vivier <=
- [qemu-s390x] [PULL 03/13] hw: input: set category of the i8042 device, Laurent Vivier, 2019/01/30
- [qemu-s390x] [PULL 04/13] hw: sd: set category of the sd memory card, Laurent Vivier, 2019/01/30
- [qemu-s390x] [PULL 07/13] target/openrisc: Fix LGPL version number, Laurent Vivier, 2019/01/30
- [qemu-s390x] [PULL 13/13] virtio-blk: remove duplicate definition of VirtIOBlock *s pointer, Laurent Vivier, 2019/01/30
- [qemu-s390x] [PULL 06/13] COPYING.LIB: Synchronize the LGPL 2.1 with the version from gnu.org, Laurent Vivier, 2019/01/30
- [qemu-s390x] [PULL 05/13] Don't talk about the LGPL if the file is licensed under the GPL, Laurent Vivier, 2019/01/30
- [qemu-s390x] [PULL 10/13] target/s390x: Fix LGPL version in the file header comments, Laurent Vivier, 2019/01/30
- [qemu-s390x] [PULL 12/13] hw/block: clean up stale xen_disk trace entries, Laurent Vivier, 2019/01/30
- [qemu-s390x] [PULL 09/13] tcg: Fix LGPL version number, Laurent Vivier, 2019/01/30
- [qemu-s390x] [PULL 11/13] target/m68k: Fix LGPL information in the file headers, Laurent Vivier, 2019/01/30