qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] pc: q35: Bump max_cpus to 1024


From: Claudio Fontana
Subject: Re: [PATCH] pc: q35: Bump max_cpus to 1024
Date: Fri, 18 Nov 2022 10:34:28 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.4.0

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]