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
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
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