Re: [PULL 29/71] hw/arm/virt: Check CPU type in machine_run_board_init()

2024-01-10 Thread Gavin Shan
Hi Peter, On 1/10/24 00:33, Peter Maydell wrote: On Fri, 5 Jan 2024 at 15:46, Philippe Mathieu-Daudé wrote: From: Gavin Shan Set mc->valid_cpu_types so that the user specified CPU type can be validated in machine_run_board_init(). We needn't to do the check by ourselves. Hi; after this

Re: [PULL 29/71] hw/arm/virt: Check CPU type in machine_run_board_init()

2024-01-09 Thread Peter Maydell
On Fri, 5 Jan 2024 at 15:46, Philippe Mathieu-Daudé wrote: > > From: Gavin Shan > > Set mc->valid_cpu_types so that the user specified CPU type can be > validated in machine_run_board_init(). We needn't to do the check > by ourselves. Hi; after this change if you try to use the 'virt' board

[PULL 29/71] hw/arm/virt: Check CPU type in machine_run_board_init()

2024-01-05 Thread Philippe Mathieu-Daudé
From: Gavin Shan Set mc->valid_cpu_types so that the user specified CPU type can be validated in machine_run_board_init(). We needn't to do the check by ourselves. Signed-off-by: Gavin Shan Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Message-ID: