Re: [PATCH 2/3] hw/arm/virt: Use generic CPU type invalidation

2023-07-17 Thread Gavin Shan
Hi Igor, On 7/14/23 21:59, Igor Mammedov wrote: On Thu, 13 Jul 2023 15:45:01 +1000 Gavin Shan wrote: There is a generic CPU type invalidation in machine_run_board_init() ^ using that throughout the series is confusing to me. Perhaps use original phrase 'val

Re: [PATCH 2/3] hw/arm/virt: Use generic CPU type invalidation

2023-07-14 Thread Igor Mammedov
On Thu, 13 Jul 2023 15:45:01 +1000 Gavin Shan wrote: > There is a generic CPU type invalidation in machine_run_board_init() ^ using that throughout the series is confusing to me. Perhaps use original phrase 'valid cpu types' with appropriate rephrasing would be b

[PATCH 2/3] hw/arm/virt: Use generic CPU type invalidation

2023-07-12 Thread Gavin Shan
There is a generic CPU type invalidation in machine_run_board_init() and we needn't a same and private invalidation. Set mc->valid_cpu_types to use the generic CPU type invalidation. No functional change intended. Signed-off-by: Gavin Shan --- hw/arm/virt.c | 21 +++-- 1 file ch