On 11/17/22 19:04, Dario Faggioli wrote: > Well... > > On Thu, 2022-11-17 at 16:27 +0100, Dario Faggioli wrote: >> Keep the old limit of 288 for machine versions 7.2 and earlier. >> > ...At least, this was the idea... > >> --- a/hw/i386/pc_q35.c >> +++ b/hw/i386/pc_q35.c >> @@ -386,6 +386,7 @@ static void >> pc_q35_7_1_machine_options(MachineClass *m) >> PCMachineClass *pcmc = PC_MACHINE_CLASS(m); >> pc_q35_7_2_machine_options(m); >> m->alias = NULL; >> + m->max_cpus = 288; >> > ...But I managed to put this in the wrong function (xxx_7_1_yyy, > instead than xxx_7_2_yyyy)! :-/
I was just about to comment on it :-) > > Sorry about taht. I'll send a v2 (taking the feedback that I got to my > other email into account). > > Regards Ciao, C