qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

Typo: Correct the name of CPU hotplug memory region

Replace "acpi-mem-hotplug" with "acpi-cpu-hotplug"

Signed-off-by: Keqian Zhu <zhukeqian1@huawei.com>
Message-id: 20200413091552.62748-4-zhukeqian1@huawei.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>

authored by

Keqian Zhu and committed by
Peter Maydell
119a2ef1 1e11a139

+1 -1
+1 -1
hw/acpi/cpu.c
··· 222 222 state->devs[i].arch_id = id_list->cpus[i].arch_id; 223 223 } 224 224 memory_region_init_io(&state->ctrl_reg, owner, &cpu_hotplug_ops, state, 225 - "acpi-mem-hotplug", ACPI_CPU_HOTPLUG_REG_LEN); 225 + "acpi-cpu-hotplug", ACPI_CPU_HOTPLUG_REG_LEN); 226 226 memory_region_add_subregion(as, base_addr, &state->ctrl_reg); 227 227 } 228 228