Re: [PATCH 1/3] machine: Factor CPU type invalidation out into helper

2023-07-24 Thread Igor Mammedov
On Tue, 18 Jul 2023 16:11:42 +1000 Gavin Shan wrote: > Hi Igor, > > On 7/14/23 22:07, Igor Mammedov wrote: > > On Thu, 13 Jul 2023 15:45:00 +1000 > > Gavin Shan wrote: > > > >> The CPU type invalidation logic in machine_run_board_init() is > >> independent enough. Lets factor it out into hel

Re: [PATCH 1/3] machine: Factor CPU type invalidation out into helper

2023-07-17 Thread Gavin Shan
Hi Igor, On 7/14/23 22:07, Igor Mammedov wrote: On Thu, 13 Jul 2023 15:45:00 +1000 Gavin Shan wrote: The CPU type invalidation logic in machine_run_board_init() is independent enough. Lets factor it out into helper validate_cpu_type(). Since we're here, the relevant comments are improved a bi

Re: [PATCH 1/3] machine: Factor CPU type invalidation out into helper

2023-07-14 Thread Igor Mammedov
On Thu, 13 Jul 2023 15:45:00 +1000 Gavin Shan wrote: > The CPU type invalidation logic in machine_run_board_init() is > independent enough. Lets factor it out into helper validate_cpu_type(). > Since we're here, the relevant comments are improved a bit. > > No functional change intended. > > Si

[PATCH 1/3] machine: Factor CPU type invalidation out into helper

2023-07-12 Thread Gavin Shan
The CPU type invalidation logic in machine_run_board_init() is independent enough. Lets factor it out into helper validate_cpu_type(). Since we're here, the relevant comments are improved a bit. No functional change intended. Signed-off-by: Gavin Shan --- hw/core/machine.c | 81