diff options
author | Dr. David Alan Gilbert <dgilbert@redhat.com> | 2019-01-25 09:40:46 +0000 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2019-01-30 10:16:58 +0100 |
commit | 89cb0c0403f27cdb040fc8bf84749333f3248e38 (patch) | |
tree | a65d478af6a7a53979fad6a6cb99f3b48a3221f7 /include/hw/acpi | |
parent | aae049073c5b5797ca3d11cc562f0bcd0a20cfb5 (diff) | |
download | qemu-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 'include/hw/acpi')
-rw-r--r-- | include/hw/acpi/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/acpi/cpu.h b/include/hw/acpi/cpu.h index 89ce172..62f0278 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; |