[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH V11 2/8] hw/acpi: Move CPU ctrl-dev MMIO region len macro to
From: |
Zhao Liu |
Subject: |
Re: [PATCH V11 2/8] hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file |
Date: |
Mon, 27 May 2024 18:10:02 +0800 |
On Wed, May 22, 2024 at 10:11:05PM +0100, Salil Mehta via wrote:
> Date: Wed, 22 May 2024 22:11:05 +0100
> From: Salil Mehta via <qemu-devel@nongnu.org>
> Subject: [PATCH V11 2/8] hw/acpi: Move CPU ctrl-dev MMIO region len macro
> to common header file
> X-Mailer: git-send-email 2.34.1
>
> CPU ctrl-dev MMIO region length could be used in ACPI GED and various other
> architecture specific places. Move ACPI_CPU_HOTPLUG_REG_LEN macro to more
> appropriate common header file.
>
> Signed-off-by: Salil Mehta <salil.mehta@huawei.com>
> Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> Reviewed-by: Gavin Shan <gshan@redhat.com>
> Reviewed-by: David Hildenbrand <david@redhat.com>
> Reviewed-by: Shaoqin Huang <shahuang@redhat.com>
> Tested-by: Vishnu Pajjuri <vishnu@os.amperecomputing.com>
> Tested-by: Xianglai Li <lixianglai@loongson.cn>
> Tested-by: Miguel Luis <miguel.luis@oracle.com>
> ---
> hw/acpi/cpu.c | 2 +-
> include/hw/acpi/cpu_hotplug.h | 2 ++
> 2 files changed, 3 insertions(+), 1 deletion(-)
>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
- [PATCH V11 0/8] Add architecture agnostic code to support vCPU Hotplug, Salil Mehta, 2024/05/22
- [PATCH V11 1/8] accel/kvm: Extract common KVM vCPU {creation, parking} code, Salil Mehta, 2024/05/22
- [PATCH V11 2/8] hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file, Salil Mehta, 2024/05/22
- Re: [PATCH V11 2/8] hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file,
Zhao Liu <=
- [PATCH V11 3/8] hw/acpi: Update ACPI GED framework to support vCPU Hotplug, Salil Mehta, 2024/05/22
- [PATCH V11 4/8] hw/acpi: Update GED _EVT method AML with CPU scan, Salil Mehta, 2024/05/22
- [PATCH V11 5/8] hw/acpi: Update CPUs AML with cpu-(ctrl)dev change, Salil Mehta, 2024/05/22
- [PATCH V11 6/8] physmem: Add helper function to destroy CPU AddressSpace, Salil Mehta, 2024/05/22
- [PATCH V11 7/8] gdbstub: Add helper function to unregister GDB register space, Salil Mehta, 2024/05/22
- [PATCH V11 8/8] docs/specs/acpi_hw_reduced_hotplug: Add the CPU Hotplug Event Bit, Salil Mehta, 2024/05/22
- Re: [PATCH V11 0/8] Add architecture agnostic code to support vCPU Hotplug, Zhao Liu, 2024/05/27