RE: [PATCH V2 02/10] hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file

2023-10-03 Thread Salil Mehta via
xarm > Subject: Re: [PATCH V2 02/10] hw/acpi: Move CPU ctrl-dev MMIO region len > macro to common header file > > On 9/30/23 10:19, Salil Mehta wrote: > > CPU ctrl-dev MMIO region length could be used in ACPI GED and various > other > > architecture specific places.

RE: [PATCH V2 02/10] hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file

2023-10-03 Thread Salil Mehta via
inuxarm > Subject: Re: [PATCH V2 02/10] hw/acpi: Move CPU ctrl-dev MMIO region len > macro to common header file > > On Sat, 30 Sep 2023 01:19:25 +0100 > Salil Mehta wrote: > > > CPU ctrl-dev MMIO region length could be used in ACPI GED and various > other &g

Re: [PATCH V2 02/10] hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file

2023-10-02 Thread Gavin Shan
On 9/30/23 10:19, Salil Mehta wrote: 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 Reviewed-by: Alex Bennée --- hw/acpi/cpu.c

Re: [PATCH V2 02/10] hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file

2023-10-02 Thread Jonathan Cameron via
On Sat, 30 Sep 2023 01:19:25 +0100 Salil Mehta wrote: > 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 > Reviewed-by: Alex Be

[PATCH V2 02/10] hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file

2023-09-29 Thread Salil Mehta via
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 Reviewed-by: Alex Bennée --- hw/acpi/cpu.c | 2 +- include/hw/acpi/cpu