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.me...@huawei.com> > Reviewed-by: Alex Bennée <alex.ben...@linaro.org> > Reviewed-by: Jonathan Cameron <jonathan.came...@huawei.com> > Reviewed-by: Gavin Shan <gs...@redhat.com> > Reviewed-by: David Hildenbrand <da...@redhat.com> > Reviewed-by: Shaoqin Huang <shahu...@redhat.com> > Tested-by: Vishnu Pajjuri <vis...@os.amperecomputing.com> > Tested-by: Xianglai Li <lixiang...@loongson.cn> > Tested-by: Miguel Luis <miguel.l...@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....@intel.com>